summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-3/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Changed second argument in a call to sf_buf_free() to be NULL instead ofdg2000-12-031-1/+1
* Make sure to free the sf_buf if we've allocated it but fail to allocatebmilekic2000-12-021-0/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-66/+151
* Fixed a certain panic on IO error in sendfile(): Page must be set PG_BUSYdg2000-11-121-1/+3
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determinebmilekic2000-11-111-1/+2
* Change the sf_bufs wakeups to be wakeup_one(), because we don't want tobmilekic2000-11-041-4/+5
* Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufsbmilekic2000-11-041-9/+18
* 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
OpenPOWER on IntegriCloud