Age | Commit message (Expand) | Author |
2001-12-01 | Provide more debugging info for the spl not lowered on syscall exit | Niklas Hallqvist |
2001-11-30 | prevent reorder of __asm w/ __volatile. | Michael Shalayeff |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-30 | add stge(4) | Nathan Binkert |
2001-11-28 | somebody forgot something | Michael Shalayeff |
2001-11-28 | revert hardware breakage | Todd T. Fries |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Don't use pmap_update when we mean tlbflush. make pmap_update into a noop. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko... | Michael Shalayeff |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-08 | veli tpyo stolen fmor nkilsa | Michael Shalayeff |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Zap some redundant includes. | Artur Grabowski |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-25 | add an ali1543 and fix amd756 icu drivers | Michael Shalayeff |
2001-10-24 | forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org> | Michael Shalayeff |
2001-10-24 | use _C_LABEL for C labels | Michael Shalayeff |
2001-10-24 | add emu at pci | Michael Shalayeff |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller |
2001-10-10 | sorry, twe does not fit | Theo de Raadt |
2001-10-08 | i think miod only half-looked at this patch | Theo de Raadt |
2001-10-08 | add lge(4) commented | Nathan Binkert |
2001-10-06 | Add, commented out, missing lines for supported drivers. | Miod Vallat |
2001-10-05 | more | Theo de Raadt |
2001-10-05 | Add bge(4) | Nathan Binkert |
2001-10-04 | Add commented out sf4r, sf2r and az audio drivers. | Grigoriy Orlov |
2001-10-04 | radio hooks | Grigoriy Orlov |
2001-10-04 | in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more d... | Michael Shalayeff |
2001-10-04 | copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yet | Michael Shalayeff |
2001-10-02 | Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.org | Todd C. Miller |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-22 | pty cleanup | Theo de Raadt |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | use _C_LABEL for c labels consistantly throghout the source | Michael Shalayeff |
2001-09-21 | totally useless inlines, cost 1380 bytes too | Michael Shalayeff |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |