| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Generate .S files for syscalls. This has many advantages: | bde | 1997-04-23 | 1 | -34/+9 |
* | 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 |
* | Use separate routines for memmove() and memcpy(). This lets me drop | bde | 1997-04-20 | 1 | -0/+2 |
* | Use separate routines for memmove() and memcpy(). This lets me drop | bde | 1997-04-20 | 2 | -94/+4 |
* | Merged with the 1996/11/12 NetBSD version: | bde | 1997-04-20 | 1 | -10/+24 |
* | Fixed long lines. | bde | 1997-04-19 | 2 | -16/+18 |
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 6 | -10/+11 |
* | Fix punctuation: "it's" -> "its" | danny | 1997-04-17 | 2 | -4/+4 |
* | Fix the problem in popen that makes correct vfork semantics fail. | dyson | 1997-04-16 | 1 | -6/+11 |
* | Second stage of moving this to in <machine/asm.h>: just include | bde | 1997-04-15 | 1 | -82/+2 |
* | Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be used | bde | 1997-04-15 | 1 | -4/+5 |
* | Fixed missing const. Include <unistd.h> so that the function type gets | bde | 1997-04-14 | 1 | -1/+3 |
* | Fixed another prototype bug in synopsis. | bde | 1997-04-14 | 1 | -1/+1 |