Commit Graph

487 Commits

Author SHA1 Message Date
Carsten Paeth 73f411e5c3 I hope it is know readable for everybody. 1998-08-30 09:57:22 +00:00
Carsten Paeth efbc36f4e7 Remove files, to commit readable for all. 1998-08-30 09:51:33 +00:00
Michael 'Ghandi' Herold d7cf9b80b8 - Removed audio setup - it will crash my machine. Kernel mailing list says
there are many bugs in the sound ioctl's :-( But audio will work correct
  without the settings.
- Added voice play function. Played messages are *not* recorded or piped to
  the audio device.
1998-08-29 15:35:12 +00:00
Michael 'Ghandi' Herold 72bec16dd5 - Removed audio full duplex mode. Sorry, my soundcard doesn't support
this :-)
- Added Fritz's /dev/audio setup. Pipe to /dev/audio now works great
  (little echo but a clear sound :-)
- Added better control support. The control now has the ttyname appended
  (but there are some global controls without this) for controlling
  more than one vboxgetty for a user.
- Added support for "vboxcall" in the user spool directory. The file
  stores information about the current answered call (needed by vbox,
  vboxctrl or some other programs to create the right controls).
- Added support for Karsten's suspend mode (support for giving a line
  number is included also, but currently not used since hisax don't use
  it).
