| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous | mike | 2001-08-13 | 1 | -6/+6 |
* | Remove the WANT_INSECURE_OPIE option - it is now a default. This is not | markm | 2001-08-12 | 3 | -9/+0 |
* | o Replace occurrences of strncpy(3) with strlcpy(3); most of | mike | 2001-08-12 | 1 | -23/+47 |
* | Change the compute_stats() call to the new devstat_compute_statistics() | ken | 2001-08-11 | 1 | -21/+21 |
* | Set the RUSER for PAM so that (eg) kerberos can set up tickets properly. | markm | 2001-08-11 | 1 | -0/+2 |
* | WARNS=2 type cleanup. | markm | 2001-08-11 | 2 | -5/+9 |
* | Don't call errx() with a variable format string | kris | 2001-08-11 | 1 | -1/+1 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 7 | -15/+11 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 6 | -7/+7 |
* | mdoc(7) police: fix markup. | ru | 2001-08-10 | 1 | -9/+22 |
* | Update for 3.36. | ru | 2001-08-09 | 1 | -1/+1 |
* | Update for 3.36. | ru | 2001-08-09 | 1 | -193/+223 |
* | Style fix: use .else where appropriate. | dd | 2001-08-09 | 1 | -2/+2 |
* | Print the peer's name and address in the "Connection establish" | dd | 2001-08-09 | 1 | -2/+25 |
* | Replace the condemned access(2) by stat(2), | yar | 2001-08-08 | 1 | -1/+2 |
* | can not -> cannot | sheldonh | 2001-08-08 | 2 | -2/+2 |
* | Clean up this thing a little. | obrien | 2001-08-08 | 1 | -34/+23 |
* | Support the new "-i" (output MIME type strings) option by installing | obrien | 2001-08-08 | 1 | -2/+11 |
* | Build and use the precompiled magic file. Precompiled magic files have | obrien | 2001-08-08 | 1 | -2/+7 |
* | Add entry for wsanchez. | ru | 2001-08-08 | 1 | -0/+1 |
* | Silence some more warnings, mostly from `-W -Wwrite-strings'. | tg | 2001-08-08 | 18 | -649/+778 |
* | Allow the user to specify port ranges against which to match inet sockets. | des | 2001-08-07 | 2 | -3/+76 |
* | mdoc(7) police: | ru | 2001-08-07 | 4 | -21/+12 |
* | mdoc(7) police: bump document date for the previous delta. | ru | 2001-08-07 | 1 | -2/+2 |
* | mdoc(7) police: sort xrefs. | ru | 2001-08-07 | 1 | -2/+2 |
* | mdoc(7) police: bump document date for the previous delta, fix markup. | ru | 2001-08-07 | 1 | -2/+2 |
* | Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. | tg | 2001-08-07 | 14 | -66/+39 |
* | Constify, staticize, and set WARNS=2. | mike | 2001-08-06 | 2 | -9/+11 |
* | can not -> cannot | dd | 2001-08-05 | 1 | -1/+1 |
* | o Move APNIC flag from -p to -A. Since, -p is usually associated | mike | 2001-08-05 | 2 | -25/+51 |
* | Document -d in usage. | dd | 2001-08-05 | 1 | -1/+2 |
* | Fix using /usr/bin/ftp as a slave process on the end of a pipe by calling | jon | 2001-08-05 | 2 | -3/+3 |
* | Fix warnings from `-Wmissing-prototypes'. Staticize. | tg | 2001-08-03 | 16 | -276/+231 |
* | Sort SRCS. | tg | 2001-08-03 | 1 | -2/+2 |
* | Fix a cryptoless world by disconnecting libmp from the build when there is no | sobomax | 2001-08-02 | 1 | -2/+4 |
* | MFS: in HISTORY section, fix release number of first appearance | sheldonh | 2001-08-01 | 1 | -1/+1 |
* | Don't wait for a keypress in INT 16 function 01, just return the current | tg | 2001-08-01 | 1 | -3/+0 |
* | Mark debug() and fatal() as __printflike() and fix resulting warnings. | tg | 2001-07-31 | 14 | -42/+42 |
* | Sort options, remove unknown option 'f'. | tg | 2001-07-31 | 1 | -68/+67 |
* | Add a "X KBytes of wired memory reserved" metric that represents | bmilekic | 2001-07-31 | 1 | -11/+14 |
* | Don't use ".nofinger" as a string constant from within the code | yar | 2001-07-30 | 2 | -1/+3 |
* | - Add some more x86 instructions to emulate, | tg | 2001-07-30 | 4 | -136/+267 |
* | - Fix file names <:-(, | tg | 2001-07-30 | 1 | -14/+12 |
* | Fixed bitrot in DPADD in previous commit. | bde | 2001-07-30 | 2 | -12/+8 |
* | Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4. | bde | 2001-07-30 | 1 | -3/+0 |
* | Update to version 3.36. | obrien | 2001-07-30 | 1 | -1/+7 |
* | Update to version 3.36. | obrien | 2001-07-30 | 1 | -2/+6 |
* | Correct the old length argument passed to sysctl to be a pointer to a | tmm | 2001-07-29 | 1 | -1/+2 |
* | Enable the new libmp in the build, and disable libgmp and its | dd | 2001-07-29 | 2 | -2/+2 |
* | Properly handle wgetch(3) returning ERR. This prevents an abnormal exit | mp | 2001-07-28 | 1 | -9/+4 |