Age | Commit message (Expand) | Author |
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 |
2001-05-16 | indentation nit. | Artur Grabowski |
2001-05-16 | Bring chip out of suspend mode in case we're booting after a shutdown from | Aaron Campbell |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | Use pool to allocate struct filedesc0 and struct file. | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt |
2001-05-16 | Introduce a new kernel option "SMALL_KERNEL" that will be used to keep the | Artur Grabowski |
2001-05-16 | shorten by one byte :-) | Theo de Raadt |
2001-05-16 | use dma_mapsize now that's available. | Federico G. Schwindt |
2001-05-16 | Don't clobber ip_sum; ip_output always sets this to 0 before calling | Federico G. Schwindt |
2001-05-16 | dump private extended ac97 reg defs | Michael Shalayeff |
2001-05-16 | split codec vendor/product into separate tables, | Michael Shalayeff |
2001-05-16 | extended registers are now in ac97.h | Michael Shalayeff |