| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sleep() and usleep() "eat" any stray SIGALRM signals during the | peter | 1997-07-18 | 2 | -49/+29 |
* | kill the undead | peter | 1997-07-13 | 3 | -1684/+0 |
* | Add a quick description of sysctlbyname() and link sysctl.3 to | peter | 1997-07-12 | 2 | -2/+13 |
* | Have sysctlbyname() take a const first arg (the ascii string) | peter | 1997-07-12 | 1 | -3/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 3 | -0/+1684 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 3 | -0/+1684 |
* | | _err() -> err(). | jkh | 1997-06-29 | 1 | -3/+3 |
* | | Add stringlist functions from NetBSD. (required for the new ftp(1) | msmith | 1997-06-25 | 3 | -5/+246 |
* | | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | jhay | 1997-06-24 | 1 | -1/+1 |
* | | Show the real revision date and not the date that this | steve | 1997-06-23 | 8 | -8/+8 |
* | | Change u_char which require special include to unsigned char | ache | 1997-06-14 | 1 | -1/+1 |
* | | Add arc4random() functions from OpenBSD. They are almost same as our | ache | 1997-06-14 | 3 | -5/+261 |
* | | Style optimization in newly added POSIX range []] conformance, redo | ache | 1997-06-07 | 1 | -6/+6 |
* | | Add missing FNM_PERIOD check for '[' range | ache | 1997-06-06 | 1 | -4/+10 |
* | | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern | ache | 1997-06-06 | 1 | -11/+35 |
* | | Re-activate the nanosleep style using code, but with the signal handling | peter | 1997-06-02 | 2 | -110/+2 |
* | | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 3 | -3/+27 |
* | | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with | peter | 1997-06-01 | 2 | -17/+117 |
* | | sysctlbyname allows acces to sysctl variables by name. | phk | 1997-05-30 | 2 | -2/+35 |
* | | Update the nanosleep versions to set a SIGALRM handler while sleeping. | peter | 1997-05-18 | 2 | -3/+18 |
* | | if nanosleep returns too early, loop. usleep() does not have a return | peter | 1997-05-17 | 1 | -2/+7 |
* | | round-up non-zero nanoseconds in #ifdef'ed code. | peter | 1997-05-17 | 1 | -0/+2 |
* | | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for | peter | 1997-05-17 | 2 | -34/+33 |
* | | Temporarily restore old (itimer) sleep variant because new one | ache | 1997-05-17 | 1 | -9/+70 |
* | | Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE) | peter | 1997-05-12 | 1 | -70/+9 |
* | | Add #include <sys/types.h> in synopsis, now required for libutil.h. | davidn | 1997-05-11 | 1 | -1/+2 |
* | | Back out all of yesterdays include file changes. | eivind | 1997-05-07 | 1 | -3/+0 |
* | | Make a lot of include-files self-contained. I excluded the patches changing | eivind | 1997-05-07 | 1 | -0/+3 |
* | | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -3/+6 |
* | | This stub has not been required by libc for a long time. Nuke it. | jb | 1997-05-03 | 2 | -39/+2 |
* | | Fix a bug that caused some false mismatches when both FNM_PATHNAME | jdp | 1997-04-29 | 1 | -1/+2 |
* | | FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway) | bde | 1997-04-22 | 1 | -1/+2 |
* | | Clean-up my modification of popen.c for vfork. Bruce's (this) is better. | dyson | 1997-04-20 | 1 | -10/+12 |
* | | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 1 | -2/+2 |
* | | Fix punctuation: "it's" -> "its" | danny | 1997-04-17 | 1 | -2/+2 |
* | | Fix the problem in popen that makes correct vfork semantics fail. | dyson | 1997-04-16 | 1 | -6/+11 |
* | | Fixed another prototype bug in synopsis. | bde | 1997-04-14 | 1 | -1/+1 |
* | | Fix typo. | davidn | 1997-04-13 | 1 | -1/+1 |
* | | Implement two new keywords and status flags for entries in /etc/ttys; | davidn | 1997-04-13 | 2 | -4/+70 |
* | | Add MLINKS for isdialuptty(3) & isnetworktty(3). | davidn | 1997-04-13 | 1 | -2/+4 |
* | | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 9 | -13/+23 |
* | | Typo police. Part of PR# 3242. | mpp | 1997-04-09 | 1 | -1/+1 |
* | | Speedup in case locale not used | ache | 1997-04-04 | 1 | -1/+3 |
* | | Eliminate some function calls when locale not used | ache | 1997-04-04 | 1 | -6/+4 |
* | | Speedup in case locale not used | ache | 1997-04-04 | 1 | -2/+6 |
* | | Honor the nouser/nogroup flag when determing if NULL should | mpp | 1997-04-03 | 1 | -2/+2 |
* | | The user_from_{uid,gid} routines would return garbage if the | mpp | 1997-04-02 | 1 | -2/+2 |
* | | Remove minor warning (for -Wall -Wshadow); clarifies code. | davidn | 1997-03-26 | 1 | -3/+3 |
* | | Buffer overflow. Similar, but different, to the fix that Julian A submitted | imp | 1997-03-23 | 1 | -9/+15 |
* | | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 1 | -1/+3 |