| Commit message (Expand) | Author | Age | Files | Lines |
| * | What was I smoking? Use the proper form of the library names. | David E. O'Brien | 1999-12-21 | 1 | -5/+3 |
| * | Manual page style work. | Julian Elischer | 1999-12-21 | 1 | -16/+37 |
| * | Forgot a library. | David E. O'Brien | 1999-12-20 | 1 | -4/+5 |
| * | Add needed 3.x libraries from 3.4-RELEASE. | David E. O'Brien | 1999-12-20 | 11 | -1/+16534 |
| * | Make sure curses.h is generated when making build-tools make_keys | Marcel Moolenaar | 1999-12-20 | 2 | -4/+4 |
| * | Rewriting of flags_to_string() and string_to_flags() to use an array. | Ollivier Robert | 1999-12-19 | 4 | -344/+244 |
| * | This commit was generated by cvs2svn to compensate for changes in r54820, | Peter Wemm | 1999-12-19 | 2 | -0/+383 |
| |\ |
|
| | * | Import fparseln(3) from NetBSD. It's used for easily dealing with \ | Peter Wemm | 1999-12-19 | 2 | -0/+383 |
| * | | Initialize a var to quiet -Wall. | David E. O'Brien | 1999-12-18 | 1 | -1/+1 |
| * | | Switch over to the OpenBSD fts.c, fixing lots of things. | Brian Feldman | 1999-12-18 | 2 | -142/+250 |
| * | | Fix some minor POSIX/SUSv2 compliance nits. | Jason Evans | 1999-12-18 | 6 | -21/+15 |
| * | | Make a dlopen failure consistant with dlsym(). "Shouldn't happen." | Peter Wemm | 1999-12-17 | 2 | -2/+6 |
| * | | patch glitch | Peter Wemm | 1999-12-17 | 1 | -3/+0 |
| * | | Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* and | Peter Wemm | 1999-12-17 | 3 | -5/+91 |
| * | | Back up following macros by functions: ishexnumber, isideogram, isnumber, | Alexey Zelkin | 1999-12-17 | 1 | -7/+58 |
| * | | Fix typos | Alexey Zelkin | 1999-12-17 | 8 | -10/+16 |
| * | | Change to work with recent signal changes. The signal being handled is | Daniel Eischen | 1999-12-17 | 1 | -6/+14 |
| * | | Fix handling of trailing :'s to match what other OSes do (spit out | Jordan K. Hubbard | 1999-12-17 | 1 | -2/+8 |
| * | | Fix problems with cancellation while in critical regions. | Daniel Eischen | 1999-12-17 | 20 | -40/+95 |
| * | | Fixes for signal handling: | Daniel Eischen | 1999-12-17 | 15 | -441/+624 |
| * | | Avoid an infinite loop if the last element of the iov array passed to | Jason Evans | 1999-12-16 | 3 | -3/+39 |
| * | | KAME 4th patch | Yoshinobu Inoue | 1999-12-16 | 6 | -4/+1088 |
| * | | Document SA_SIGINFO | Martin Cracauer | 1999-12-15 | 1 | -25/+90 |
| * | | Catch up to the fact that block devices are toast. | Jordan K. Hubbard | 1999-12-15 | 2 | -13/+38 |
| * | | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | Jason Evans | 1999-12-14 | 4 | -8/+24 |
| * | | Commented out | Nik Clayton | 1999-12-14 | 1 | -1/+1 |
| * | | Remove x-ref to itself. | Bill Fumerola | 1999-12-14 | 1 | -1/+0 |
| * | | Correct "standard compilance" notes | Alexey Zelkin | 1999-12-14 | 1 | -2/+8 |
| * | | Add a `build-tools' target for make_hash and make_keys. | Marcel Moolenaar | 1999-12-13 | 2 | -0/+4 |
| * | | Document VGLGetXY and VGLSetXY functions. | Andrzej Bialecki | 1999-12-13 | 1 | -0/+22 |
| * | | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 2 | -0/+56 |
| * | | While comparing this with OpenBSD (ie: trying to figure out what mkstemps() | Peter Wemm | 1999-12-11 | 1 | -2/+2 |
| * | | Install include files with mode 444. | Marcel Moolenaar | 1999-12-11 | 2 | -2/+2 |
| * | | Fix a '&&' that should have been a '&'. | Archie Cobbs | 1999-12-10 | 1 | -1/+1 |
| * | | Fix several typos. | Archie Cobbs | 1999-12-09 | 1 | -17/+17 |
| * | | Remove discussion of %C in the BUGS section. The limitations on valid | Sheldon Hearn | 1999-12-09 | 1 | -4/+0 |
| * | | Prevent digit-gobbling for all but %l and %e, which can't be fixed. | Sheldon Hearn | 1999-12-08 | 2 | -12/+85 |
| * | | Accept 12 for %l, because it's logical to expect "%l:%M" to work for | Sheldon Hearn | 1999-12-08 | 1 | -1/+1 |
| * | | Add a cross-reference to fabs(3) man page. | Chris Costello | 1999-12-07 | 1 | -0/+1 |
| * | | Add reference to netgraph(4) in the 'see also' section. | Archie Cobbs | 1999-12-06 | 1 | -0/+1 |
| * | | Fix buffer overflows. | Kris Kennaway | 1999-12-05 | 1 | -2/+2 |
| * | | Make work for sigset_t change. Also modify tests to account for | Daniel Eischen | 1999-12-05 | 2 | -6/+6 |
| * | | Change signal handling to conform to POSIX specified semantics. | Daniel Eischen | 1999-12-04 | 12 | -81/+237 |
| * | | Add RLIMIT_SBSIZE here, too. | Brian Feldman | 1999-12-03 | 1 | -0/+4 |
| * | | Missed part of previous commit. | Archie Cobbs | 1999-12-03 | 1 | -0/+4 |
| * | | Recognize NGM_BPF_COOKIE. | Archie Cobbs | 1999-12-03 | 1 | -0/+1 |
| * | | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | Sheldon Hearn | 1999-12-02 | 1 | -1/+8 |
| * | | Separate some common sysctl code into sysctl_find_oid() and calling | Brian Feldman | 1999-12-01 | 1 | -0/+4 |
| * | | %Ex -> %Ef to not conflict with POSIX | Andrey A. Chernov | 1999-11-30 | 5 | -13/+53 |
| * | | Document %Ex and %OB | Andrey A. Chernov | 1999-11-30 | 1 | -2/+4 |