Age | Commit message (Expand) | Author |
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 |
2001-09-20 | grammar; from toby | Michael Shalayeff |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | Be much more careful about pcb_onfault. | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-17 | genassym changes | Theo de Raadt |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-13 | Simplify userret, modelled after alpha. | Artur Grabowski |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-11 | remove acd references; millert@ ok. | Federico G. Schwindt |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-09-03 | pretty this up | Theo de Raadt |
2001-09-01 | add cz(4) to GENERIC | Nathan Binkert |
2001-08-27 | Let this build without pcibios. | Artur Grabowski |
2001-08-26 | do not panic if spl is wrong, for now; millert & art agree | Theo de Raadt |
2001-08-25 | This hasn't been used for ages. Kill. | Artur Grabowski |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-23 | fix a comment | Artur Grabowski |
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff |