NetBSD/sys
mycroft c142ce184b Several things:
* Only match an alternate which is in the same direction.
* Use 16-bit ulaw and alaw conversions for output, if possible.
* Store the interface handle in the `alternate' table, so we use the right
  interface when creating pipes for devices with both play and record.
Record doesn't seem to actually return any data from the Telex frob, but at
least it doesn't crash or return EIO now.

XXXXXXXX
This is a big f*cking hack.  Play and record need to be separated completely
if this code is ever going to even pretend to support full duplex.
2001-01-04 06:20:49 +00:00
..
adosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
altq Install ALTQ header files. 2000-12-15 01:20:32 +00:00
arch Avoid null pointer dereference. dc_sc may be null on early stage. 2001-01-04 06:07:43 +00:00
coda update commented out code to recent changes of signal structures 2000-12-27 22:06:07 +00:00
compat Implement KDGETMODE ioctl. 2000-12-29 22:06:58 +00:00
conf Define a bpf_filter attribute, and include bpf_filter.o when we 2000-12-29 00:54:58 +00:00
crypto sync with kame. 2000-11-06 14:11:40 +00:00
ddb Add x/m option functionality 2000-12-28 07:30:06 +00:00
dev Several things: 2001-01-04 06:20:49 +00:00
filecorefs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
gdbscripts gdb macro to print the kernel message buffer 2000-06-08 14:45:24 +00:00
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs Set the size of vnode so that reading cdrom over nfs works. 2000-12-21 03:42:43 +00:00
kern Happy new year! 2001-01-01 20:18:34 +00:00
lib Create a shared set of ARM sources for libkern and move arm26 over to using 2000-12-29 20:51:56 +00:00
lkm add freebsd_syscall.c 2000-12-18 20:50:09 +00:00
miscfs Increase psbuf size as in FreeBSD patch. We don't have jail(8), so the 2000-12-30 23:14:52 +00:00
msdosfs zero the pages for newly allocated clusters in deextend() after we 2001-01-01 00:25:41 +00:00
net Missing newline in log messsage. 2001-01-04 00:17:52 +00:00
netatalk Avoid recursion with traditional cpp. 2000-07-28 12:13:32 +00:00
netccitt More format checking 2000-07-08 17:45:53 +00:00
netinet Fix a small typo that would cause IP Filter to not hook in to 2000-12-28 21:42:49 +00:00
netinet6 Back out the sledgehammer damage applied by wiz while I was out for 2000-12-28 21:40:59 +00:00
netiso fix paren/#ifdef match. 2000-10-02 03:54:53 +00:00
netkey don't waste entropy by use of key_random(). use key_randomfill() for 2000-10-07 12:08:33 +00:00
netnatm Keystone Kwality Kops: add multiple-include protection. 2000-07-03 01:19:23 +00:00
netns remove unused macro. 2000-04-10 02:19:29 +00:00
netsmb get rid of md4.h 2000-12-08 06:22:53 +00:00
nfs update commented out code to recent changes of signal structures 2000-12-27 22:01:43 +00:00
ntfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
smbfs initial stab at smbfs (CIFS). originally for freebsd by boris popov, 2000-12-07 03:33:46 +00:00
stand
sys Correct comment behind version number. 2001-01-02 23:35:56 +00:00
ufs Convert a MALLOC with a variable size to malloc(). Saves 220 bytes of text 2001-01-01 05:17:26 +00:00
uvm Use cast where appropriate to avoid integer overflow. 2001-01-04 06:07:18 +00:00
Makefile Descend into the altq directory. 2000-12-15 01:30:36 +00:00