Age | Commit message (Expand) | Author |
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 |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-16 | more regs from 2.2 version of specs | Michael Shalayeff |
2001-05-16 | regen after removing compatopts | Todd C. Miller |
2001-05-16 | remove unneeded compatopts | Todd C. Miller |
2001-05-16 | update copyright | Jason Wright |
2001-05-16 | If we run out of transmit slots, try to copy the next mbuf into a single | Jason Wright |
2001-05-16 | shrink printf messages | Theo de Raadt |
2001-05-16 | no longer support ECOFF kernels | Theo de Raadt |
2001-05-15 | Correct memory type for free(). (art@ ok) | Hakan Olsson |
2001-05-15 | partial KNF | Theo de Raadt |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff |
2001-05-15 | remove NRL pieces no longer used | Theo de Raadt |
2001-05-15 | Accept ARP packet coming from bridge interface without IP address | Grigoriy Orlov |
2001-05-15 | txp works here now | Jason Wright |
2001-05-15 | - correct some bus_dmamap_sync() usage | Jason Wright |
2001-05-15 | Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@. | Janne Johansson |
2001-05-15 | sync | Theo de Raadt |
2001-05-15 | shrink | Theo de Raadt |
2001-05-15 | typos | jasoni |
2001-05-15 | DTYPE_CRYPTO | Theo de Raadt |
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt |
2001-05-15 | LIST_FOREACH instead of manually doing the same thing. | Artur Grabowski |
2001-05-15 | Switch from homegrown locking of the hash to lockmgr. | Artur Grabowski |
2001-05-15 | Don't keep the reference to the root vnode all the time. Treat the root vnode | Artur Grabowski |
2001-05-15 | - bus-dmaify txp | Jason Wright |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller |
2001-05-15 | fix $OpenBSD$ header | Theo de Raadt |
2001-05-15 | since all files have varying copyright notices, this file is wrong | Theo de Raadt |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller |
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller |