summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isbde1998-12-161-8/+7
* Add reminder to return memory allocated by this call.imp1998-12-161-1/+10
* Reviewed by: JKHwes1998-12-142-87/+217
* Commit out caveat about hardlinks to directories since they aresteve1998-12-131-27/+27
* PR: docs/9050dillon1998-12-131-0/+1
* CALL -> PCALL for sigaltstack for libc_r.jb1998-12-101-1/+1
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
* - Fix modulo bug that was masked by the correct code in libgcc.a which isnate1998-11-301-1/+1
* Enable aio_read(2).jkoshy1998-11-241-2/+2
* Don't mention exit(3) in explanation; _exit(2) is a better choice.jkoshy1998-11-231-2/+2
* Man page for aio_read(2).jkoshy1998-11-191-0/+189
* 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
OpenPOWER on IntegriCloud