Age | Commit message (Expand) | Author |
2001-01-26 | constify nam2blk | Michael Shalayeff |
2001-01-25 | constify cpuid tables | Michael Shalayeff |
2001-01-25 | print cpu speed in GHz rounded to 2 digits after point | Michael Shalayeff |
2001-01-25 | detect Transmeta cpus | Theo de Raadt |
2001-01-25 | spelling | Todd T. Fries |
2001-01-25 | fill in rval[1] return value for non signal return other than 0 (normal). | Dale Rahn |
2001-01-25 | make code for searching in pcibios's addr allocation | Michael Shalayeff |
2001-01-25 | put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing | Michael Shalayeff |
2001-01-24 | put pci_addr_fixup.h into pcibiosvar.h as well, | Michael Shalayeff |
2001-01-24 | elliminate pci_bus_fixup.h by moving | Michael Shalayeff |
2001-01-24 | Optimization base on looking at generated asm code. | Dale Rahn |
2001-01-24 | Always do MACHINE_NEW_NONCONTIG, not based on UVM or not. | Dale Rahn |
2001-01-24 | Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIG | Dale Rahn |
2001-01-24 | Remove block of "#if 0"ed code. | Dale Rahn |
2001-01-24 | pass the address of the current instruction to allow better "pc relative" | Dale Rahn |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski |
2001-01-24 | Sample options for KGDB. (commented out) | Hugh Graham |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2001-01-23 | recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of su... | Theo de Raadt |
2001-01-23 | build boot with -Os | Artur Grabowski |
2001-01-23 | floppy configuration that works. | Artur Grabowski |
2001-01-23 | iha fits, cool | Theo de Raadt |
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright |
2001-01-23 | Add Initio SCSI controller | Kenneth R Westerback |
2001-01-22 | this should make i850 and i860 hubs do RNG | Theo de Raadt |
2001-01-22 | paste error in pdcopen, a few formatting cnages and use int for char | Michael Shalayeff |
2001-01-22 | dirty trap should be handed w/ uvm_fault() as well | Michael Shalayeff |
2001-01-22 | keyboard led update lockup patch; pr 1432, smat@acm.org | Theo de Raadt |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-22 | gc NATIVE_ELF - not used any more and should not be set here anyway. | Artur Grabowski |
2001-01-22 | need wskbd | Artur Grabowski |
2001-01-21 | map the bios rom at both it's real address and | Michael Shalayeff |
2001-01-21 | UVM and PMAP_NEW are required. | Artur Grabowski |
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; joo... | Theo de Raadt |
2001-01-19 | validate gate targets; sommerfeld, mycroft | Theo de Raadt |
2001-01-18 | Support more than 256MB of physical memory. | Dale Rahn |
2001-01-18 | Remove some commented out stuff that will never be enabled. | Artur Grabowski |
2001-01-16 | fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsd | Michael Shalayeff |
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis <r... | Michael Shalayeff |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski |
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski |
2001-01-16 | Fix cross-builds of the kernel. (ELF only). | Artur Grabowski |
2001-01-16 | Don't define __indr_reference for ELF. | Artur Grabowski |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |