summaryrefslogtreecommitdiffstats
path: root/sys/netkey/keysock.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-1/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* 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
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-081-0/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-5/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+5
* Redo the sigio locking.alfred2002-05-011-5/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-1/+3
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-1/+3
* Remove __P.alfred2002-03-201-1/+1
* Fix warningspeter2002-02-281-1/+1
* - net.inet.ipsec.esp_auth hasn't been thereume2001-11-051-22/+1
* KSE Milestone 2julian2001-09-121-8/+8
* Sync with recent KAME.ume2001-06-111-10/+9
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+7
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-261/+328
* Check for MGET* returning NULL and return ENOBUFS in this case.jlemon2000-06-101-2/+8
* IPSEC support in the kernel.shin1999-12-221-0/+542
OpenPOWER on IntegriCloud