summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-05-21Avoid structure auto-padding (from Theo)Angelos D. Keromytis
2001-05-21Use a reference-counted structure for IPsec IDs and credentials, so weAngelos D. Keromytis
2001-05-20fix comments.Grigoriy Orlov
2001-05-20Remove varargs from ipv4_input; cmetz@ deraadt@ ok.Federico G. Schwindt
2001-05-20From NetBSD:Hugh Graham
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-05-20Use packet tags instead of tdbi.Angelos D. Keromytis
2001-05-20Record outgoing SA processing, do loop detection.Angelos D. Keromytis
2001-05-20Use packet tags to signal input IPsec processing to upper layer protocols.Angelos D. Keromytis
2001-05-20tdbi->tags cleanupsAngelos D. Keromytis
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-05-20m_tag_* routines, plus minor changes (convert from tdbi to tags)Angelos D. Keromytis
2001-05-20Packet tags (similar to NetBSD m_pkthdr.aux structure) -- ok deraadt@ niklas@Angelos D. Keromytis
2001-05-20assym.s -> assym.hMiod Vallat
2001-05-20Replace genassym.c with a .cf one; also remove unused defines.Miod Vallat
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
2001-05-20Rename entry so it fits in the vmstat -m output.Angelos D. Keromytis
2001-05-19make it compile for DEBUGNiels Provos
2001-05-18Use pool_page_alloc_nointr() and pool_page_free_nointr() since theyTodd C. Miller
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17fix memory leak on ipv6 reass failure. sync with kameJun-ichiro itojun Hagino
2001-05-17nsphyter here tooJason Wright
2001-05-17add nsphyterJason Wright
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
2001-05-16define power register bitsMichael Shalayeff
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-05-16Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23Todd C. Miller
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16malloc memory w/ NOWAIT during autoconf time, and check for NULLMichael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
2001-05-16Use PMAP_NEW if UVM is defined.Todd C. Miller
2001-05-16PMAP_NEW support; thorpej@netbsd.orgTodd C. Miller
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
2001-05-16regen for COMPAT_2{3,5}Todd C. Miller
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt