Age | Commit message (Expand) | Author |
2001-11-10 | Move extraloc to data segment. This fixes save of new locators for cloned dev... | Mats O Jansson |
2001-11-10 | properly report >= 2GB of ram; bug found by matthieu | Theo de Raadt |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-10 | remove extra debug() | Markus Friedl |
2001-11-10 | KNF (unexpand) | Markus Friedl |
2001-11-10 | cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). | Markus Friedl |
2001-11-10 | Additional vax magic to cover bins with new MID and 4k page size. | Hugh Graham |
2001-11-10 | Add a pcap/pthread test as it was reported that using | Marco S Hyman |
2001-11-09 | Typos, siz -> size. | Aaron Campbell |
2001-11-09 | remove extra trailing dot from log message; pilot@naughty.monkey.org | Markus Friedl |
2001-11-09 | don't memset too much memory, ok millert@ | Markus Friedl |
2001-11-09 | use RAMDISK_CD not RAMDISK for bsd.rd; ok deraadt@ (now that I tested) | Todd T. Fries |
2001-11-09 | Use bufpool, not malloc. | Artur Grabowski |
2001-11-09 | Create bufpool - a pool of struct bufs. | Artur Grabowski |
2001-11-09 | When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m... | Artur Grabowski |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-09 | unbreak | Artur Grabowski |
2001-11-09 | various style fixes. | Artur Grabowski |
2001-11-09 | minor sync to NetBSD. | Artur Grabowski |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
2001-11-09 | Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel. | Artur Grabowski |
2001-11-09 | Don't uvm_pagezero here, allocate a zeroed page instead. | Artur Grabowski |
2001-11-09 | Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail. | Artur Grabowski |
2001-11-09 | Update DEBUG code to match reality. | Artur Grabowski |
2001-11-09 | No need to initialize the pmap_growkernel_slock twice. | Artur Grabowski |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
2001-11-09 | regen with correct Intersil vendor id | Todd C. Miller |
2001-11-09 | Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.org | Todd C. Miller |
2001-11-09 | Fix problem found by espie (and other porters) where | Marco S Hyman |
2001-11-09 | another pthread regression test: system/waitpid/wait4 | Marco S Hyman |
2001-11-09 | Ouch, more variables declarations in .h files lacking ``extern'' safety | Miod Vallat |
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-11-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat |
2001-11-08 | clarify | Theo de Raadt |
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller |
2001-11-08 | indent | Theo de Raadt |
2001-11-08 | parts name change | Theo de Raadt |
2001-11-08 | fix the endif comment | Michael Shalayeff |
2001-11-08 | swap arguments in libdepend, do it now before the bsd.port.mk parts are set | Marc Espie |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
2001-11-08 | veli tpyo stolen fmor nkilsa | Michael Shalayeff |
2001-11-08 | it is octopussy 550, not 950 | Michael Shalayeff |
2001-11-08 | regen | Michael Shalayeff |
2001-11-08 | fix lava, add a fewsome from dmesglog | Michael Shalayeff |
2001-11-08 | mention 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-08 | My part of help, while i'm here: | Mike Pechkin |
2001-11-08 | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | Markus Friedl |