| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -6/+6 |
* | Remove unused variable. | mav | 2008-11-22 | 1 | -3/+2 |
* | Improve apply callback error reporting: | mav | 2008-03-11 | 1 | -1/+1 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -1/+1 |
* | Implement new apply callback mechanism to handle item forwarding. | mav | 2007-10-19 | 1 | -12/+13 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -3/+3 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+5 |
* | Check pointer before dereferencing. | glebius | 2006-10-18 | 1 | -1/+2 |
* | Some clenaup of ngs_rcvmsg(): | glebius | 2006-10-17 | 1 | -60/+46 |
* | Some cleanup and small changes: | glebius | 2006-10-17 | 1 | -121/+74 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -0/+4 |
* | Use kern_kldload() and kern_kldunload() to load and unload modules when | jhb | 2006-06-13 | 1 | -6/+5 |
* | Remove unneeded check. | glebius | 2006-05-16 | 1 | -4/+0 |
* | Do not leak kernel memory in case if userland has been compiled | glebius | 2006-05-16 | 1 | -0/+1 |
* | Correct assertion in ng_detach(). | rwatson | 2006-04-06 | 1 | -1/+1 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -8/+4 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -33/+18 |
* | Fix several races between socket closure and node/hook | glebius | 2005-11-02 | 1 | -77/+97 |
* | When message can't fit into socket receive buffer return ENOBUFS | glebius | 2005-09-12 | 1 | -2/+3 |
* | Fix missing '=' in structure initialization. | obrien | 2005-07-23 | 1 | -1/+1 |
* | In the splnet times, netgraph was functional and synchronous. Nowadays, | glebius | 2005-07-05 | 1 | -1/+44 |
* | Fix use of uninitialized variable len in ngd_send. | bz | 2005-05-28 | 1 | -3/+7 |
* | Remove local error variable, which leads to hiding error from return | glebius | 2005-05-23 | 1 | -1/+0 |
* | - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded | glebius | 2005-05-17 | 1 | -28/+26 |
* | - Fix build with TRACE_MESSAGES on. | glebius | 2005-05-16 | 1 | -41/+42 |
* | Close race between node being shutdown and socket being detached. To | glebius | 2005-05-16 | 1 | -7/+27 |
* | Catch up with new ng_package_data(). Use NG_WAITOK on userland | glebius | 2005-05-16 | 1 | -1/+1 |
* | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | ru | 2005-02-05 | 1 | -1/+2 |
* | Do check that version of a message from userland matches ours. | glebius | 2005-02-04 | 1 | -0/+5 |
* | - Fix build with TRACE_MESSAGES defined | glebius | 2005-02-04 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they | mlaier | 2004-11-30 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -42/+20 |
* | Acquire Giant arounds calls into the linker from Netgraph sockets. | rwatson | 2004-08-30 | 1 | -0/+2 |
* | Fix a stupid error in my previous commit, which broke operation | glebius | 2004-07-31 | 1 | -1/+2 |
* | When making a peer of unknown type framework tries to load module | glebius | 2004-07-27 | 1 | -0/+34 |
* | Introduce a global mtx 'ngsocketlist_mtx' to protect the global | rwatson | 2004-07-12 | 1 | -0/+8 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+2 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |
* | Correct the description of the net.graph.recvspace sysctl. | ru | 2004-01-27 | 1 | -1/+1 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -5/+5 |
* | Allow the socket buffer sizes to be controlled via sysctl(8). | ru | 2004-01-23 | 1 | -0/+4 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 1 | -1/+1 |