summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-11Let ltsleep take a const wmesg.Artur Grabowski
2001-11-11Remove local defines for SCSI status codes and use those nowKenneth R Westerback
2001-11-11Add missing values for SCSI status byte. Add new name for 0x28 toKenneth R Westerback
2001-11-11bring back test, this time in the public domainMarco S Hyman
2001-11-11place 2 line test in the public domainMarco S Hyman
2001-11-11o Instead of copying the "virtual memory exhausted" warning for eachHeikki Korpela
2001-11-11make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile...Markus Friedl
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di...Theo de Raadt
2001-11-11indentTheo de Raadt
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Fix matching brace error. Fortunately PGM errors do not happen in theDale Rahn
2001-11-11Add 'S' to interactive mode to toggle the display of systemFederico G. Schwindt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-11-11Sync in more stuff from NetBSD.Artur Grabowski
2001-11-11remove files that have a copyright theo doesn't likeMarco S Hyman
2001-11-11LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUGArtur Grabowski
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned dev...Mats O Jansson
2001-11-10properly report >= 2GB of ram; bug found by matthieuTheo de Raadt
2001-11-10Move maxdmap and maxsmap to kern_resource.cArtur Grabowski
2001-11-10Merge in some parts of the ubc work that has been done in NetBSD that are notArtur Grabowski
2001-11-10remove extra debug()Markus Friedl
2001-11-10KNF (unexpand)Markus Friedl
2001-11-10cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).Markus Friedl
2001-11-10Additional vax magic to cover bins with new MID and 4k page size.Hugh Graham
2001-11-10Add a pcap/pthread test as it was reported that usingMarco S Hyman
2001-11-09Typos, siz -> size.Aaron Campbell
2001-11-09remove extra trailing dot from log message; pilot@naughty.monkey.orgMarkus Friedl
2001-11-09don't memset too much memory, ok millert@Markus Friedl
2001-11-09use RAMDISK_CD not RAMDISK for bsd.rd; ok deraadt@ (now that I tested)Todd T. Fries
2001-11-09Use bufpool, not malloc.Artur Grabowski
2001-11-09Create bufpool - a pool of struct bufs.Artur Grabowski
2001-11-09When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m...Artur Grabowski
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-09unbreakArtur Grabowski
2001-11-09various style fixes.Artur Grabowski
2001-11-09minor sync to NetBSD.Artur Grabowski
2001-11-09be way more sure that software cannot be usedTheo de Raadt
2001-11-09Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel.Artur Grabowski
2001-11-09Don't uvm_pagezero here, allocate a zeroed page instead.Artur Grabowski
2001-11-09Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail.Artur Grabowski
2001-11-09Update DEBUG code to match reality.Artur Grabowski
2001-11-09No need to initialize the pmap_growkernel_slock twice.Artur Grabowski
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-09regen with correct Intersil vendor idTodd C. Miller
2001-11-09Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.orgTodd C. Miller
2001-11-09Fix problem found by espie (and other porters) whereMarco S Hyman
2001-11-09another pthread regression test: system/waitpid/wait4Marco S Hyman
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat
2001-11-09Be less smart in this file, but at least prevent symbol names clashesMiod Vallat