| Age | Commit message (Expand) | Author |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-01-06 | more IPSEC header cleanup: don't install unneeded headers to userland, | drochner |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-09-05 | fix two bugs in the PFKEY interface: | spz |
| 2010-03-03 | Remove #ifdef KERNFS by using weak symbols. Notably, this approach | pooka |
| 2010-01-31 | Replace more printfs with aprint_normal / aprint_verbose | hubertf |
| 2009-05-11 | Fix the sense of two compares. I previously broke this. | skd |
| 2009-05-09 | Replace splsoftnet() with proper mutexes as suggested by ad@. | mlelstv |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-19 | Correct one more bungled bcopy() -> memcpy() conversion. | he |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-02-14 | remove 2038 comment. | christos |
| 2009-01-28 | These comparison functions return 0 on match. Fix sense of test. | skd |
| 2008-07-27 | Change how 'while (0)' is commented out to avoid /* within a comment. | dsl |
| 2008-07-25 | Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE(). | dsl |
| 2008-07-01 | Ignore freed rtcache entries. | mlelstv |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | key_usrreq: set in a lock on PRU_ATTACH. Spotted by yamt@. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU. | thorpej |
| 2008-01-13 | s/DIGAGNOSTIC/DIAGNOSTIC/ | msaitoh |
| 2007-12-07 | Use struct initializers. No functional change. | elad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-11 | When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for s... | degroote |
| 2007-03-21 | Call key_checkspidup with spi in network bit order in order to make correct | degroote |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-10 | Remove a superfluous cast. | he |
| 2006-12-09 | Fix misplaced ampersand. Noticed by Greg Troxel. | dyoung |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-14 | Fix argument order | smb |
| 2006-10-14 | more __unused | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | use c99 initializers | christos |
| 2006-09-02 | add missing initializers | christos |
| 2006-09-02 | remove impossible comparison | christos |
| 2006-08-28 | remove excess initializer | christos |