Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-11 | signal race fixes | Theo de Raadt | |
2001-11-11 | Let ltsleep take a const wmesg. | Artur Grabowski | |
2001-11-11 | Remove local defines for SCSI status codes and use those now | Kenneth R Westerback | |
defined in scsi_all.h. | |||
2001-11-11 | Add missing values for SCSI status byte. Add new name for 0x28 to | Kenneth R Westerback | |
reflect SCSI-3 editorial change from QUEUE FULL to TASK SET FULL. Use same names as NetBSD where possible. Some from NetBSD, some from Ashley M, some from SCSI-3 docs. Now to edit drivers to use new constants instead of their own. | |||
2001-11-11 | bring back test, this time in the public domain | Marco S Hyman | |
2001-11-11 | place 2 line test in the public domain | Marco S Hyman | |
2001-11-11 | o Instead of copying the "virtual memory exhausted" warning for each | Heikki Korpela | |
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING. By setting this variable to `Yes', the user is given a warning about the virtual memory requirements just before the pre-build stage. o Also give some examples for different shells for what to do about it, and mention login.conf(5). bash, for example, has a confusing -v flag to ulimit. o Document this in bsd.port.mk.5 espie@ ok | |||
2001-11-11 | make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if ↵ | Markus Friedl | |
AuthorizedKeysFile is specified. | |||
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie | |
initialize create in main.c. | |||
2001-11-11 | Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply ↵ | Theo de Raadt | |
disable the message | |||
2001-11-11 | indent | Theo de Raadt | |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt | |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn | |
kernel much. This has been there quite a while. | |||
2001-11-11 | Add 'S' to interactive mode to toggle the display of system | Federico G. Schwindt | |
processes; From NetBSD. millert@ ok. | |||
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie | |
pointers is simpler than calling a function. Recognize purely static lst headers, which don't really need any initialization. ok miod@ | |||
2001-11-11 | Sync in more stuff from NetBSD. | Artur Grabowski | |
2001-11-11 | remove files that have a copyright theo doesn't like | Marco S Hyman | |
2001-11-11 | LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUG | Artur Grabowski | |
2001-11-10 | Move extraloc to data segment. This fixes save of new locators for cloned ↵ | Mats O Jansson | |
devices. -moj ok @deraadt | |||
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 | |
UBC, but prerequsites for it. - Create a daemon that processes async I/O (swap and paging in the future) requests that need processing in process context and that were processed in the pagedaemon before. - Convert some ugly ifdef DIAGNOSTIC code to less intrusive KASSERTs. - misc other cleanups. | |||
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 | |
Also to get Theo monkey off my back. | |||
2001-11-10 | Add a pcap/pthread test as it was reported that using | Marco S Hyman | |
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. | |||
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 | |
original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com | |||
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 ↵ | Artur Grabowski | |
magic constant. | |||
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 | |
How did this ever work? | |||
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 | |
No need to initialize the pmap_growkernel_slock twice. | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
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 | |
system(...) hangs forever. From a comment in the fix: * Note: a thread calling wait4 may have its state changed to waiting * until awakened by a signal. Also note that system(3), for example, * blocks SIGCHLD and calls waitpid (which calls wait4). If the process * started by system(3) doesn't finish before this function is called the * function will never awaken -- system(3) also ignores SIGINT and SIGQUIT. | |||
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 | |
belts. |