| Commit message (Expand) | Author | Age | Files | Lines |
| * | missing splx. | Hajimu UMEMOTO | 2003-11-28 | 1 | -0/+1 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+2 |
| * | add sysctl MIB net.key.esp_auth which was wrongly dropped | Hajimu UMEMOTO | 2003-11-13 | 1 | -0/+6 |
| * | ipsec_esp_auth is unused when IPSEC_ESP is not defined. | Hajimu UMEMOTO | 2003-11-11 | 1 | -0/+2 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 5 | -544/+771 |
| * | correct %d/%u mismatch. | Hajimu UMEMOTO | 2003-11-02 | 2 | -11/+11 |
| * | exit(3) with negative value does not make sense' | Hajimu UMEMOTO | 2003-11-02 | 1 | -1/+1 |
| * | make debugging with "setkey -x" a lot easier. | Hajimu UMEMOTO | 2003-11-02 | 1 | -4/+97 |
| * | cleanup secasvar management; refcnt is key.c responsibility; | Hajimu UMEMOTO | 2003-11-02 | 3 | -99/+66 |
| * | - do not quit from key_sendup() even if writes to non-target | Hajimu UMEMOTO | 2003-11-02 | 2 | -95/+10 |
| * | mib name was changed by fixing a spelling. | Hajimu UMEMOTO | 2003-10-28 | 1 | -1/+1 |
| * | drop the code of HAVE_NRL_INPCB part. our system doesn't | Hajimu UMEMOTO | 2003-10-22 | 1 | -10/+0 |
| * | nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros. | Hajimu UMEMOTO | 2003-10-07 | 1 | -17/+1 |
| * | Reduce diffs against KAME. No functional change. | Hajimu UMEMOTO | 2003-09-30 | 1 | -15/+7 |
| * | Reduce diffs against KAME. No functional change. | Hajimu UMEMOTO | 2003-09-30 | 2 | -9/+4 |
| * | Sync style and comments with latest KAME to reduce diffs. | Hajimu UMEMOTO | 2003-09-30 | 1 | -71/+64 |
| * | add /*CONSTCOND*/ to reduce diffs against latest KAME. | Hajimu UMEMOTO | 2003-09-25 | 2 | -8/+8 |
| * | panic() doesn't need `\n'. | Hajimu UMEMOTO | 2003-09-25 | 3 | -72/+72 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 4 | -4/+12 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -27/+27 |
| * | Comment out srandom(): | Andrey A. Chernov | 2003-02-05 | 1 | -1/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -27/+27 |
| * | "struct route" is not sufficient. NetBSD PR 18751 | Hajimu UMEMOTO | 2003-01-08 | 2 | -1/+6 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -4/+4 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
| * | - fixed the order of searching SA table for packets. | Hajimu UMEMOTO | 2002-07-10 | 1 | -20/+47 |
| * | Remove so*_locked(), which were backed out by mistake. | Seigo Tanimura | 2002-06-18 | 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 | -5/+1 |
| * | pacify gcc-3.1's -Wunused checking. | Peter Wemm | 2002-05-24 | 1 | -1/+4 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -1/+5 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -5/+0 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -1/+3 |
| * | Add a global sx sigio_lock to protect the pointer to the sigio object | Seigo Tanimura | 2002-04-27 | 1 | -1/+3 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 2 | -5/+5 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 8 | -173/+170 |
| * | missing splx | Hajimu UMEMOTO | 2002-03-01 | 1 | -0/+1 |
| * | (when new sa is preferred than old sa) | Hajimu UMEMOTO | 2002-03-01 | 1 | -9/+9 |
| * | Fix warnings | Peter Wemm | 2002-02-28 | 2 | -8/+8 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -4/+14 |
| * | Newer SA is prefered for a out-bound packet than old one | Hajimu UMEMOTO | 2001-12-05 | 2 | -7/+89 |
| * | Fixed the behavior when there is no inbound policy for the ipsec | Hajimu UMEMOTO | 2001-11-06 | 1 | -22/+0 |
| * | - net.inet.ipsec.esp_auth hasn't been there | Hajimu UMEMOTO | 2001-11-05 | 5 | -527/+224 |
| * | Unbreak build without INET6. | Hajimu UMEMOTO | 2001-11-03 | 1 | -0/+2 |
| * | System wide policy should be returned when no policy found in the SPD. | Hajimu UMEMOTO | 2001-10-29 | 1 | -0/+26 |
| * | Fixed the value of the prefixlen in the sadb_address structure. | Hajimu UMEMOTO | 2001-10-22 | 1 | -8/+20 |
| * | The behavior of SPDUPDATE has been changed. | Hajimu UMEMOTO | 2001-10-17 | 1 | -10/+6 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -8/+8 |
| * | printed current sequence number of the SA. accordingly, changed | Hajimu UMEMOTO | 2001-08-06 | 2 | -10/+13 |
| * | do not play too much trick with evaluation order. from netbsd | Hajimu UMEMOTO | 2001-08-06 | 1 | -2/+2 |