| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -16/+0 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -0/+16 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -3/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -4/+5 |
* | Staticise the socket list. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Fix bug that cheated hook names out of the last 2 bytes. | archie | 2001-10-10 | 1 | -2/+2 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -12/+12 |
* | Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) | julian | 2001-02-23 | 1 | -1/+0 |
* | Add a dummy disconnect function so that the socket code doesn't leap into | julian | 2001-02-05 | 1 | -2/+7 |
* | Make netgraph modules refuse to link with modules of a different ABI version. | julian | 2001-02-05 | 1 | -37/+70 |
* | Fix some memory leaks | julian | 2001-01-10 | 1 | -7/+15 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -29/+68 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -107/+96 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -8/+9 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -6/+3 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |