| Commit message (Expand) | Author | Age | Files | Lines |
* | Add xref to signanosleep(2) | peter | 1997-06-01 | 1 | -0/+1 |
* | Doc signanosleep, add to links | peter | 1997-06-01 | 2 | -4/+28 |
* | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with | peter | 1997-06-01 | 2 | -17/+117 |
* | Generate signanosleep(2) syscall wrapper | peter | 1997-06-01 | 1 | -2/+3 |
* | sysctlbyname allows acces to sysctl variables by name. | phk | 1997-05-30 | 2 | -2/+35 |
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | phk | 1997-05-30 | 2 | -19/+69 |
* | Fix other small things that got lost in the merge: | wpaul | 1997-05-28 | 2 | -3/+3 |
* | Restore Id. | wpaul | 1997-05-28 | 1 | -0/+1 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 33 | -84/+425 |
* | This commit was generated by cvs2svn to compensate for changes in r26219, | wpaul | 1997-05-28 | 20 | -0/+4989 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 9 | -11/+10 |
* | This commit was generated by cvs2svn to compensate for changes in r26216, | wpaul | 1997-05-28 | 1 | -0/+163 |
* | Fix conflicts (this one is easy: there's just the Makefile). | wpaul | 1997-05-28 | 1 | -8/+15 |
* | This commit was generated by cvs2svn to compensate for changes in r26213, | wpaul | 1997-05-28 | 8 | -0/+930 |
* | Bump minor version number. | fenner | 1997-05-27 | 1 | -4/+4 |
* | Use ${DESTDIR} correctly in front of absolute paths. | asami | 1997-05-23 | 3 | -7/+7 |
* | Hook in alias library. | brian | 1997-05-23 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r26026, | brian | 1997-05-23 | 8 | -0/+3984 |
|\ |
|
| * | Create the alias library. This is currently only used by | brian | 1997-05-23 | 8 | -0/+3984 |
* | Typo police. | tg | 1997-05-22 | 1 | -2/+2 |
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 2 | -3/+3 |
* | Now I really understand the reason for the style.9 rule about not having | peter | 1997-05-19 | 1 | -14/+14 |
* | Update the nanosleep versions to set a SIGALRM handler while sleeping. | peter | 1997-05-18 | 2 | -3/+18 |
* | MF2.2: update login_cap api docs. | davidn | 1997-05-18 | 1 | -9/+23 |
* | 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 |
* | For non-root uids, consider root-owned files also 'secure' unless otherwise | davidn | 1997-05-15 | 2 | -4/+4 |
* | Completely remove #ifdefed out 8859-1 extension, I found it break | ache | 1997-05-14 | 1 | -39/+1 |
* | Fixed overallocation of _thread_fd_table. | alex | 1997-05-13 | 3 | -3/+3 |
* | #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCII | ache | 1997-05-13 | 1 | -1/+4 |
* | Back out previous revision. Shlib version numbers are supposed to be | asami | 1997-05-13 | 1 | -1/+1 |
* | Add clock_* and nanosleep manpages and links. | peter | 1997-05-12 | 1 | -2/+5 |
* | manpage for nanosleep(2) | peter | 1997-05-12 | 1 | -0/+96 |
* | Man pages for clock_{get/set}time() and clock_getres(). | peter | 1997-05-12 | 1 | -0/+124 |
* | Make uu_* const correct. | brian | 1997-05-12 | 3 | -12/+12 |
* | Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE) | peter | 1997-05-12 | 1 | -70/+9 |
* | Add const in the thread version of nanosleep()'s args | peter | 1997-05-12 | 3 | -3/+6 |
* | remove prototype for nanosleep(), it's visible in unistd.h now. | peter | 1997-05-12 | 3 | -3/+0 |
* | Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep() | peter | 1997-05-12 | 1 | -3/+7 |
* | Add #include <sys/types.h> in synopsis, now required for libutil.h. | davidn | 1997-05-11 | 5 | -5/+10 |
* | Bump shared lib version to 2.3. | davidn | 1997-05-11 | 1 | -1/+1 |
* | MF2.2: bugfix in arrayize(). | davidn | 1997-05-11 | 1 | -2/+2 |
* | Summary of login.conf support changes: | davidn | 1997-05-10 | 10 | -1034/+1700 |
* | Move login_cap.h from src/include for easier maintenance with | davidn | 1997-05-10 | 2 | -0/+143 |
* | Plug even more failure memory leaks | ache | 1997-05-10 | 1 | -6/+32 |
* | Cleanup | ache | 1997-05-10 | 1 | -21/+26 |
* | Back out all of yesterdays include file changes. | eivind | 1997-05-07 | 1 | -3/+0 |
* | Add syscalls for kernel linker. | dfr | 1997-05-07 | 1 | -2/+4 |