summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+5
* Check pointer before dereferencing.glebius2006-10-181-1/+2
* Some clenaup of ngs_rcvmsg():glebius2006-10-171-60/+46
* Some cleanup and small changes:glebius2006-10-171-121/+74
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-0/+4
* Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-131-6/+5
* Remove unneeded check.glebius2006-05-161-4/+0
* Do not leak kernel memory in case if userland has been compiledglebius2006-05-161-0/+1
* Correct assertion in ng_detach().rwatson2006-04-061-1/+1
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-8/+4
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-33/+18
* Fix several races between socket closure and node/hookglebius2005-11-021-77/+97
* When message can't fit into socket receive buffer return ENOBUFSglebius2005-09-121-2/+3
* Fix missing '=' in structure initialization.obrien2005-07-231-1/+1
* In the splnet times, netgraph was functional and synchronous. Nowadays,glebius2005-07-051-1/+44
* Fix use of uninitialized variable len in ngd_send.bz2005-05-281-3/+7
* Remove local error variable, which leads to hiding error from returnglebius2005-05-231-1/+0
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedglebius2005-05-171-28/+26
* - Fix build with TRACE_MESSAGES on.glebius2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. Toglebius2005-05-161-7/+27
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandglebius2005-05-161-1/+1
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-051-1/+2
* Do check that version of a message from userland matches ours.glebius2005-02-041-0/+5
* - Fix build with TRACE_MESSAGES definedglebius2005-02-041-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-301-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-42/+20
* Acquire Giant arounds calls into the linker from Netgraph sockets.rwatson2004-08-301-0/+2
* Fix a stupid error in my previous commit, which broke operationglebius2004-07-311-1/+2
* When making a peer of unknown type framework tries to load moduleglebius2004-07-271-0/+34
* Introduce a global mtx 'ngsocketlist_mtx' to protect the globalrwatson2004-07-121-0/+8
* Update for the KDB framework:marcel2004-07-101-2/+2
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Correct the description of the net.graph.recvspace sysctl.ru2004-01-271-1/+1
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-5/+5
* Allow the socket buffer sizes to be controlled via sysctl(8).ru2004-01-231-0/+4
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-221-2/+2
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-051-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-16/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+16
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+5
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Replace ffind_* with fget calls.alfred2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+5
OpenPOWER on IntegriCloud