| Age | Commit message (Expand) | Author |
| 2000-11-29 | Adjust the ramdisk size. | minoura |
| 2000-11-29 | remove rules for genassym.c, it's no longer pertinent | jdolecek |
| 2000-11-29 | convert to use common genassym.cf | jdolecek |
| 2000-11-29 | Fix typo in comment reported by Tetsuya Isaki in kern/11587. | wiz |
| 2000-11-29 | Change UPAGES from 3 to 2. (sync with hp300) | tsutsui |
| 2000-11-29 | Fall back to previous memory segments detection code if BIOS reports no | aymeric |
| 2000-11-29 | Add a vm.uvmexp2 sysctl that uses a ABI-safe 'struct uvmexp_sysctl'. | simonb |
| 2000-11-29 | Add register prefixes. | scw |
| 2000-11-29 | Missed a couple of register prefixes... | scw |
| 2000-11-29 | Add register prefixes. | scw |
| 2000-11-29 | Allocate the DMA windows out of the PCI memory extent map after | thorpej |
| 2000-11-29 | Do the additional PCI memory initialization after configuring DMA. | thorpej |
| 2000-11-29 | Revert previous -- we'll do it differently. | thorpej |
| 2000-11-29 | The AMD 751 doesn't have DMA windows, so allocate the RAM out of the | thorpej |
| 2000-11-29 | Increase the number of static extent descriptors from 8 to 16, | thorpej |
| 2000-11-29 | Fix c896 support. If the first mem bar is 64bit, then the second one will | matt |
| 2000-11-28 | No need to play silly name trickery when we know we're talking about | thorpej |
| 2000-11-28 | Make sure values for a %llx are long long. | thorpej |
| 2000-11-28 | Put neo* in alphabetical position. | augustss |
| 2000-11-28 | Restore the top level `callout' command. | eeh |
| 2000-11-28 | Implement db_show_callout() again. | eeh |
| 2000-11-28 | Use AC97_REG_* constants rather than defining them ourselves. | thorpej |
| 2000-11-28 | Define additional AC'97 registers. | thorpej |
| 2000-11-28 | Sync with libc: make function exit one instruction faster, and function one | is |
| 2000-11-28 | backout part of execsw/LKM changes: netbsd_elf32_signature() is used by | mrg |
| 2000-11-28 | make this compile again, after execsw/lkm changes. | mrg |
| 2000-11-28 | wrap newly introduced >80 char lines. | mrg |
| 2000-11-28 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | haya |
| 2000-11-28 | Add auich(4) and neo(4). | thorpej |
| 2000-11-28 | Device driver for the built-in audio on Intel ICH, ICH0, ICH2, | thorpej |
| 2000-11-28 | We do not use INSTALL_SMALL any more. | minoura |
| 2000-11-27 | Sync with libc strncpy.S 1.11: optimized code by Hiroshi Horimoto. | is |
| 2000-11-27 | split linux signal code off locore.s | jdolecek |
| 2000-11-27 | don't use linux_emuldata for now, so that this compiles after | jdolecek |
| 2000-11-27 | Add prep support. change all __foo__ to foo. We don't __foo__ in the kernel | matt |
| 2000-11-27 | Add generic ISA floppy support | matt |
| 2000-11-27 | Replace the (no longer working) check for tp->t_line == 0 with | jdolecek |
| 2000-11-27 | allow building without SOFTDEP by adding the pageiodone hook to bio_ops. | chs |
| 2000-11-27 | prototype netbsd_elf64_probe() ifdef EXEC_ELF64, not for if !defined(EXEC_ELF32) | jdolecek |
| 2000-11-27 | adapt to execsw[] changes | jdolecek |
| 2000-11-27 | netbsd32 emulation doesn't exec 64bit binaries | jdolecek |
| 2000-11-27 | No longer needed. We use MI version now. | matt |
| 2000-11-27 | Use MI md_root.c | matt |
| 2000-11-27 | More fixes for linesw changes. | tsutsui |
| 2000-11-27 | Add declarations of hpux_setregs() and struct emul emul_hpux. | tsutsui |
| 2000-11-27 | Change base address to 0x800000. | tsubai |
| 2000-11-27 | Undo most of rev 1.94 to make a.out emulation work again. | pk |
| 2000-11-27 | Prepare cpu_exec_ecoff_probe() for mips which just returns ENOEXEC, | tsutsui |
| 2000-11-27 | Reduce PAGER_MAP_SIZE to 4MB. | tsubai |
| 2000-11-27 | 1.5L - UBC! | chs |