| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | The pr_destroy field does not allow us to run the teardown code in a | Bjoern A. Zeeb | 2016-06-01 | 1 | -4/+0 |
* | Introduce a new protocol hook pru_aio_queue. | John Baldwin | 2016-04-29 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -2/+2 |
* | Merge from projects/sendfile: extend protocols API to support | Gleb Smirnoff | 2014-11-30 | 1 | -0/+1 |
* | - Implement two new system calls: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -0/+2 |
* | There is no need anymore to include vm/uma.h after r241726. | Pawel Jakub Dawidek | 2012-12-07 | 1 | -2/+0 |
* | - according to POSIX, make socket(2) return EAFNOSUPPORT rather than | Kevin Lo | 2012-12-07 | 1 | -24/+31 |
* | Move UMA socket zone initialization from uipc_domain.c to uipc_socket.c | Andre Oppermann | 2012-10-19 | 1 | -17/+0 |
* | Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to domai... | Christian Brueffer | 2012-02-23 | 1 | -1/+1 |
* | When registering a protocol to an existing protocol domain via | Marko Zec | 2009-08-24 | 1 | -1/+8 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+3 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -36/+19 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -4/+2 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -1/+27 |
* | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -2/+19 |
* | Remove Giant locking from domains list. | Ed Schouten | 2009-01-04 | 1 | -9/+9 |
* | Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due | Robert Watson | 2009-01-04 | 1 | -1/+0 |
* | Following the recent security advisory, add a comment describing our | Robert Watson | 2008-12-25 | 1 | -0/+22 |
* | Prevent cross-site forgery attacks on ftpd(8) due to splitting | Colin Percival | 2008-12-23 | 1 | -0/+5 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -2/+2 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -4/+0 |
* | First in a series of changes to remove the now-unused Giant compatibility | Robert Watson | 2007-07-27 | 1 | -7/+2 |
* | Generally migrate to ANSI function headers, and remove 'register' use. | Robert Watson | 2007-05-16 | 1 | -36/+20 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -3/+3 |
* | Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel) | Robert Watson | 2006-07-11 | 1 | -4/+0 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | Paul Saab | 2006-04-21 | 1 | -0/+10 |
* | The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] | Andre Oppermann | 2006-02-18 | 1 | -0/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Start the protocol timeouts only after all domains have been initialized | Max Laier | 2004-12-09 | 1 | -3/+3 |
* | Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make | Max Laier | 2004-12-02 | 1 | -2/+2 |
* | Implement the check I was talking about in the previous message already. | Max Laier | 2004-11-30 | 1 | -0/+37 |
* | - Introduce protosw_init(). | Gleb Smirnoff | 2004-11-11 | 1 | -26/+31 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -11/+41 |
* | Aquire GIANT in pf_proto_[un]register() before manipulating the protosw. | Andre Oppermann | 2004-10-23 | 1 | -5/+27 |
* | Support for dynamically loadable and unloadable protocols within existing pro... | Andre Oppermann | 2004-10-19 | 1 | -2/+136 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE; | Robert Watson | 2004-03-29 | 1 | -2/+11 |
* | move domain list mutex initialization to earlier in the boot sequence so | Sam Leffler | 2003-09-02 | 1 | -2/+1 |
* | o interlock domain list when adding domains | Sam Leffler | 2003-09-01 | 1 | -8/+9 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Fix a spelling error. | Rob Braun | 2003-03-07 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -5/+3 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -3/+5 |
* | Add calls to uma_zone_set_max() to restore previously enforced limits. | Jeff Roberson | 2002-03-20 | 1 | -0/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -12/+5 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -3/+3 |
* | Update the comment about System initialization to reflect the use of | Chad David | 2001-12-08 | 1 | -8/+6 |
* | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -0/+26 |