Age | Commit message (Expand) | Author |
2002-01-28 | First round of post-bus_dma cleanups: | Jason Wright |
2002-01-28 | Quick (and a little dirty) conversion to bus_dma(9). | Jason Wright |
2002-01-28 | Even more GC. | Artur Grabowski |
2002-01-28 | allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway). | Artur Grabowski |
2002-01-28 | malloc/free is not really used for pvs allocs | Michael Shalayeff |
2002-01-28 | GC PR_STATIC and PR_MALLOCOK. | Artur Grabowski |
2002-01-28 | PR_MALLOCOK is not necessary. | Artur Grabowski |
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright |
2002-01-27 | bt no more | Michael Shalayeff |
2002-01-27 | bt no more | Michael Shalayeff |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-25 | properly identify gem as a boot device | Jason Wright |
2002-01-25 | CEAFSR defns | Jason Wright |
2002-01-25 | Reg defs for UEAFSR | Jason Wright |
2002-01-25 | offset to com regs is just a common iomod offset, accomodate for com console | Michael Shalayeff |
2002-01-25 | offset cons hpa to com regs, damnit | Michael Shalayeff |
2002-01-25 | see if we are a console | Michael Shalayeff |
2002-01-25 | tell wsdisplay if we are a console | Michael Shalayeff |
2002-01-25 | init conaddr/unit if page0->mem_cons is on serial | Michael Shalayeff |
2002-01-25 | do not conflict PF_ /w pf -- rename to PZF_ and define _BITS | Michael Shalayeff |
2002-01-25 | define CONADDR and CONUNIT | Michael Shalayeff |
2002-01-25 | CONADDR is defined elsewhere for hppa | Michael Shalayeff |
2002-01-25 | In encap, sync mbuf before writing descriptors | Jason Wright |
2002-01-25 | Don't defer attachment of devices on USB (we need the keyboard asap) | Jason Wright |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski |
2002-01-25 | allocate pmaps with pool. | Artur Grabowski |
2002-01-25 | poolify pcreds. | Artur Grabowski |
2002-01-25 | Convert plimit allocations to pool. | Artur Grabowski |
2002-01-25 | Disestablish *powerhook* on detach. jason@ ok | Thomas Nordin |
2002-01-25 | multi-session support; from NetBSD. millert@ ok | Federico G. Schwindt |
2002-01-25 | Instead of finding pages matching this physical page, match this specific | Dale Rahn |
2002-01-25 | kernel printfs triggerable by a simple mistake in userland are just wrong. | Artur Grabowski |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright |
2002-01-25 | How did this work? It used to attempt the tlb entry for a mapping it is | Dale Rahn |
2002-01-25 | GC some more malloc types. | Artur Grabowski |
2002-01-25 | Remove more NKBD/NMS references (jason == cpp tonight I guess) | Jason Wright |
2002-01-25 | move the scancode -> wskbd event map into a seperate file... more still | Jason Wright |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-25 | Move softdep sysctls from debug to vfs.ffs; art@ OK | Todd C. Miller |
2002-01-25 | confusing and not used, zap. | Artur Grabowski |
2002-01-25 | Bring disklabel code on par with other arches: recognize specific situations, | Miod Vallat |
2002-01-24 | allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@ | Niels Provos |
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff |
2002-01-24 | sigh, nobody compiles before commit anymore | Michael Shalayeff |
2002-01-24 | Don't provide a duplicate addupc_task() routine. | Miod Vallat |
2002-01-24 | RAMDISKB compiles again... | Miod Vallat |
2002-01-24 | Repair compilation. | Miod Vallat |
2002-01-24 | Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. | Jason Wright |
2002-01-24 | Fix a few typos | Artur Grabowski |