| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removing old, dead, KAME IPsec files as part of the move to the | George V. Neville-Neil | 2007-07-02 | 1 | -507/+0 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -0/+12 |
| * | In raw and raw-derived socket types, maintain and enforce invariant that | Robert Watson | 2006-04-01 | 1 | -2/+1 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -14/+7 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -6/+3 |
| * | Fix stack corruptions on amd64. | Bjoern A. Zeeb | 2006-01-21 | 1 | -14/+2 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -8/+16 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -10/+10 |
| * | Semi-gratuitous white space synchronization with KAME tree: to reduce | Robert Watson | 2004-08-27 | 1 | -10/+12 |
| * | Merge next step in socket buffer locking: | Robert Watson | 2004-06-21 | 1 | -0/+2 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+2 |
| * | - do not quit from key_sendup() even if writes to non-target | Hajimu UMEMOTO | 2003-11-02 | 1 | -91/+7 |
| * | Reduce diffs against KAME. No functional change. | Hajimu UMEMOTO | 2003-09-30 | 1 | -8/+3 |
| * | panic() doesn't need `\n'. | Hajimu UMEMOTO | 2003-09-25 | 1 | -4/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | 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 | 1 | -5/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | "struct route" is not sufficient. NetBSD PR 18751 | Hajimu UMEMOTO | 2003-01-08 | 1 | -0/+1 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -1/+1 |
| * | Fix warnings | Peter Wemm | 2002-02-28 | 1 | -1/+1 |
| * | - net.inet.ipsec.esp_auth hasn't been there | Hajimu UMEMOTO | 2001-11-05 | 1 | -22/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -8/+8 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -10/+9 |
| * | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | John Baldwin | 2001-05-15 | 1 | -2/+0 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -5/+7 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -261/+328 |
| * | Check for MGET* returning NULL and return ENOBUFS in this case. | Jonathan Lemon | 2000-06-10 | 1 | -2/+8 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -0/+542 |