| Commit message (Expand) | Author | Age | Files | Lines |
| * | Turn off malloc debugging for RELENG_5. This is intended to be off for the | Scott Long | 2004-09-07 | 1 | -2/+2 |
| * | Use #include <unistd.h> rather than the explicit externs in the | Warner Losh | 2004-07-31 | 1 | -2/+1 |
| * | mdoc(7) fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -2/+3 |
| * | Move the return value information about the getenv(3) library function | Hiten Pandya | 2004-07-06 | 1 | -4/+10 |
| * | Keep it sync with OpenBSD: | Andrey A. Chernov | 2004-07-06 | 1 | -3/+4 |
| * | Sort SEE ALSO references (in dictionary order, ignoring case). | Ruslan Ermilov | 2004-07-04 | 1 | -1/+1 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -3/+3 |
| * | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -4/+4 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 5 | -14/+30 |
| * | Define malloc_pageshift and malloc_minsize for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+4 |
| * | Link radixsort(3) to sradixsort(3), make the latter appear in | Ruslan Ermilov | 2004-05-12 | 2 | -1/+2 |
| * | Simplify one condition in prev. commit: | Andrey A. Chernov | 2004-04-01 | 1 | -2/+1 |
| * | Fix parsing of ambiguous options, whole loop must be processed | Andrey A. Chernov | 2004-04-01 | 1 | -17/+27 |
| * | Rearrange (centralize) initialization of mallocs internals to always be | Poul-Henning Kamp | 2004-03-07 | 1 | -19/+13 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | Andrey A. Chernov | 2004-02-24 | 3 | -299/+459 |
| * | 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 |
| * | 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 |
| * | Unbreak the upgrade path from 4.9 after removal of GNU getopt and | Ruslan Ermilov | 2004-02-20 | 1 | -2/+0 |
| * | style cleanup: Remove duplicate $FreeBSD$ tags. | Colin Percival | 2004-02-10 | 1 | -2/+0 |
| * | Use 'uint32_t' instead of 'long' when a 32-bit integer is intended. | David Schultz | 2004-01-20 | 1 | -31/+32 |
| * | Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor | Alexander Kabaev | 2003-12-19 | 2 | -13/+2 |
| * | Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor | Alexander Kabaev | 2003-12-19 | 1 | -7/+101 |
| * | Do not adjust to the pagesize at runtime. Besides for the one-time | Marcel Moolenaar | 2003-11-28 | 1 | -8/+2 |
| * | Improve the performance of radixsort() when | Tim Kientzle | 2003-11-11 | 1 | -0/+11 |
| * | Externalize malloc's spinlock so that a thread library can take | Daniel Eischen | 2003-11-04 | 1 | -0/+1 |
| * | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | Tim J. Robbins | 2003-10-29 | 1 | -3/+1 |
| * | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly | Peter Wemm | 2003-10-28 | 2 | -408/+1 |
| * | Consistently cast to (u_char *) when filling with junk. | Poul-Henning Kamp | 2003-10-25 | 1 | -3/+3 |
| * | Style changes. Inching closer to convergence with OpenBSD. | Poul-Henning Kamp | 2003-10-25 | 1 | -61/+60 |
| * | Cite the published version of "Engineering a Sort Function" instead of | Tim J. Robbins | 2003-09-30 | 1 | -4/+7 |
| * | More style fixes to improve diffability with OpenBSD. | Poul-Henning Kamp | 2003-09-27 | 1 | -46/+54 |
| * | Style changes to improve diffability against OpenBSD version. | Poul-Henning Kamp | 2003-09-27 | 1 | -91/+91 |
| * | Get rid of duplicates. | Ruslan Ermilov | 2003-09-14 | 2 | -2/+2 |
| * | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 1 | -1/+1 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 2 | -2/+2 |
| * | Replace some syscalls with libc version, this makes abort work better with | David Xu | 2003-08-16 | 1 | -10/+7 |
| * | For type 0 rng lower initial drop to 50, it is enough to hide linearity | Andrey A. Chernov | 2003-08-10 | 1 | -1/+5 |