summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2001-11-08COPY_SIGCODE serve no purpose nowadays.Miod Vallat
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-11-08clarifyTheo de Raadt
2001-11-08Replace unreadable snprintf() and pointer arithmetic with simple strlcat().Todd C. Miller
2001-11-08indentTheo de Raadt
2001-11-08parts name changeTheo de Raadt
2001-11-08fix the endif commentMichael Shalayeff
2001-11-08swap arguments in libdepend, do it now before the bsd.port.mk parts are setMarc Espie
2001-11-08don't print ROOT in CAPS for the authentication messages, i.e.Markus Friedl
2001-11-08veli tpyo stolen fmor nkilsaMichael Shalayeff
2001-11-08it is octopussy 550, not 950Michael Shalayeff
2001-11-08regenMichael Shalayeff
2001-11-08fix lava, add a fewsome from dmesglogMichael Shalayeff
2001-11-08mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@Markus Friedl
2001-11-08-c is defualt. minor mdoc changes.Mike Pechkin
2001-11-08My part of help, while i'm here:Mike Pechkin
2001-11-08don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.Markus Friedl