summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Now take stdio.h out of files that don't require it.jkh1998-10-099-17/+10
* Update docs to match interface change.jkh1998-10-091-4/+4
* o move path in libutil.h to paths.hjkh1998-10-093-10/+11
* Take the path spec back out.jkh1998-10-091-4/+1
* All these have to include stdio.h now.jkh1998-10-094-4/+8
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesjkh1998-10-081-2/+1
* Add some rudimentary documentation for my new functions.jkh1998-10-084-2/+182
* Correct a build error that got past my build test somehow.jkh1998-10-082-0/+3
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-074-2/+300
* Add strcasecmp source file required for dosfs operation.msmith1998-10-071-0/+74
* Fix a memory leakjulian1998-10-071-15/+25
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-063-10/+9
* Teach libdisk about alpha boot blocks.dfr1998-10-064-4/+51
* 64bit portability fixes.dfr1998-10-051-11/+11
* Don't build with -g.msmith1998-10-041-2/+2
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingmsmith1998-10-015-348/+30
* Add libdisk back to alpha build.jkh1998-10-011-3/+2
* Eliminate unaligned access on Alpha and also neaten up this code a little.jkh1998-09-302-8/+38
* Debug when an environment variable set, no when it is unset.dt1998-09-302-4/+4
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-302-0/+281
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-304-18/+116
* Fix a comment.jb1998-09-301-1/+1
* Cosmetic cleansing. This code requires extra work to keep the garbagejb1998-09-303-6/+9
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-3020-390/+700
* Use snprintf instead of sprintf to avoid long source file paths fromjb1998-09-303-36/+93
* Implementation of an additional state called SIGWAIT (with the previousjb1998-09-3012-204/+348
* NULL a pointer after it is freed to avoid trying to free it again.jb1998-09-303-0/+6
* - Fix the debug macros.jb1998-09-303-12/+63
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/jb1998-09-301-15/+1
* `kern.maxproc' is not changeable from sysctl(8).jkoshy1998-09-291-1/+1
* Allow minigzip to be invoked more like gzip, checking to seejkh1998-09-291-2/+12
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
* Bring the man page more or less up to date with the code.des1998-09-261-23/+54
* Don't cast int pointers to long pointers when reading labels fromdfr1998-09-261-6/+9
* /usr/lib/compat -> /usr/lib/compat/aoutjkh1998-09-261-2/+2
* * Enable old UFS compatibility code for booting from Digital Unix formatteddfr1998-09-266-7/+46
* Fixed setting of mp_End in zextendPool(). A case was missing and mp_Sizedillon1998-09-261-2/+3
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-2613-338/+1118
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Use unsigned chars instead of signed chars when extracting bits of thedfr1998-09-231-1/+1
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Include "stand.h", not <stand.h>.jkh1998-09-211-1/+1
* Allocate disk buffers using a custom allocator. The standard allocator fragm...dfr1998-09-201-11/+45
* Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is toodfr1998-09-201-0/+65
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-203-23/+24
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* Nuke prototype for strerror, consumers get it from <string.h>msmith1998-09-182-4/+2
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-189-74/+54
OpenPOWER on IntegriCloud