aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Allow the user to specify port ranges against which to match inet sockets.Dag-Erling Smørgrav2001-08-072-3/+76
* mdoc(7) police:Ruslan Ermilov2001-08-074-21/+12
* mdoc(7) police: bump document date for the previous delta.Ruslan Ermilov2001-08-071-2/+2
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-08-071-2/+2
* mdoc(7) police: bump document date for the previous delta, fix markup.Ruslan Ermilov2001-08-071-2/+2
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.Thomas Gellekum2001-08-0714-66/+39
* Constify, staticize, and set WARNS=2.Mike Barcroft2001-08-062-9/+11
* can not -> cannotDima Dorfman2001-08-051-1/+1
* o Move APNIC flag from -p to -A. Since, -p is usually associatedMike Barcroft2001-08-052-25/+51
* Document -d in usage.Dima Dorfman2001-08-051-1/+2
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingJonathan Chen2001-08-052-3/+3
* Fix warnings from `-Wmissing-prototypes'. Staticize.Thomas Gellekum2001-08-0316-276/+231
* Sort SRCS.Thomas Gellekum2001-08-031-2/+2
* Fix a cryptoless world by disconnecting libmp from the build when there is noMaxim Sobolev2001-08-021-2/+4
* MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn2001-08-011-1/+1
* Don't wait for a keypress in INT 16 function 01, just return the currentThomas Gellekum2001-08-011-3/+0
* Mark debug() and fatal() as __printflike() and fix resulting warnings.Thomas Gellekum2001-07-3114-42/+42
* Sort options, remove unknown option 'f'.Thomas Gellekum2001-07-311-68/+67
* Add a "X KBytes of wired memory reserved" metric that representsBosko Milekic2001-07-311-11/+14
* Don't use ".nofinger" as a string constant from within the codeYaroslav Tykhiy2001-07-302-1/+3
* - Add some more x86 instructions to emulate,Thomas Gellekum2001-07-304-136/+267
* - Fix file names <:-(,Thomas Gellekum2001-07-301-14/+12
* Fixed bitrot in DPADD in previous commit.Bruce Evans2001-07-302-12/+8
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.Bruce Evans2001-07-301-3/+0
* Update to version 3.36.David E. O'Brien2001-07-301-1/+7
* Update to version 3.36.David E. O'Brien2001-07-301-2/+6
* Correct the old length argument passed to sysctl to be a pointer to aThomas Moestl2001-07-291-1/+2
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-292-2/+2
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitMark Peek2001-07-281-9/+4
* Include value of command line argument that causes an error message orStefan Eßer2001-07-281-6/+9
* Fix the environment handling:Mark Murray2001-07-281-12/+11
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-263-8/+13
* When -n is specified, don't attempt to turn hostnames found in utmpBrian Somers2001-07-263-43/+42
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-262-19/+12
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.Thomas Gellekum2001-07-261-1/+8
* Correct font names. Now, how on earth did this work on my system?Thomas Gellekum2001-07-261-3/+3
* Fix bugs introduced in 1.26:Thomas Gellekum2001-07-261-10/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-2619-54/+73
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.Matt Jacob2001-07-252-10/+9
* Use sysctl to export multicast routing statsBill Fenner2001-07-251-5/+13
* Fix breakage introduced in rev 1.26, with the introduction ofSheldon Hearn2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetAndrey A. Chernov2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hAndrey A. Chernov2001-07-241-1/+1
* Expland `mymalloc' with malloc + error checking.David E. O'Brien2001-07-244-17/+10
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongDavid E. O'Brien2001-07-241-19/+11
* Remove the misnamed `emalloc' and replace its uses with calloc (alongDavid E. O'Brien2001-07-241-19/+13
* Remove emalloc and expand to the malloc + error checking it was, where used.David E. O'Brien2001-07-243-20/+9
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien2001-07-243-26/+14
* Remove the local basename in favor of the libc version.David E. O'Brien2001-07-245-43/+22
* Expland the emalloc to do the testing at the place of mallocing.David E. O'Brien2001-07-241-16/+6