| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | MFC ng_base.c rev 1.136-1.137, netgraph.h rev 1.69, ng_socket.c rev 1.83 | Alexander Motin | 2007-10-28 | 1 | -12/+13 |
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -3/+3 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+5 |
| * | Check pointer before dereferencing. | Gleb Smirnoff | 2006-10-18 | 1 | -1/+2 |
| * | Some clenaup of ngs_rcvmsg(): | Gleb Smirnoff | 2006-10-17 | 1 | -60/+46 |
| * | Some cleanup and small changes: | Gleb Smirnoff | 2006-10-17 | 1 | -121/+74 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -0/+4 |
| * | Use kern_kldload() and kern_kldunload() to load and unload modules when | John Baldwin | 2006-06-13 | 1 | -6/+5 |
| * | Remove unneeded check. | Gleb Smirnoff | 2006-05-16 | 1 | -4/+0 |
| * | Do not leak kernel memory in case if userland has been compiled | Gleb Smirnoff | 2006-05-16 | 1 | -0/+1 |
| * | Correct assertion in ng_detach(). | Robert Watson | 2006-04-06 | 1 | -1/+1 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -8/+4 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -33/+18 |
| * | Fix several races between socket closure and node/hook | Gleb Smirnoff | 2005-11-02 | 1 | -77/+97 |
| * | When message can't fit into socket receive buffer return ENOBUFS | Gleb Smirnoff | 2005-09-12 | 1 | -2/+3 |
| * | Fix missing '=' in structure initialization. | David E. O'Brien | 2005-07-23 | 1 | -1/+1 |
| * | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff | 2005-07-05 | 1 | -1/+44 |
| * | Fix use of uninitialized variable len in ngd_send. | Bjoern A. Zeeb | 2005-05-28 | 1 | -3/+7 |
| * | Remove local error variable, which leads to hiding error from return | Gleb Smirnoff | 2005-05-23 | 1 | -1/+0 |
| * | - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded | Gleb Smirnoff | 2005-05-17 | 1 | -28/+26 |
| * | - Fix build with TRACE_MESSAGES on. | Gleb Smirnoff | 2005-05-16 | 1 | -41/+42 |
| * | Close race between node being shutdown and socket being detached. To | Gleb Smirnoff | 2005-05-16 | 1 | -7/+27 |
| * | Catch up with new ng_package_data(). Use NG_WAITOK on userland | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | Ruslan Ermilov | 2005-02-05 | 1 | -1/+2 |
| * | Do check that version of a message from userland matches ours. | Gleb Smirnoff | 2005-02-04 | 1 | -0/+5 |
| * | - Fix build with TRACE_MESSAGES defined | Gleb Smirnoff | 2005-02-04 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they | Max Laier | 2004-11-30 | 1 | -1/+1 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -42/+20 |
| * | Acquire Giant arounds calls into the linker from Netgraph sockets. | Robert Watson | 2004-08-30 | 1 | -0/+2 |
| * | Fix a stupid error in my previous commit, which broke operation | Gleb Smirnoff | 2004-07-31 | 1 | -1/+2 |
| * | When making a peer of unknown type framework tries to load module | Gleb Smirnoff | 2004-07-27 | 1 | -0/+34 |
| * | Introduce a global mtx 'ngsocketlist_mtx' to protect the global | Robert Watson | 2004-07-12 | 1 | -0/+8 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+2 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+10 |
| * | Correct the description of the net.graph.recvspace sysctl. | Ruslan Ermilov | 2004-01-27 | 1 | -1/+1 |
| * | Get rid of the deprecated *LEN constants in favour of the new | Hartmut Brandt | 2004-01-26 | 1 | -5/+5 |
| * | Allow the socket buffer sizes to be controlled via sysctl(8). | Ruslan Ermilov | 2004-01-23 | 1 | -0/+4 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -2/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-22 | 1 | -2/+2 |
| * | Const'ify variables to make it clear we're not writing to the mbuf data. | Archie Cobbs | 2002-06-05 | 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 | -16/+0 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+16 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -3/+5 |