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