summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thepeter1997-07-182-49/+29
* kill the undeadpeter1997-07-133-1684/+0
* Add a quick description of sysctlbyname() and link sysctl.3 topeter1997-07-122-2/+13
* Have sysctlbyname() take a const first arg (the ascii string)peter1997-07-121-3/+5
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-033-0/+1684
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-033-0/+1684
* | _err() -> err().jkh1997-06-291-3/+3
* | Add stringlist functions from NetBSD. (required for the new ftp(1)msmith1997-06-253-5/+246
* | Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+1
* | Show the real revision date and not the date that thissteve1997-06-238-8/+8
* | Change u_char which require special include to unsigned charache1997-06-141-1/+1
* | Add arc4random() functions from OpenBSD. They are almost same as ourache1997-06-143-5/+261
* | Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* | Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* | Re-activate the nanosleep style using code, but with the signal handlingpeter1997-06-022-110/+2
* | Submitted by: Whistle Communications (archie Cobbs)julian1997-06-023-3/+27
* | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withpeter1997-06-012-17/+117
* | sysctlbyname allows acces to sysctl variables by name.phk1997-05-302-2/+35
* | Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-182-3/+18
* | if nanosleep returns too early, loop. usleep() does not have a returnpeter1997-05-171-2/+7
* | round-up non-zero nanoseconds in #ifdef'ed code.peter1997-05-171-0/+2
* | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-172-34/+33
* | Temporarily restore old (itimer) sleep variant because new oneache1997-05-171-9/+70
* | Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
* | Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-111-1/+2
* | Back out all of yesterdays include file changes.eivind1997-05-071-3/+0
* | Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+3
* | Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-3/+6
* | This stub has not been required by libc for a long time. Nuke it.jb1997-05-032-39/+2
* | Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* | FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)bde1997-04-221-1/+2
* | Clean-up my modification of popen.c for vfork. Bruce's (this) is better.dyson1997-04-201-10/+12
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-2/+2
* | Fix punctuation: "it's" -> "its"danny1997-04-171-2/+2
* | Fix the problem in popen that makes correct vfork semantics fail.dyson1997-04-161-6/+11
* | Fixed another prototype bug in synopsis.bde1997-04-141-1/+1
* | Fix typo.davidn1997-04-131-1/+1
* | Implement two new keywords and status flags for entries in /etc/ttys;davidn1997-04-132-4/+70
* | Add MLINKS for isdialuptty(3) & isnetworktty(3).davidn1997-04-131-2/+4
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-139-13/+23
* | Typo police. Part of PR# 3242.mpp1997-04-091-1/+1
* | Speedup in case locale not usedache1997-04-041-1/+3
* | Eliminate some function calls when locale not usedache1997-04-041-6/+4
* | Speedup in case locale not usedache1997-04-041-2/+6
* | Honor the nouser/nogroup flag when determing if NULL shouldmpp1997-04-031-2/+2
* | The user_from_{uid,gid} routines would return garbage if thempp1997-04-021-2/+2
* | Remove minor warning (for -Wall -Wshadow); clarifies code.davidn1997-03-261-3/+3
* | Buffer overflow. Similar, but different, to the fix that Julian A submittedimp1997-03-231-9/+15
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-211-1/+3
OpenPOWER on IntegriCloud