Age | Commit message (Expand) | Author |
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt |
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson |
2001-02-13 | Bump maxusers to 32. | Artur Grabowski |
2001-02-13 | Cleanup. | Artur Grabowski |
2001-02-13 | default more wscons options | Theo de Raadt |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson |
2001-02-12 | set default adapter role, propage config flags | mjacob |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree |
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn |
2001-02-11 | Previously, when sendsig() set up the current process's context to run | Brandon Creighton |
2001-02-11 | Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus. | Hugh Graham |
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski |
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff |
2001-02-07 | We need to loose some weight. | Artur Grabowski |
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski |
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn |
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn |
2001-02-06 | missed ) in if() | Michael Shalayeff |
2001-02-06 | i can be stooooopid | Michael Shalayeff |
2001-02-06 | Committed by accident. | Artur Grabowski |
2001-02-06 | Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD. | Artur Grabowski |
2001-02-06 | I don't think there is a reason to enable IDE through isa now that | Artur Grabowski |
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski |
2001-02-06 | Bring up-to-date | Niklas Hallqvist |
2001-02-06 | Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. | Hugh Graham |
2001-02-06 | only call apm_perror() if get_event() failed | Michael Shalayeff |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt |
2001-02-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski |
2001-02-05 | Sigh. Another horrible abuse in this file.. | Artur Grabowski |
2001-02-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski |
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski |
2001-02-05 | sync | Theo de Raadt |
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell |
2001-02-04 | shrink USB section | Theo de Raadt |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell |
2001-02-04 | Minor indent botch. | Aaron Campbell |
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff |
2001-02-03 | New timeouts. | Artur Grabowski |
2001-02-03 | dead file | Artur Grabowski |
2001-02-03 | Remove dead files. | Artur Grabowski |
2001-02-03 | New timeouts. | Artur Grabowski |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski |
2001-02-03 | make it compile | Michael Shalayeff |
2001-02-02 | Remove non-existant machine config -- replace w/laptop config that works | Thorsten Lockert |