| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make a lot of include-files self-contained. I excluded the patches changing | eivind | 1997-05-07 | 1 | -0/+3 |
* | Bye bye CPLUSPLUSLIB hack! It's not needed any more. | jdp | 1997-05-06 | 3 | -9/+3 |
* | Make this C++ safe. | jkh | 1997-05-05 | 1 | -1/+5 |
* | Nuke makefiles that duplicate those in libc now that libc is libc_r | jb | 1997-05-03 | 26 | -320/+0 |
* | Use libc makefiles from now on instead of duplicating them in libc_r. | jb | 1997-05-03 | 9 | -450/+27 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 27 | -98/+203 |
* | Change default build to include libc_r, but allow disadvantaged souls | jb | 1997-05-03 | 1 | -1/+1 |
* | This stub has not been required by libc for a long time. Nuke it. | jb | 1997-05-03 | 2 | -39/+2 |
* | Fixed wrong mnemonic `setnel' that gas happened to generate correct object | bde | 1997-04-30 | 1 | -2/+2 |
* | Use our copy of dlfcn.h, not the version in /usr/include, which may not | msmith | 1997-04-30 | 1 | -2/+2 |
* | Fix a bug that caused some false mismatches when both FNM_PATHNAME | jdp | 1997-04-29 | 1 | -1/+2 |
* | Typo. | max | 1997-04-25 | 1 | -1/+1 |
* | Add vfork(2) to SEE ALSO | ache | 1997-04-25 | 1 | -0/+1 |
* | Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2c | jmz | 1997-04-24 | 1 | -1/+1 |