| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a memory leak: free the thread-specific poll_data, used in the select() | Dmitrij Tejblum | 1999-08-30 | 3 | -0/+18 |
| * | Only issue a warning for the first occurrence of a UID > USHRT_MAX and | Sheldon Hearn | 1999-08-30 | 1 | -6/+9 |
| * | Don't build libtermcap, libcurses, libmytinfo, just libncurses. | Peter Wemm | 1999-08-30 | 1 | -4/+5 |
| * | Use src/contrib/ncurses, v5.0.990821 prerelease. | Peter Wemm | 1999-08-30 | 130 | -17476/+1866 |
| * | When checking for valid timevals in the wrapped select() and poll() | Daniel Eischen | 1999-08-30 | 9 | -27/+42 |
| * | Add $FreeBSD$ and spell Eklund properly. | Bill Fumerola | 1999-08-29 | 7 | -1/+14 |
| * | Add $FreeBSD$ lines to man pages that are missing them to make it | Mike Pritchard | 1999-08-28 | 38 | -0/+76 |
| * | Add $FreeBSD$ lines to man pages that are missing them to make | Mike Pritchard | 1999-08-28 | 1 | -0/+2 |
| * | $Header$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 11 | -14/+18 |
| * | - Handle the signal SIGTERM. | Kazutaka YOKOTA | 1999-08-28 | 1 | -9/+8 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1545 | -1638/+1638 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 4 | -4/+4 |
| * | Remove some 4.3BSDish anacronisims that stated that it was an | Mike Pritchard | 1999-08-27 | 5 | -19/+5 |
| * | Remove a 4.3BSDish anachronism that claimed EPERM for an attempt to | Joerg Wunsch | 1999-08-27 | 1 | -3/+1 |
| * | Don't open the swap file. The open descriptor for it hasn't been used | Bruce Evans | 1999-08-25 | 2 | -9/+1 |
| * | Document ENOSYS error. | Chris Costello | 1999-08-23 | 1 | -1/+5 |
| * | Aallow ppp to work with Nortel Networks Extranet Switch | Brian Somers | 1999-08-22 | 1 | -0/+6 |
| * | Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>) | Tim Vanderhoek | 1999-08-22 | 1 | -2/+2 |
| * | Assorted bug fixes. | Kazutaka YOKOTA | 1999-08-22 | 5 | -21/+37 |
| * | This is the addition of a syslog(3) security.* top-level category. This | Brian Feldman | 1999-08-21 | 1 | -1/+4 |
| * | Add warnings, ala mktemp, to tempnam and tmpnam as a reminder that | Warner Losh | 1999-08-21 | 2 | -3/+13 |
| * | move sanity check of timeval struct so as not to segfault when passed | Alfred Perlstein | 1999-08-20 | 3 | -15/+15 |
| * | Restore INTERNALLIB. | Andrzej Bialecki | 1999-08-20 | 1 | -0/+1 |
| * | Fix MLINKS. | Matthew N. Dodd | 1999-08-20 | 1 | -3/+2 |
| * | When checking if there is a stack to free, observe the fact that it | John Birrell | 1999-08-20 | 3 | -18/+69 |
| * | Fix EINVAL related descriptions. | Ralf S. Engelschall | 1999-08-20 | 4 | -12/+14 |
| * | Add 2 functions: el_data_set() and el_data_get() which do what you | Matthew N. Dodd | 1999-08-20 | 4 | -2/+37 |
| * | time_to_sleep->tv_nsec > 1000000000 | Alfred Perlstein | 1999-08-19 | 3 | -6/+6 |
| * | Sanity check time structures passed in, return EINVAL like the system | Alfred Perlstein | 1999-08-19 | 12 | -18/+54 |
| * | handle under/overflow of time values in a more robust manner, | Alfred Perlstein | 1999-08-19 | 3 | -9/+9 |
| * | Add pam_radius.so manual page. | Andrzej Bialecki | 1999-08-18 | 2 | -1/+130 |
| * | Fix a bunch of broken cross-references | Chris Costello | 1999-08-18 | 1 | -2/+2 |
| * | Take out a reference to ccb(4). I never got around to writing it. | Kenneth D. Merry | 1999-08-17 | 1 | -3/+2 |
| * | Fix description of the _thread_autoinit_dummy_decl trick. | Ralf S. Engelschall | 1999-08-17 | 1 | -3/+3 |
| * | Reverted to revision 1.8 as previous fix causes fts_open with with a | Peter Holm | 1999-08-15 | 2 | -2/+2 |
| * | Various man page cleanup: | Mike Pritchard | 1999-08-15 | 18 | -81/+81 |
| * | Reviewed by: phk | Peter Holm | 1999-08-14 | 2 | -2/+2 |
| * | Bad reference to exit(2) changed to exit(3). | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Bad reference exit(2) changed to exit(3) | Chris Costello | 1999-08-14 | 2 | -4/+4 |
| * | Add $Id$ tag. | Chris Costello | 1999-08-14 | 1 | -0/+2 |
| * | Bad reference time(2) changed to time(3) | Chris Costello | 1999-08-14 | 1 | -1/+1 |
| * | Bad reference of termios(3) changed to termios(4). | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Bad reference of sysctl(1) changed to sysctl(8) | Chris Costello | 1999-08-14 | 1 | -3/+3 |
| * | Bad reference to lstat(3) changed to lstat(2) | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Fix .Xr line for `getpagesize' | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Fix some bad references: | Chris Costello | 1999-08-14 | 1 | -3/+3 |
| * | Change reference to mount(1) to mount(8) | Chris Costello | 1999-08-14 | 1 | -2/+2 |