freebsd-src/sys
Peter Wemm b12e5e82b6 The socketpair(0 syscall is bogusly returning the fd numbers through
the primary and secondary return codes, causing it to not behave as
documented.  This probably originates from the ancient BSD kernels that
had pipe(2) implemented by socketpair(2), there are no binaries left that
we can run that do this.

Pointed out by: Robert Withrow <witr@rwwa.com>, PR#731
1996-08-24 03:35:13 +00:00
..
alpha Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
amd64 Collect all the functioons concerned with rebooting into one place 1996-08-19 20:07:07 +00:00
compat/linux Fix memory leak bug in the path parsing code which never released it's 1996-08-05 20:52:30 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Add /usr/sbin to sysctl because /usr/sbin not in standard path 1996-08-21 16:31:34 +00:00
ddb Finally implement a simple commandline history in DDB. 1996-08-10 13:38:44 +00:00
dev Unconditionally null-terminate string read into spkr driver. 1996-08-24 03:24:39 +00:00
fs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
geom Fail when odd number of disks are specified with mirror flag. Memory 1996-07-24 23:45:24 +00:00
gnu Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
i386 Unconditionally null-terminate string read into spkr driver. 1996-08-24 03:24:39 +00:00
isa restore nsccons variable from rev 1.115 that was deleted in rev 1.136 1996-08-16 10:16:32 +00:00
isofs/cd9660 Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:36:23 +00:00
kern The socketpair(0 syscall is bogusly returning the fd numbers through 1996-08-24 03:35:13 +00:00
libkern Convert to newly aded collate compare function 1996-08-12 18:49:54 +00:00
miscfs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
modules Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
msdosfs bzero reserved field into directory entry, junk here cause 1996-07-28 07:58:55 +00:00
net route.c:RTM_ADD does not check for a netmask before doing a tree walk 1996-08-24 03:11:13 +00:00
netatalk fix a broken atalk stack.. 1996-08-19 02:32:44 +00:00
netinet Mark sockets where the kernel chose the port# for. 1996-08-23 18:59:07 +00:00
netipx Accept odd length ipx packets. (Win95 and some dialup servers use it.) 1996-08-18 08:38:15 +00:00
netkey This is the `netkey' kernel key-management service (the PF_KEY analogue 1996-06-14 17:22:18 +00:00
netns finish killing off netns. (For some reason, CVS `undeleted' these 1996-02-13 18:19:17 +00:00
nfs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsclient Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsserver Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
pc98 Another round of merge. 1996-07-30 18:56:16 +00:00
pccard Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
pci Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
powerpc/include Add commands for ptrace get/set registers.. (Same numbers as NetBSD) 1996-01-24 18:51:48 +00:00
rpc Fix a bunch of spelling errors in the comment fields 1996-01-30 23:33:04 +00:00
scsi Do not test_unit_ready() before starting the unit... 1996-08-17 20:50:26 +00:00
sys Some cleanups to the callout lists recently added. 1996-08-22 03:50:33 +00:00
tools Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ufs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
vm Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
Makefile The Great PC98 Merge. 1996-06-14 11:02:28 +00:00