summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-2/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-43/+25
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* unstatic getfp() so that other subsystems can use it.alfred2000-06-121-3/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+4
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-121-0/+4
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* This is a partial commit of the patch from PR 14914:phk1999-11-161-3/+3
* useracc() the prequel:phk1999-10-291-1/+0
* Add a missing spl lowering.green1999-10-141-0/+1
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-2/+0
* Plug a potential filedescriptor leak. This will probably almostguido1999-09-301-1/+6
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-14/+11
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Don't free the socket address if soaccept() / pru_accept() doesn'tfenner1999-01-251-2/+3
* Addendum: The original code that the last commit 'fixed' actually diddillon1999-01-241-1/+1
* There was a situation where sendfile() might attempt to initiate I/Odillon1999-01-241-32/+35
* Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSYdillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-16/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* Fixed broken code in sendfile(2) when using file offsets.dg1998-12-031-5/+7
* We can't call fsetown() from sonewconn() because sonewconn() is be calledtruckman1998-11-231-1/+3
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-181-1/+4
* In sendfile(2), check against sb_lowat when filling the socket buffer,dg1998-11-151-2/+2
* Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusyingdg1998-11-141-3/+3
* Added support for non-blocking sockets to sendfile(2).dg1998-11-061-1/+20
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-051-1/+403
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-44/+34
* 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
OpenPOWER on IntegriCloud