summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* /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
* Remove scsi_da.c from the list of things compiled into the CAM library.ken1998-09-181-1/+1
* Simplify implementation and eliminate a register preservation problem.luoqi1998-09-182-48/+20
* Fix some error message format problems in checkversion() and getversion().ken1998-09-181-8/+35
* s/yellow pages/NIS/phk1998-09-171-3/+2
* libscsi is obsoleted by CAM.gibbs1998-09-175-1652/+2
* Fix some Alpha portability problems, and add some belt-and-suspendersken1998-09-161-9/+44
* Adjust the declarations of kvm_read and kvm_write to match reality a littledfr1998-09-161-2/+2
* Change to a code sequence which is more likely to work on SMP systems.dfr1998-09-162-40/+16
* Sort table and descriptions.jkoshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-1634-67/+70
* o Don't reference non-existant function freealloc.imp1998-09-161-4/+4
* Fix style problems noted by Bruce:imp1998-09-162-8/+35
* Bump minor version number and add version.c to update to version 0.4fenner1998-09-151-3/+7
* Don't initialize NIS until it is really necessary. Now, in case of networkdt1998-09-151-55/+71
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+2
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-2/+6
* Remove references to the "od" device.gibbs1998-09-152-5/+3
* Hook up libcam and libdevstat.gibbs1998-09-151-4/+4
* Add new files for HARP3phk1998-09-158-0/+1642
* Device statistics library. Used by iostat, vmstat, and systat togibbs1998-09-154-0/+1755
* I hate late night commits. These should be nuked from the atticy bygibbs1998-09-154-0/+0
* CAM userland utility library, a replacement for libscsi.gibbs1998-09-158-0/+1774
* Remove (wrong) OBJFORMAT setting.msmith1998-09-151-6/+1
* Replace accidentally-deleted `x' which caused warnx() to misbehave.wollman1998-09-151-2/+2
* Correct a typo that I noticed.jkoshy1998-09-151-1/+1
* o use strncpy safelyimp1998-09-141-3/+8
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-143-13/+42
* Fix a cut 'n paste mistake.luoqi1998-09-132-8/+8
* Don't clobber errno if we are not going to fail.dt1998-09-131-1/+4
* Don't lock newfd if it is not opened.dt1998-09-131-3/+14
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-129-9/+47
* Document the fact that shutdown(2) is expected to comply with Posix.1g,wollman1998-09-121-3/+20
* Change return type of strptime from const char* to char*.dt1998-09-122-5/+5
* A small last-minute iitem for 3.0:wollman1998-09-122-84/+124
* Use ellipsis in synopsis.jkoshy1998-09-121-2/+6
OpenPOWER on IntegriCloud