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