| Commit message (Expand) | Author | Age | Files | Lines |
* | Install <kvm.h> from here (after repo copy) so it's all in one package. | peter | 1999-10-04 | 1 | -0/+5 |
* | Fix style bugs | marcel | 1999-10-03 | 1 | -4/+2 |
* | Fix style bugs and ordering | marcel | 1999-10-03 | 1 | -7/+5 |
* | o Add $FreeBSD$ as a rcsid instead of in a comment | marcel | 1999-10-02 | 1 | -31/+28 |
* | o Add $FreeBSD$ as a rcsid instead of in a comment. | marcel | 1999-10-02 | 1 | -5/+12 |
* | Add libcrypt. This previously/coincidentally worked for login, | markm | 1999-09-30 | 1 | -2/+2 |
* | Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall to | marcel | 1999-09-30 | 3 | -3/+6 |
* | Add the proper headers so that the SIGNOTEMPTY and SIGSETAND | marcel | 1999-09-30 | 3 | -0/+6 |
* | Fix misspelling of the "addq" opcode. | jdp | 1999-09-29 | 1 | -1/+1 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 39 | -143/+273 |
* | Back out my backout, it was already posix compliant. Any new fields are | peter | 1999-09-28 | 1 | -1/+0 |
* | Fix previous commit. The standards specifically say: "The structure | peter | 1999-09-28 | 1 | -0/+1 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+4 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -2/+7 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+2 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+4 |
* | Xref strlcat, strlcpy | imp | 1999-09-28 | 2 | -2/+5 |
* | Properly handle the case when either the aliasing or source address of | ru | 1999-09-27 | 1 | -26/+66 |
* | Try and catch a make -j problem in 'make depend'. | peter | 1999-09-26 | 2 | -0/+4 |
* | Change .Fn to .Xr on a couple of lines where abort(3) is referenced. | chris | 1999-09-25 | 1 | -2/+2 |
* | mdoc(7)'fy | phantom | 1999-09-23 | 1 | -5/+6 |
* | Nuke dlopen.3 -> dlversion.3 link. | phantom | 1999-09-23 | 1 | -2/+1 |
* | Clarify what getdevs() expects as input. | ken | 1999-09-23 | 1 | -2/+9 |
* | Add gencat(1) to SEE ALSO section. | phantom | 1999-09-22 | 3 | -0/+3 |
* | Add links for errc.3, verrc.3, warnc.3, vwarnc.3. | phantom | 1999-09-22 | 1 | -2/+3 |
* | ReLink() partial links in FindLinkOut() in the same manner as we do it | ru | 1999-09-22 | 1 | -7/+15 |
* | If `who' was not specified, set the appropriate bits as the chmod(1) | ru | 1999-09-22 | 1 | -2/+6 |
* | Never return NULL, always return a hash. | markm | 1999-09-22 | 1 | -1/+1 |
* | mdoc(7)'fy | phantom | 1999-09-21 | 9 | -25/+29 |
* | Synchronization of NAME and SINOPSYS sections. | phantom | 1999-09-21 | 1 | -3/+11 |
* | Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. | dt | 1999-09-21 | 1 | -1/+1 |
* | Fixed a typo (well, format-o) in yesterday's edits. | wes | 1999-09-21 | 1 | -2/+3 |
* | Restore previous version of FindLinkIn(). | ru | 1999-09-21 | 1 | -9/+8 |
* | Somebody deleted the SONAME override causing the symlink to be expanded | peter | 1999-09-21 | 1 | -0/+4 |
* | - Make partially specified permanent links (without `dst_addr' and/or | ru | 1999-09-21 | 1 | -11/+25 |
* | sys/errno.h -> errno.h | brian | 1999-09-21 | 1 | -1/+1 |
* | Fixed the description of when and why aio_suspend returns. | wes | 1999-09-20 | 1 | -11/+15 |
* | Big code cleanup. (Inspired by Brandon Gillespie). Also move as | markm | 1999-09-20 | 7 | -157/+644 |
* | Correct spelling : ascii -> ASCII | phantom | 1999-09-20 | 5 | -5/+5 |
* | Common Error libraries are needed here. | markm | 1999-09-20 | 2 | -2/+5 |
* | Fix typo | phantom | 1999-09-19 | 1 | -1/+1 |
* | Add a version number field to the jail(2) argument so that future changes | phk | 1999-09-19 | 1 | -3/+14 |
* | The existing libxpg4.so.2.0 didn't support zh_TW.Big5 locale. | obrien | 1999-09-14 | 1 | -90/+100 |
* | __collate_substitute() do something non-trivial only for German. For everyone | dt | 1999-09-12 | 3 | -6/+25 |
* | Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)). | dt | 1999-09-12 | 1 | -8/+11 |
* | Fix a file descriptor leak in cam_open_btl(). The xpt device was opened, | ken | 1999-09-12 | 1 | -1/+5 |
* | Implement new format specifier for strftime: %OB, alternative national | dt | 1999-09-11 | 3 | -19/+58 |
* | Add FreeBSD history in 'HISTORY' | alfred | 1999-09-11 | 1 | -1/+4 |
* | Change toupper/tolower so that they don't give a bogus answer if the | dfr | 1999-09-11 | 1 | -2/+10 |
* | Fixed disordering in previous commit. | bde | 1999-09-11 | 1 | -1/+1 |