| Commit message (Expand) | Author | Age | Files | Lines |
* | In ng_getsockaddr() allocate memory prior to obtaining lock. | glebius | 2012-02-16 | 1 | -11/+8 |
* | No need to optimise for a node with no hooks, my braino. | glebius | 2012-02-13 | 1 | -5/+2 |
* | Provide a findhook method for ng_socket(4). The node stores a | glebius | 2012-01-23 | 1 | -2/+101 |
* | In ng_socket(4) expose less kernel internals to userland. This commit | glebius | 2012-01-23 | 1 | -3/+16 |
* | Remove some disabled NOTYET code. Probability of enabling it is low, | glebius | 2012-01-16 | 1 | -78/+0 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+1 |
* | In ng_attach_cntl() first allocate things that may fail, and then | glebius | 2011-07-14 | 1 | -16/+15 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | When calling panic(), always pass a format string. | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | Fix a race between ngs_rcvmsg() and soclose() which closes the control | attilio | 2010-05-19 | 1 | -6/+26 |
* | Now fix functionality of 'netstat -f netgraph' that hasn't worked | glebius | 2010-03-12 | 1 | -0/+3 |
* | Fix 'netstat -f netgraph', which I had broken in r163463 ling time | glebius | 2010-03-12 | 1 | -0/+18 |
* | 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 |