summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Malloc option H is now default.Poul-Henning Kamp1997-08-272-4/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andWarner Losh1997-08-271-3/+4
* Get rid of integer overflow warning.Steve Price1997-08-232-2/+2
* Reference the correct version of BSD at the bottom of theSteve Price1997-08-231-1/+1
* Fixed off by 1 error.Bruce Evans1997-08-211-2/+3
* Manpage for getsid(2).Peter Wemm1997-08-192-2/+80
* Forgot to mention what getpgid(0) does.Peter Wemm1997-08-191-0/+5
* Manpage for getpgid(2), wording taken from NetBSD.Peter Wemm1997-08-192-3/+17
* Syscall stubs for getpgid()/getsid().Peter Wemm1997-08-191-3/+3
* Reflect reality of sticky bits and UFS-based filesystems.Steve Price1997-08-171-3/+10
* Describe the QCMD macro and its parameters.Steve Price1997-08-171-5/+9
* Fixed file descriptor leak that occurs after certain types of failures.David Greenman1997-08-151-2/+5
* Explicitly point that it_value == 0 disables timer regardles ofAndrey A. Chernov1997-08-141-1/+3
* Describe itimerfix upper limitAndrey A. Chernov1997-08-141-0/+8
* Describe upper limit based on itimerfix restrictionAndrey A. Chernov1997-08-142-4/+17
* Oops, fix logic for previous commitAndrey A. Chernov1997-08-141-5/+5
* Remove wrong machine-dependent phrase about maximum microsecondsAndrey A. Chernov1997-08-141-6/+5
* Break loop if error != EINTR occurse or it can take forever withAndrey A. Chernov1997-08-141-2/+5
* Note that default behaviour (restarting signals) is only for signal(3)Andrey A. Chernov1997-08-131-1/+4
* Handle syscalls error return slightly betterAndrey A. Chernov1997-08-131-6/+12
* Back out itimerfix hack since nanosleep1 fixed nowAndrey A. Chernov1997-08-131-58/+19
* Add unsigned char cast to all ctype callsAndrey A. Chernov1997-08-131-27/+27
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionAndrey A. Chernov1997-08-121-19/+20
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksAndrey A. Chernov1997-08-121-0/+19
* Reflect blocked SIGALRM changesAndrey A. Chernov1997-08-122-3/+3
* Back out my installation of SIGALRM handler even if it is blockedAndrey A. Chernov1997-08-122-38/+58
* Reflect -current implementationsAndrey A. Chernov1997-08-122-20/+24
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedAndrey A. Chernov1997-08-121-4/+8
* Change to reflect -current sleep implementation realityAndrey A. Chernov1997-08-121-28/+13
* Make itimerfix hack better: return the time we can't sleep at onceAndrey A. Chernov1997-08-121-12/+20
* Default size for FD_SETSIZE is 1024 not 256.Steve Price1997-08-111-1/+1
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting theJoerg Wunsch1997-08-101-0/+16
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-097-495/+646
* Clean import of strptime(3) onto a vendor branch.Joerg Wunsch1997-08-091-0/+358
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-073-9/+15
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-073-6/+9
* Remove collate_range_cmp, was left for temp. backward compatibilityAndrey A. Chernov1997-08-031-10/+1
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* Added bounds checking to the example after chasing down someone'sPeter da Silva1997-07-261-1/+2
* Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S andBruce Evans1997-07-211-1/+1
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thePeter Wemm1997-07-182-49/+29
* realpath() should break on looped symlinks.Poul-Henning Kamp1997-07-161-0/+5
* kill the undeadPeter Wemm1997-07-1345-4578/+0
* Fixed quoting of backslash.Bruce Evans1997-07-131-1/+1
* Add a quick description of sysctlbyname() and link sysctl.3 toPeter Wemm1997-07-122-2/+13
* Have sysctlbyname() take a const first arg (the ascii string)Peter Wemm1997-07-121-3/+5
* execve of interpreter filesAdam David1997-07-081-2/+2
* Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm1997-07-061-8/+29
* Fix off-by-one errorPeter Wemm1997-07-061-4/+6
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-0345-0/+4578
|\