aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Device statistics library. Used by iostat, vmstat, and systat toJustin T. Gibbs1998-09-154-0/+1755
* I hate late night commits. These should be nuked from the atticy byJustin T. Gibbs1998-09-154-0/+0
* CAM userland utility library, a replacement for libscsi.Justin T. Gibbs1998-09-158-0/+1774
* Remove (wrong) OBJFORMAT setting.Mike Smith1998-09-151-6/+1
* Replace accidentally-deleted `x' which caused warnx() to misbehave.Garrett Wollman1998-09-151-2/+2
* Correct a typo that I noticed.Joseph Koshy1998-09-151-1/+1
* o use strncpy safelyWarner Losh1998-09-141-3/+8
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-143-13/+42
* Fix a cut 'n paste mistake.Luoqi Chen1998-09-132-8/+8
* Don't clobber errno if we are not going to fail.Dmitrij Tejblum1998-09-131-1/+4
* Don't lock newfd if it is not opened.Dmitrij Tejblum1998-09-131-3/+14
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-129-9/+47
* Document the fact that shutdown(2) is expected to comply with Posix.1g,Garrett Wollman1998-09-121-3/+20
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-122-5/+5
* A small last-minute iitem for 3.0:Garrett Wollman1998-09-122-84/+124
* Use ellipsis in synopsis.Joseph Koshy1998-09-121-2/+6
* Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it toWarner Losh1998-09-111-4/+5
* $@ -> ${.TARGET}Warner Losh1998-09-112-35/+35
* $* -> ${.PREFIX}Warner Losh1998-09-111-1/+1
* Remove definition of malloc and realloc. Instead include stdlib.h.Warner Losh1998-09-111-5/+4
* $@ -> ${.TARGET}Warner Losh1998-09-111-2/+2
* Change obsolete $@ to ${.TARGET}.Warner Losh1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theWarner Losh1998-09-111-2/+3
* Mention which system interface functions are signal-safe.Brian Somers1998-09-091-1/+103
* Document a number of VM sysctl variables with help from old emailsGuy Helmer1998-09-091-1/+38
* Fixed bug, caused threads to wait for locks which nobody hold.Dmitrij Tejblum1998-09-091-3/+3
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.KATO Takenori1998-09-092-12/+12
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.KATO Takenori1998-09-091-5/+5
* Add $Id$, remove quoting for `...'.Joseph Koshy1998-09-091-1/+3
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-093-3/+238
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-1/+57
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsAndrey A. Chernov1998-09-081-28/+16
* Use ellipsis in the synopsis, and an appropriate explanation inJoseph Koshy1998-09-082-4/+12
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-074-4/+50