aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix style issues in execl(), and make execle() vfork()-safe.Dag-Erling Smørgrav1998-10-151-13/+23
* Conform to POSIX and close any copies of popen() descriptors inherited by aMike Smith1998-10-151-0/+4
* Correct braino in previous commit. I get the pointy hat again.Dag-Erling Smørgrav1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,Dag-Erling Smørgrav1998-10-141-8/+20
* Avoid the need for calling functions that malloc after a vfork().Peter Wemm1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), soBruce Evans1998-10-101-1/+1
* Remove the description of EBADF (that's an implementation detail if IEivind Eklund1998-10-101-11/+6
* Fix a memory leakJulian Elischer1998-10-071-15/+25
* 64bit portability fixes.Doug Rabson1998-10-051-11/+11
* program written under FreeBSD -> programs written under FreeBSDEivind Eklund1998-10-031-2/+2
* 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
* Document that we will core-dump on getting a NULL pointer.Eivind Eklund1998-09-281-0/+4
* Don't cast int pointers to long pointers when reading labels fromDoug Rabson1998-09-261-6/+9
* Apply patch to properly sscanf(3) when there is whitespace in the formatDavid E. O'Brien1998-09-251-7/+2
* Use 8k pagesize on alpha, not 4k.Doug Rabson1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).Alexander Langer1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.Alexander Langer1998-09-191-8/+7
* Simplify implementation and eliminate a register preservation problem.Luoqi Chen1998-09-182-48/+20
* s/yellow pages/NIS/Poul-Henning Kamp1998-09-171-3/+2
* Sort table and descriptions.Joseph Koshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-1622-46/+50
* 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
* Don't initialize NIS until it is really necessary. Now, in case of networkDmitrij Tejblum1998-09-151-55/+71
* Turn off replies to ICMP echo requests for broadcast and multicastJoseph Koshy1998-09-151-2/+6
* 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
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-123-6/+14
* 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
* $@ -> ${.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
* 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
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...Matthew Dillon1998-09-061-17/+29
* Use a varargs style prototype in the manual page, with accompanyingJoseph Koshy1998-09-061-1/+14
* Use INT_MAX instead of LONG_MAX since the variable being comparedJohn Birrell1998-09-051-4/+4