| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Include value of command line argument that causes an error message or | se | 2001-07-28 | 1 | -6/+9 |
* | Fix the environment handling: | markm | 2001-07-28 | 1 | -12/+11 |
* | Prevent chpass(1) from writing -1 in the UID or GID fields | mike | 2001-07-26 | 3 | -8/+13 |
* | When -n is specified, don't attempt to turn hostnames found in utmp | brian | 2001-07-26 | 3 | -43/+42 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 2 | -19/+12 |
* | Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version. | tg | 2001-07-26 | 1 | -1/+8 |
* | Correct font names. Now, how on earth did this work on my system? | tg | 2001-07-26 | 1 | -3/+3 |
* | Fix bugs introduced in 1.26: | tg | 2001-07-26 | 1 | -10/+8 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 19 | -54/+73 |
* | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | mjacob | 2001-07-25 | 2 | -10/+9 |
* | Use sysctl to export multicast routing stats | fenner | 2001-07-25 | 1 | -5/+13 |
* | Fix breakage introduced in rev 1.26, with the introduction of | sheldonh | 2001-07-25 | 1 | -3/+3 |
* | Remove non-existent (missing?) fonts.alias from beforeinstall: target | ache | 2001-07-24 | 1 | -1/+1 |
* | Add -I${.OBJDIR} to pick generated font*.h | ache | 2001-07-24 | 1 | -1/+1 |
* | Expland `mymalloc' with malloc + error checking. | obrien | 2001-07-24 | 4 | -17/+10 |
* | Remove the misnamed `xmalloc' and replace its uses with the realloc (along | obrien | 2001-07-24 | 1 | -19/+11 |