Age | Commit message (Expand) | Author |
2001-06-13 | Actually, because of multi-interrupts devices, use the opposite loop | Miod Vallat |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat |
2001-06-12 | In intr_findvec(), correct the for() loop bounds. | Miod Vallat |
2001-06-12 | Change RB_NOSYM, for it used to have the same value as RB_CONFIG ; | Miod Vallat |
2001-06-12 | Add ``scsibus* at vs?'', except on model 147, for which the vs driver | Miod Vallat |
2001-06-12 | deal with gnu kernel dependencies right; cyxob@thief.dyndns.org | Theo de Raadt |
2001-06-11 | Repair SUN4M-only case compilation... | Miod Vallat |
2001-06-11 | Remove workaround for a gas bug fixed in binutils-2.10.1. | Artur Grabowski |
2001-06-11 | Call doshutdownhooks() during shutdown. | Miod Vallat |
2001-06-11 | Use MI {trunc,round}_page macros. | Miod Vallat |
2001-06-11 | Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt. | Miod Vallat |
2001-06-10 | Do not print time in seconds since epoc on boot, | Dale Rahn |
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn |
2001-06-10 | permit compilation when only SUN4C is defined; based on patch from Thomas Cof... | Jason Wright |
2001-06-10 | Post pmap_extract() changes cleanup. | Dale Rahn |
2001-06-10 | Post pmap_extract() changes cleanup. | Miod Vallat |
2001-06-10 | free commit from art | Michael Shalayeff |
2001-06-10 | Art error #2 | Theo de Raadt |
2001-06-10 | Art error #1 | Theo de Raadt |
2001-06-10 | Semicolons are better added in canada to save cross atlantic bandwith. | Bob Beck |
2001-06-09 | fix art oopsie so this compiles | Bob Beck |
2001-06-09 | Account for timer interrupts which occur while timer is "blocked". | Dale Rahn |
2001-06-09 | disable debugging by default | Michael Shalayeff |
2001-06-09 | print return value for debugging purposes | Michael Shalayeff |
2001-06-08 | Fix the XXX #debug bits in vm_machdep(). | Todd C. Miller |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-08 | More changes from NetBSD that should have been part of the UVM update; tested | Aaron Campbell |
2001-06-08 | it seems that via has 7, not 4 pci interrupt lines. | Michael Shalayeff |
2001-06-08 | Adjust to recent locking protocol changes; beck@ | Aaron Campbell |
2001-06-07 | fix typo in wi* at pci | Todd C. Miller |
2001-06-06 | Call doshutdownhooks() in boot(). ok jj@ niklas@ | Miod Vallat |
2001-06-06 | wi* @ pci | Todd C. Miller |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff |
2001-06-02 | Support writing to the hardware clock for powerpc apple systems. | Dale Rahn |
2001-06-02 | On Cuda systems (imac Rev C at least), it seems that the adb data | Dale Rahn |
2001-05-31 | Typos. | Miod Vallat |
2001-05-31 | Relocation types on alpha. | Artur Grabowski |
2001-05-31 | Initialize b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-31 | Initialize bp->b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-30 | Preliminary UVM support. UVM kernels don't work for the moment, though. | Miod Vallat |
2001-05-30 | Bring the root device selection code up-to-date with modern standards | Miod Vallat |
2001-05-30 | Oops | Miod Vallat |
2001-05-30 | Define msgbuf area size better, gets rid of occasionnal noise in dmesg | Miod Vallat |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-29 | pcvt no more | Michael Shalayeff |
2001-05-29 | remove this used to be great console driver; x11 builds w/o it all fine; aaro... | Michael Shalayeff |
2001-05-29 | Hardware clock support, via adb. | Dale Rahn |