summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Debug when an environment variable set, no when it is unset.Dmitrij Tejblum1998-09-302-4/+4
* Revise test code for sigwait and add test code for sigsuspend.John Birrell1998-09-302-0/+281
* Revise test code for sigwait and add test code for sigsuspend.John Birrell1998-09-304-18/+116
* Fix a comment.John Birrell1998-09-301-1/+1
* Cosmetic cleansing. This code requires extra work to keep the garbageJohn Birrell1998-09-303-6/+9
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-3020-390/+700
* Use snprintf instead of sprintf to avoid long source file paths fromJohn Birrell1998-09-303-36/+93
* Implementation of an additional state called SIGWAIT (with the previousJohn Birrell1998-09-3012-204/+348
* NULL a pointer after it is freed to avoid trying to free it again.John Birrell1998-09-303-0/+6
* - Fix the debug macros.John Birrell1998-09-303-12/+63
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/John Birrell1998-09-301-15/+1
* `kern.maxproc' is not changeable from sysctl(8).Joseph Koshy1998-09-291-1/+1
* Allow minigzip to be invoked more like gzip, checking to seeJordan K. Hubbard1998-09-291-2/+12
* Document that we will core-dump on getting a NULL pointer.Eivind Eklund1998-09-281-0/+4
* Bring the man page more or less up to date with the code.Dag-Erling Smørgrav1998-09-261-23/+54
* Don't cast int pointers to long pointers when reading labels fromDoug Rabson1998-09-261-6/+9
* /usr/lib/compat -> /usr/lib/compat/aoutJordan K. Hubbard1998-09-261-2/+2
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-266-7/+46
* Fixed setting of mp_End in zextendPool(). A case was missing and mp_SizeMatthew Dillon1998-09-261-2/+3
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlyMike Smith1998-09-2613-338/+1118
* Apply patch to properly sscanf(3) when there is whitespace in the formatDavid E. O'Brien1998-09-251-7/+2
* Use unsigned chars instead of signed chars when extracting bits of theDoug Rabson1998-09-231-1/+1
* Use 8k pagesize on alpha, not 4k.Doug Rabson1998-09-231-1/+5
* Include "stand.h", not <stand.h>.Jordan K. Hubbard1998-09-211-1/+1
* Allocate disk buffers using a custom allocator. The standard allocator fragm...Doug Rabson1998-09-201-11/+45
* Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is tooDoug Rabson1998-09-201-0/+65
* Back out part of previous commit (even though it's technically correct).Alexander Langer1998-09-201-1/+17
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-203-23/+24
* Correctly back out of free if a recursive call into malloc.c is detected.Alexander Langer1998-09-191-8/+7
* Nuke prototype for strerror, consumers get it from <string.h>Mike Smith1998-09-182-4/+2
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-189-74/+54
* Remove scsi_da.c from the list of things compiled into the CAM library.Kenneth D. Merry1998-09-181-1/+1
* Simplify implementation and eliminate a register preservation problem.Luoqi Chen1998-09-182-48/+20
* Fix some error message format problems in checkversion() and getversion().Kenneth D. Merry1998-09-181-8/+35
* s/yellow pages/NIS/Poul-Henning Kamp1998-09-171-3/+2
* libscsi is obsoleted by CAM.Justin T. Gibbs1998-09-175-1652/+2
* Fix some Alpha portability problems, and add some belt-and-suspendersKenneth D. Merry1998-09-161-9/+44
* Adjust the declarations of kvm_read and kvm_write to match reality a littleDoug Rabson1998-09-161-2/+2
* Change to a code sequence which is more likely to work on SMP systems.Doug Rabson1998-09-162-40/+16
* Sort table and descriptions.Joseph Koshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-1634-67/+70
* o Don't reference non-existant function freealloc.Warner Losh1998-09-161-4/+4
* Fix style problems noted by Bruce:Warner Losh1998-09-162-8/+35
* Bump minor version number and add version.c to update to version 0.4Bill Fenner1998-09-151-3/+7
* Don't initialize NIS until it is really necessary. Now, in case of networkDmitrij Tejblum1998-09-151-55/+71
* (this is an extract from src/share/examples/atm/README)Poul-Henning Kamp1998-09-151-2/+2
* Turn off replies to ICMP echo requests for broadcast and multicastJoseph Koshy1998-09-151-2/+6
* Remove references to the "od" device.Justin T. Gibbs1998-09-152-5/+3
* Hook up libcam and libdevstat.Justin T. Gibbs1998-09-151-4/+4
* Add new files for HARP3Poul-Henning Kamp1998-09-158-0/+1642