| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Provide includes that are needed in these files, and before were read | Gleb Smirnoff | 2013-10-26 | 1 | -0/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 2 | -0/+4 |
* | Fix the length calculation for the final block of a sendfile(2) | Dag-Erling Smørgrav | 2013-09-10 | 1 | -0/+15 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
* | Reimplement the netisr framework in order to support parallel netisr | Robert Watson | 2009-06-01 | 1 | -6/+9 |
* | Replace d_thread_t * with struct thread *. | Warner Losh | 2009-05-20 | 1 | -10/+10 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | Robert Watson | 2009-03-15 | 1 | -14/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -2/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | Robert Watson | 2008-07-04 | 1 | -1/+1 |
* | s/destory/destroy/ (except for the code in contrib/). | Pawel Jakub Dawidek | 2007-04-16 | 1 | -1/+1 |
* | Factor out my copyrights + licenses from Charles D. Cranor and | Robert Watson | 2007-01-08 | 4 | -10/+32 |
* | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -1/+7 |
* | style(9) treatment following fixups. | Robert Watson | 2006-04-23 | 1 | -208/+220 |
* | Eliminate unnecessary use of labels in error unwinding cases; result is | Robert Watson | 2006-04-23 | 1 | -35/+26 |
* | Acquire natm mutex after traversing so_pcb, not before, as the protocol | Robert Watson | 2006-04-23 | 1 | -5/+7 |
* | Update natm PCB debugging code: | Robert Watson | 2006-04-23 | 1 | -17/+12 |
* | In natm_usr_abort(), replace existing call to natm_usr_shutdown() with | Robert Watson | 2006-04-09 | 1 | -1/+1 |
* | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -3/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -6/+2 |
* | Change so_pcb invariants in netnatm, such that netnatm sockets always have | Robert Watson | 2006-03-17 | 1 | -49/+13 |
* | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -19/+25 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | David E. O'Brien | 2005-09-07 | 1 | -2/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+1 |
* | Remove FreeBSD 2.2 protocol usrreq compatibility code. | Robert Watson | 2005-07-19 | 3 | -331/+1 |
* | Lock down netnatm and mark as MPSAFE: | Robert Watson | 2005-07-18 | 4 | -59/+68 |
* | Mark netatm and netnatm explicitly as requiring Giant, as they still do. | Robert Watson | 2005-02-17 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 4 | -4/+4 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -6/+11 |
* | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+2 |
* | Constify send and receive space constants in natm. | Robert Watson | 2004-06-24 | 1 | -4/+4 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -0/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 2 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+2 |
* | Remove the last vestiges of ATM raw mode. This has not been useful for a | Hartmut Brandt | 2003-08-06 | 2 | -45/+6 |
* | Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATM | Hartmut Brandt | 2003-08-06 | 1 | -13/+16 |
* | Style(9): remove unneccesary space and blank lines, indentation, | Hartmut Brandt | 2003-08-06 | 4 | -241/+193 |
* | Instead of returning an error call the ioctl() handler of the interface | Hartmut Brandt | 2003-07-15 | 1 | -2/+5 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 3 | -7/+9 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 3 | -30/+7 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -5/+5 |
* | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 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 | -12/+0 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+12 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -4/+7 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |