| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add manpages for the gctl API. | Poul-Henning Kamp | 2004-03-07 | 2 | -4/+118 |
| * | Recognize hardlinks when reading cpio files. | Tim Kientzle | 2004-03-07 | 1 | -5/+100 |
| * | Merge some fixes from NetBSD's getopt.3 v1.31: | Andrey A. Chernov | 2004-03-06 | 1 | -43/+88 |
| * | Merge some fixes from NetBSD's getopt.c v1.26: | Andrey A. Chernov | 2004-03-06 | 1 | -26/+43 |
| * | Fix typo, was 'W'; instead of `W;' | Andrey A. Chernov | 2004-03-06 | 1 | -1/+1 |
| * | Make GNU-compatible following case: | Andrey A. Chernov | 2004-03-06 | 2 | -23/+27 |
| * | Minor API tweak: The format-specific write_header function now sets | Tim Kientzle | 2004-03-06 | 3 | -36/+110 |
| * | Remove last evidence of a long-dead function. | Tim Kientzle | 2004-03-06 | 2 | -18/+0 |
| * | Add ARCHIVE_EXTRACT_UNLINK option to permit clients to | Tim Kientzle | 2004-03-06 | 3 | -0/+7 |
| * | Correctly read symlinks from cpio files. | Tim Kientzle | 2004-03-06 | 1 | -1/+15 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 8 | -11/+12 |
| * | Correctly read SCHILY.nlink from pax-format archives. | Tim Kientzle | 2004-03-05 | 1 | -0/+2 |
| * | Document missing EFAULT errno value. | Diomidis Spinellis | 2004-03-03 | 1 | -0/+8 |
| * | Make return code in noarg case GNU-compatible | Andrey A. Chernov | 2004-03-03 | 2 | -20/+24 |
| * | Be more GNU-compatible in diagnostics | Andrey A. Chernov | 2004-03-03 | 1 | -11/+61 |
| * | If handed a file pointer we can't write to, set errno properly to EBADF | Jordan K. Hubbard | 2004-03-02 | 1 | -1/+4 |
| * | Hook libthr to the build for PowerPC | Peter Grehan | 2004-03-02 | 1 | -1/+1 |
| * | libthr powerpc support. | Peter Grehan | 2004-03-02 | 2 | -0/+63 |
| * | makecontext lib call. | Peter Grehan | 2004-03-02 | 3 | -3/+167 |
| * | Improve GNU compatibility in several places, use internal GNU_COMPATIBLE | Andrey A. Chernov | 2004-03-01 | 2 | -29/+49 |
| * | Comment out things related to getopt() replacement we not use | Andrey A. Chernov | 2004-03-01 | 1 | -36/+36 |
| * | Change "-"-started options when POSIX_CORRECTLY is set handling | Andrey A. Chernov | 2004-03-01 | 1 | -17/+17 |
| * | Change "-"-started options when POSIX_CORRECTLY is set handling | Andrey A. Chernov | 2004-03-01 | 1 | -1/+5 |
| * | Back out the "clean_environment()" function from libutil. | Tim Kientzle | 2004-02-29 | 3 | -211/+4 |
| * | Make consistent with the better written wcsrtombs function: | Diomidis Spinellis | 2004-02-27 | 1 | -4/+5 |
| * | Add the clean_environment call to libutil.h also. | Tim Kientzle | 2004-02-26 | 1 | -0/+2 |
| * | Add a clean_environment call to libutil. | Tim Kientzle | 2004-02-26 | 3 | -4/+211 |
| * | Add extra sanity check for SDP packets in libsdp(3) | Maksim Yevmenkin | 2004-02-26 | 1 | -0/+1 |
| * | Backed out rev.1.6 and subsequent copying of it (bogus addition of | Bruce Evans | 2004-02-26 | 1 | -6/+6 |
| * | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 13 | -52/+280 |
| * | Add bsde_add_rule(), which is similar to bsde_set_rule() except that | Robert Watson | 2004-02-25 | 5 | -4/+79 |
| * | No reason to disable this test on powerpc. | Peter Grehan | 2004-02-25 | 1 | -2/+0 |
| * | Use signed char cast to avoid out-of-range error on PowerPC (which has | Peter Grehan | 2004-02-25 | 1 | -4/+5 |
| * | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | Andrey A. Chernov | 2004-02-24 | 3 | -299/+459 |
| * | Apply style(9). | Brian Feldman | 2004-02-23 | 1 | -2/+6 |
| * | style.Makefile: | Johan Karlsson | 2004-02-23 | 2 | -2/+2 |
| * | Add signal numbers to signal(3). | Josef El-Rayes | 2004-02-23 | 1 | -33/+36 |
| * | Add optarg, optind, opterr, optopt, optreset to SYNOPSYS | Andrey A. Chernov | 2004-02-23 | 1 | -0/+5 |
| * | POSIX clearly states that getsubopt() should be declared in <stdlib.h> | Andrey A. Chernov | 2004-02-23 | 1 | -1/+1 |
| * | Remove unneccessary <unistd.h> | Andrey A. Chernov | 2004-02-23 | 1 | -1/+0 |
| * | Update man page to reflect additional flag to allow selection of threads. | Daniel Eischen | 2004-02-22 | 1 | -0/+3 |
| * | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | Daniel Eischen | 2004-02-22 | 1 | -5/+8 |
| * | Change the syscall stub branch orders so that the static branch prediction | Peter Wemm | 2004-02-22 | 4 | -12/+51 |
| * | Fix a couple of potential buffer overflows. | Hartmut Brandt | 2004-02-21 | 2 | -12/+10 |
| * | Remove the triplicity in the public functions by vectoring them all | Poul-Henning Kamp | 2004-02-21 | 1 | -70/+49 |
| * | Move the check for sensitive processes to the point where the exception | Poul-Henning Kamp | 2004-02-21 | 1 | -14/+7 |
| * | add destination address selection support for getipnodebyname(3). | Hajimu UMEMOTO | 2004-02-20 | 1 | -1/+225 |
| * | Unbreak the upgrade path from 4.9 after removal of GNU getopt and | Ruslan Ermilov | 2004-02-20 | 1 | -2/+0 |
| * | Document dependence of mktemp(3) on the non-reentrant arc4random(3). | Brian Feldman | 2004-02-20 | 1 | -0/+7 |
| * | Moving forward, there's no reason to exclude libpthread on sparc64. | Marcel Moolenaar | 2004-02-20 | 1 | -1/+1 |