l='stylesheet' type='text/css' href='/cgit-data/cgit.css'/>
summaryrefslogtreecommitdiff
path: root/sys/netkey/keydb.c
AgeCommit message (Expand)Author
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2005-12-11merge ktrace-lwp.christos
2004-04-18Use M_ZERO appropriately.matt
2003-09-12make it possible to SADB_DUMP via sysctl. request by mrgitojun
2003-09-07- prepare for RFC2401bis 64bit sequence number (no behavior change yet)itojun
2003-08-22allow userland to specify SPD ID. more readable debugging messages.itojun
2003-08-22backout; committed by mistakeitojun
2003-08-22do not quit from key_sendup() even if writes to non-target socket fails.itojun
2003-06-28malloc() returns "void *", we don't need to cast the return value.simonb
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej