| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document fhopen, fhstat, and fhstatfs syscalls. | alfred | 1999-09-11 | 2 | -1/+137 |
* | - Optimization to the previous (rev 1.15) commit. | ru | 1999-09-10 | 1 | -9/+11 |
* | sync with src/sys/sys/mount.h | alfred | 1999-09-10 | 1 | -1/+2 |
* | Add aio_{cancel,error,return,suspend,write} into the mix. | billf | 1999-09-09 | 1 | -1/+3 |
* | Handle TCP reset sequence properly. | ru | 1999-09-09 | 1 | -2/+2 |
* | Fix typo. | ru | 1999-09-08 | 1 | -1/+1 |
* | - add reference to siginterrupt(3) | ru | 1999-09-06 | 1 | -32/+35 |
* | Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug | des | 1999-09-06 | 1 | -0/+1 |
* | Zap $Source$ | peter | 1999-09-06 | 1 | -1/+0 |
* | Zap $Locker$ | peter | 1999-09-06 | 2 | -2/+0 |
* | Tidy up $Log$ debris. | peter | 1999-09-05 | 1 | -32/+2 |
* | Connect libform/libpanel/libmenu. | peter | 1999-09-05 | 1 | -5/+3 |
* | Some style and "look" fixes | phantom | 1999-09-05 | 9 | -12/+27 |
* | Name Description (.Nd macro) added. | phantom | 1999-09-05 | 1 | -6/+7 |
* | mdoc(7) style fix. | phantom | 1999-09-05 | 1 | -2/+4 |
* | mdoc(7) style fix: FreeBSD -> .Fx | phantom | 1999-09-05 | 7 | -7/+14 |
* | Remove useless .Fn macro suffix | phantom | 1999-09-05 | 1 | -1/+1 |
* | mdoc style fix. | phantom | 1999-09-05 | 1 | -4/+2 |
* | mdoc(7) style fixes | phantom | 1999-09-05 | 1 | -2/+4 |
* | Add bmake glue for libform (the SVSV-style ETI curses form driver from | peter | 1999-09-05 | 2 | -0/+46 |
* | Add bmake glue for libpanel (the SVSV-style ETI curses panel (overlapping | peter | 1999-09-05 | 2 | -0/+38 |
* | Add bmake glue for libmenu (the SVSV-style ETI curses menu driver from | peter | 1999-09-05 | 2 | -0/+48 |
* | Spelling and grammar error fix. | phantom | 1999-09-04 | 1 | -2/+8 |
* | Fixed disorder in comments. | bde | 1999-09-04 | 1 | -6/+6 |
* | Build this from contrib/ now. | markm | 1999-09-04 | 13 | -607/+7 |
* | Use definitions provided in sysarch.h for args structures. | luoqi | 1999-09-02 | 5 | -41/+12 |
* | Fix the root cause of the fts buffer overflow. This is a temporary | imp | 1999-09-02 | 2 | -10/+46 |
* | Make the libcrypt's build in the correct order. | markm | 1999-09-01 | 1 | -6/+5 |
* | Update a comment regarding dependencies on libtermcap and curses etc. | peter | 1999-09-01 | 1 | -2/+1 |
* | Add a missing dependency for make_hash which could make various forms of | peter | 1999-09-01 | 2 | -2/+2 |
* | Back out previous commit. I mistook passing commentary from bde for | sheldonh | 1999-08-31 | 1 | -9/+6 |
* | Make SYMLINKS relative. SYMLINKS are supposed to be relative, and for this | dt | 1999-08-30 | 2 | -50/+50 |
* | Fix a memory leak: free the thread-specific poll_data, used in the select() | dt | 1999-08-30 | 3 | -0/+18 |
* | Only issue a warning for the first occurrence of a UID > USHRT_MAX and | sheldonh | 1999-08-30 | 1 | -6/+9 |
* | Don't build libtermcap, libcurses, libmytinfo, just libncurses. | peter | 1999-08-30 | 1 | -4/+5 |
* | Use src/contrib/ncurses, v5.0.990821 prerelease. | peter | 1999-08-30 | 130 | -17492/+1882 |
* | When checking for valid timevals in the wrapped select() and poll() | deischen | 1999-08-30 | 9 | -27/+42 |
* | Add $FreeBSD$ and spell Eklund properly. | billf | 1999-08-29 | 7 | -1/+14 |
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 38 | -0/+76 |
* | Add $FreeBSD$ lines to man pages that are missing them to make | mpp | 1999-08-28 | 1 | -0/+2 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -14/+18 |
* | - Handle the signal SIGTERM. | yokota | 1999-08-28 | 1 | -9/+8 |