index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
raw_usrreq.c
Age
Commit message (
Expand
)
Author
2018-07-10
Remove raw_usrreq and raw_cb, nothing is using them anymore.
Claudio Jeker
2018-04-24
Push NET_LOCK down in the default ifioctl case.
Paul Irofti
2017-11-03
There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-07-03
Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list
Claudio Jeker
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-07
Do not grab the NET_LOCK() for routing sockets operations.
Martin Pieuchot
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-01-23
The function raw_input() has not been called since netiso has been
Alexander Bluhm
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-10-08
Instead of setting errno and then doing a goto do a m_freem() and return error.
Claudio Jeker
2016-09-05
Remove code that was never enabled, it will not happen.
Claudio Jeker
2016-09-05
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
Claudio Jeker
2015-12-05
remove old lint annotations
Ted Unangst
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-06-30
Get rid of the undocumented & temporary* m_copy() macro added for
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2012-12-12
Rearrange the code a bit to prevent splx() from being called with an
Mike Belopuhov
2012-11-27
remove incorrect splnet usage in pfkey interface
Mike Belopuhov
2012-01-11
Ansify raw_... function definitions. No binary change.
Alexander Bluhm
2011-04-03
Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as
Bret Lambert
2009-11-13
Extend the protosw pr_ctlinput function to include the rdomain. This is
Claudio Jeker
2008-05-23
Deal with the situation when TCP nfs mounts timeout and processes
Thordur I. Bjornsson
2004-01-03
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
Marc Espie
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-09-28
Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.
Chad Loder
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2001-12-11
Use queue.h macros.
Jason Wright
1998-09-17
avoid panic; garath@code.ridgefield.org
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt