summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
* setsockopt() transports user option data in an mbuf. if the userphk1998-04-111-2/+7
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Staticize.eivind1998-02-091-5/+5
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Consult sa_len before trampling it with MSG_COMPAT set.msmith1997-12-151-3/+4
* As described by the submitter:msmith1997-12-141-5/+6
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-88/+55
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Removed unused #includes.bde1997-09-021-4/+1
* Delete a bit of debugging code that mistakenly crept in, and as a consequencewollman1997-08-171-7/+0
* Use KERNBASE, not 0xf0000000.tegge1997-08-171-2/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-58/+100
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-9/+13
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-091-55/+1
* In accept1(), falloc() is called after the process has awoken, but priordg1997-03-311-6/+22
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Preserve file flags in accept(2).wollman1996-10-151-2/+4
* The socketpair(0 syscall is bogusly returning the fd numbers throughpeter1996-08-241-1/+3
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-3/+3
* Make it possible to return more than one piece of control informationwollman1996-05-091-11/+24
* Changed socket code to use 4.4BSD queue macros. This includes removingdg1996-03-111-17/+21
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-241-6/+13
* Kill XNS.wollman1996-02-131-6/+6
* Enable the new fast pipe code. The old pipes can be used with thedyson1996-01-281-2/+3
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* Make pipe() return a set of bidirectional pipe fd's rather than one-way onlypeter1996-01-011-3/+3
* Nuked ambiguous sleep message strings:bde1995-12-141-3/+3
* Simplify the pseudo-argument removal changes by not optimizing forbde1995-10-231-218/+181
* Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.swallace1995-10-111-2/+2
* Remove compat_43 psuedo-argument hack, and replace with a better hack.swallace1995-10-071-101/+104
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-333/+392
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-4/+32
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1217
OpenPOWER on IntegriCloud