summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-29This is for completeness only (to make fdopen symmetric with fopen and freopen)christos
2000-11-29Add checks for O_NDELAY [which indicates that we only want plain files],christos
2000-11-29make sure we preserve errno.christos
2000-11-29Open only plain files [please someone add O_REG_ONLY]. Since /etc/dailychristos
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-29Use the vm.uvmexp2 sysctl.simonb
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 -${MAKEFLAGS} so that make options (like -m) get used for the submakematt
2000-11-29Add register prefixes.scw
2000-11-29Missed a couple of register prefixes...scw
2000-11-29Add register prefixes.scw
2000-11-29Change the kernel name from netbsdsi(.gz) to netbsd(.gz).minoura
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-29Sysinst is no longer "experimental"; it is default on all platforms thattv
2000-11-29Fix c896 support. If the first mem bar is 64bit, then the second one willmatt
2000-11-28Added Jason Beegan (jtb@netbsd.org) to the list of contributors.jtb
2000-11-28Alloc the keys structure with A_K_NKEYS as the multiplier rather than ajmc
2000-11-28libbfd is ../../lib/libbfd. not ../../lib/bfdjmc
2000-11-28several clean ups:mrg
2000-11-28No need to play silly name trickery when we know we're talking aboutthorpej
2000-11-28cdrom(): Look for the `instfs.tgz' image in the $MACHINE subdirectory ofpk
2000-11-28Make sure values for a %llx are long long.thorpej
2000-11-28Put neo* in alphabetical position.augustss
2000-11-28Boot OS is -b not -o.jdc
2000-11-28Restore the top level `callout' command.eeh
2000-11-28Implement db_show_callout() again.eeh
2000-11-28Improve error output if executable file format isn't recognized.wiz
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-28Another change by Hiroshi Horimoto.is
2000-11-28Default crontab size limit is 256k, not 32k; correct documentation tosommerfeld
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-28Note auich.ad
2000-11-28wrap newly introduced >80 char lines.mrg
2000-11-28Add missing register prefixes.scw
2000-11-28Add a missing `%' register prefix.scw
2000-11-28modify dolog() to take a struct sockinet * instead of struct sockaddr *lukem
2000-11-28- ensure all uses of AF_INET6 are wrapped in #ifdef INET6lukem
2000-11-28BUG FIX: change enable sequence for 16-bit pcmcia cards. This changehaya