summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect reality.nectar1998-11-161-4/+4
* Fix a .Nm -> .Fn fix that was missed in the previous commit.jkoshy1998-11-091-1/+1
* Added info about non-blocking support.dg1998-11-061-1/+15
* Update manual page to reflect changes in rev 1.12 ofjkoshy1998-11-061-3/+6
* Added a manual page for sendfile(2).dg1998-11-052-2/+139
* Include mergesort() in description of errors.rnordier1998-11-041-1/+3
* Drop unused labels.rnordier1998-11-041-2/+2
* Handle a zero elements argument.rnordier1998-11-041-0/+3
* A feeble attempt at kld compatability. The mount_* programs assume thatpeter1998-11-031-1/+10
* Typo.jmz1998-10-301-1/+1
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
* (Whoops: make it better instead of worse this time). Clarifyrnordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().rnordier1998-10-291-8/+5
* Check for a zero-length as well as a NULL string argument.rnordier1998-10-291-1/+1
* The man page implies that the string argument to psignal() may bernordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the casejdp1998-10-281-59/+77
* (`'): and (`'); -> (`:') and (`;')fenner1998-10-261-2/+2
* Slight style police.obrien1998-10-251-3/+13
* fix unsigned overflowache1998-10-251-5/+7
* Fix types.dima1998-10-211-19/+19
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,peter1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);peter1998-10-201-5/+21
* Fix style issues in execl(), and make execle() vfork()-safe.des1998-10-151-13/+23
* Conform to POSIX and close any copies of popen() descriptors inherited by amsmith1998-10-151-0/+4
* Correct braino in previous commit. I get the pointy hat again.des1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,des1998-10-141-8/+20
* Avoid the need for calling functions that malloc after a vfork().peter1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), sobde1998-10-101-1/+1
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* Fix a memory leakjulian1998-10-071-15/+25
* 64bit portability fixes.dfr1998-10-051-11/+11
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* 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
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
* Don't cast int pointers to long pointers when reading labels fromdfr1998-09-261-6/+9
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* Simplify implementation and eliminate a register preservation problem.luoqi1998-09-182-48/+20
* s/yellow pages/NIS/phk1998-09-171-3/+2
* Sort table and descriptions.jkoshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-1622-46/+50
* o Don't reference non-existant function freealloc.imp1998-09-161-4/+4
* Fix style problems noted by Bruce:imp1998-09-162-8/+35
* Don't initialize NIS until it is really necessary. Now, in case of networkdt1998-09-151-55/+71
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-2/+6
* Replace accidentally-deleted `x' which caused warnx() to misbehave.wollman1998-09-151-2/+2
OpenPOWER on IntegriCloud