1998-08-28 13:06:19 +00:00
Carsten Paeth fcc8188c8e Added CAPI2.0 library. First Version. 1998-08-25 16:33:24 +00:00
Paul Slootman fea2c85c1f includes changed because of problems with Linux 2.1 kernel includes 1998-08-05 07:40:19 +00:00
Paul Slootman aaedc55553 Translated "CHANNEL: B1 gefordet" messages into English 1998-08-04 08:17:41 +00:00
Paul Slootman d7a748edb8 Added capability to edit .config by hand, and process those changes with
"make subconfig". This file converts .config into scripts/autoconf.h .
1998-08-01 20:01:24 +00:00
Paul Slootman cffa47a42c Added capability to change .config by hand and run "make subconfig" to
process those changes. Useful in automated building (e.g. for RH packages).
1998-08-01 19:59:12 +00:00
Paul Slootman 74b7a36b7f Changed config vars CONFIG_ISDNLOG_xx to CONFIG_ISDN_LOG_xx, as choosing
'NL' matched the NL in ISDNLOG, so that "OG_DE=y" appeared in .config .
1998-08-01 11:18:22 +00:00
Michael 'Ghandi' Herold a1913f5d07 - Added missing ATA to answer call (oh god, im so stupid).
- Some junk removed.
1998-07-29 11:02:38 +00:00
Karsten Keil bc2dfbc919 Make it compiling with older I4L versions 1998-07-22 19:07:20 +00:00
Carsten Paeth ddafba8f91 port and irq check changed. 1998-07-15 15:08:20 +00:00
Michael Hipp 70fb23593b Here they are again 1998-07-10 17:40:52 +00:00
Michael Hipp 7f997a72a8 removed files to add it with right permissions 1998-07-10 17:40:05 +00:00
Michael 'Ghandi' Herold 7e685e885f - vboxgetty.html removed.
- Next german documentation part added.
1998-07-10 12:47:27 +00:00
Michael Hipp e9645d4c9a Added the kernel LZS compression module 1998-07-08 16:50:09 +00:00
Michael Hipp 369dbd221d Changes for LZS compression 1998-07-08 16:48:24 +00:00
Michael 'Ghandi' Herold 647d73b26f - German documentation. 1998-07-08 14:00:54 +00:00
Michael 'Ghandi' Herold bd889e4e9a - Some code cleanups. 1998-07-07 18:23:24 +00:00
Michael 'Ghandi' Herold 354eb2dea2 - Since the ttyI interface will not work for me I have many time to write
the damn docu ;-)
1998-07-07 17:15:00 +00:00
Michael 'Ghandi' Herold eca89f925d - New control file code added. The controls are not longer only empty
files - they can contain additional informations.
- Control "vboxctrl-answer" added.
- Control "vboxctrl-suspend" added.
- Locking mechanism added.
- Configuration parsing added.
- Some code cleanups.
1998-07-06 09:05:56 +00:00
Fritz Elfert fbbe18dd6a Misc. Fixes.
Added fallback to libdb for isdnctrl.
Added -V version check in isdnctrl.
1998-06-27 00:36:33 +00:00
Fritz Elfert cd57f4fe14 Added fallback to libdb. 1998-06-26 15:28:34 +00:00
Fritz Elfert f78bd2b1af Added description of AT&L and new bits in reg 13. 1998-06-26 15:22:17 +00:00
Fritz Elfert 0128ed07d9 Added capability to save listener string. 1998-06-26 15:20:13 +00:00
Andreas Kool 69474abf73 First step to let isdnlog generate his own AOCD messages 1998-06-21 11:53:27 +00:00
Michael 'Ghandi' Herold 832d3a79a0 *** empty log message *** 1998-06-19 12:26:22 +00:00
Michael 'Ghandi' Herold 5505fc13c6 - Fixed to delete 'stamp-h.in' on 'make maintenance-clean'. 1998-06-19 12:02:25 +00:00
Michael 'Ghandi' Herold 2104194cd1 - Removed (created by automake). 1998-06-19 11:16:36 +00:00
Michael 'Ghandi' Herold 49dac3fe27 - File 'config.h.in' removed (will be created by autoheader); 'acconfig.h'
(needed by autoheader) added.
- Makefile.am's corrected so 'make dist' now works (automake is so stupid :-)
1998-06-19 10:45:36 +00:00
Paul Slootman 9f6dfef368 new manual pages 1998-06-18 15:30:52 +00:00
Paul Slootman 030717fc3b wrong permissions 1998-06-18 15:27:58 +00:00
Paul Slootman e5caed61df new manual pages 1998-06-18 14:30:28 +00:00
Michael 'Ghandi' Herold ee69d7c39a - New configuration option added. 1998-06-18 13:36:50 +00:00
Michael 'Ghandi' Herold 40f6220913 - 2nd part of the automake/autoconf implementation (now compiles again). 1998-06-18 12:38:29 +00:00
Michael 'Ghandi' Herold 99a3093645 - README added. 1998-06-18 06:17:06 +00:00
Michael 'Ghandi' Herold a8ab2f7fb2 - Makefile.am added. 1998-06-18 06:14:02 +00:00
Michael 'Ghandi' Herold 07ce3e98f6 - Makefile.am added. 1998-06-17 19:22:45 +00:00
Michael 'Ghandi' Herold bc15f4dc7e - AUTHORS and COPYING added. 1998-06-17 19:20:59 +00:00
Michael 'Ghandi' Herold 3677f2c593 - Install instructions for CVS source tree added. 1998-06-17 18:56:51 +00:00
Michael 'Ghandi' Herold fabdf29991 *** empty log message *** 1998-06-17 18:23:25 +00:00
Michael 'Ghandi' Herold a3d978ff68 *** empty log message *** 1998-06-17 18:06:49 +00:00
Michael 'Ghandi' Herold 87dfc1d3ae - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 17:12:39 +00:00
Michael 'Ghandi' Herold ee50e54768 *** empty log message *** 1998-06-17 17:05:20 +00:00
Michael 'Ghandi' Herold 8b1cd912be - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 17:03:23 +00:00
Michael 'Ghandi' Herold 73cdd8f2a4 *** empty log message *** 1998-06-17 16:56:18 +00:00
Michael 'Ghandi' Herold 2f8ee3e094 vboxgetty.conf 1998-06-17 16:49:46 +00:00
Michael 'Ghandi' Herold 4dcdc20f7d *** empty log message *** 1998-06-17 16:48:17 +00:00
Michael 'Ghandi' Herold 16d468743d - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 16:47:34 +00:00