| Commit message (Expand) | Author | Age | Files | Lines |
* | unstatic getfp() so that other subsystems can use it. | alfred | 2000-06-12 | 1 | -3/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+4 |
* | This is Bosko Milekic's mbuf allocation waiting code. Basically, this | green | 1999-12-12 | 1 | -0/+4 |
* | General clean-up of socket.h and associated sources to synchronise up | phk | 1999-11-24 | 1 | -1/+1 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -3/+3 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Add a missing spl lowering. | green | 1999-10-14 | 1 | -0/+1 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -2/+0 |
* | Plug a potential filedescriptor leak. This will probably almost | guido | 1999-09-30 | 1 | -1/+6 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 1 | -14/+11 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | Don't free the socket address if soaccept() / pru_accept() doesn't | fenner | 1999-01-25 | 1 | -2/+3 |
* | Addendum: The original code that the last commit 'fixed' actually did | dillon | 1999-01-24 | 1 | -1/+1 |
* | There was a situation where sendfile() might attempt to initiate I/O | dillon | 1999-01-24 | 1 | -32/+35 |
* | Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSY | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -16/+13 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+2 |
* | Fixed broken code in sendfile(2) when using file offsets. | dg | 1998-12-03 | 1 | -5/+7 |
* | We can't call fsetown() from sonewconn() because sonewconn() is be called | truckman | 1998-11-23 | 1 | -1/+3 |
* | Closed a very narrow and rare race condition that involved net interrupts, | dg | 1998-11-18 | 1 | -1/+4 |
* | In sendfile(2), check against sb_lowat when filling the socket buffer, | dg | 1998-11-15 | 1 | -2/+2 |
* | Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusying | dg | 1998-11-14 | 1 | -3/+3 |
* | Added support for non-blocking sockets to sendfile(2). | dg | 1998-11-06 | 1 | -1/+20 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 1 | -1/+403 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -44/+34 |
* | 64bit fixes: don't cast p->p_retval to an int*. | dfr | 1998-06-10 | 1 | -3/+5 |
* | Fix a minor mbuf leak created by the previous change. | phk | 1998-04-14 | 1 | -2/+4 |
* | setsockopt() transports user option data in an mbuf. if the user | phk | 1998-04-11 | 1 | -2/+7 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -5/+5 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Consult sa_len before trampling it with MSG_COMPAT set. | msmith | 1997-12-15 | 1 | -3/+4 |
* | As described by the submitter: | msmith | 1997-12-14 | 1 | -5/+6 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -88/+55 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -4/+1 |
* | Delete a bit of debugging code that mistakenly crept in, and as a consequence | wollman | 1997-08-17 | 1 | -7/+0 |
* | Use KERNBASE, not 0xf0000000. | tegge | 1997-08-17 | 1 | -2/+6 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -58/+100 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -9/+13 |
* | Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that | bde | 1997-04-09 | 1 | -55/+1 |
* | In accept1(), falloc() is called after the process has awoken, but prior | dg | 1997-03-31 | 1 | -6/+22 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Preserve file flags in accept(2). | wollman | 1996-10-15 | 1 | -2/+4 |