index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netkey
/
keysock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-10
/
+10
*
Semi-gratuitous white space synchronization with KAME tree: to reduce
rwatson
2004-08-27
1
-10
/
+12
*
Merge next step in socket buffer locking:
rwatson
2004-06-21
1
-0
/
+2
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-1
/
+2
*
- do not quit from key_sendup() even if writes to non-target
ume
2003-11-02
1
-91
/
+7
*
Reduce diffs against KAME. No functional change.
ume
2003-09-30
1
-8
/
+3
*
panic() doesn't need `\n'.
ume
2003-09-25
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
"struct route" is not sufficient. NetBSD PR 18751
ume
2003-01-08
1
-0
/
+1
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Remove so*_locked(), which were backed out by mistake.
tanimura
2002-06-18
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-5
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+5
*
Redo the sigio locking.
alfred
2002-05-01
1
-5
/
+0
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-1
/
+3
*
Add a global sx sigio_lock to protect the pointer to the sigio object
tanimura
2002-04-27
1
-1
/
+3
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Fix warnings
peter
2002-02-28
1
-1
/
+1
*
- net.inet.ipsec.esp_auth hasn't been there
ume
2001-11-05
1
-22
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+8
*
Sync with recent KAME.
ume
2001-06-11
1
-10
/
+9
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-5
/
+7
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-261
/
+328
*
Check for MGET* returning NULL and return ENOBUFS in this case.
jlemon
2000-06-10
1
-2
/
+8
*
IPSEC support in the kernel.
shin
1999-12-22
1
-0
/
+542