aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Print a warning if we fail to retrieve the process name for any reason.Christian S.J. Peron2005-09-131-1/+3
* If there are'nt any bpf descriptors to process than dont bother attempting toChristian S.J. Peron2005-09-131-0/+2
* Free the bpf descriptor array after we are done with it. This probably isntChristian S.J. Peron2005-09-071-0/+1
* Update usage to reflect the new option.Christian S.J. Peron2005-09-071-1/+2
* Several changes: Added a BUGS section with several bugs. AndGary W. Swearingen2005-09-071-26/+94
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-075-3/+144
* Mention that uuidgen(1) generates DCE version 1 UUIDs onlyRalf S. Engelschall2005-09-071-2/+3
* Fix the type of the variable 'debug'. It is used as a bitmap, so theHartmut Brandt2005-09-071-1/+1
* In version 1.8 I botched findval()'s type, fix.Stefan Farfeleder2005-09-021-1/+1
* Use socklen_t variables when passing sizes to getsockname() andStefan Farfeleder2005-09-021-4/+4
* The appropriate argument is -K -1, not -k -1.Stefan Farfeleder2005-09-021-2/+2
* Fix a syntax error in the generated code when invoked with -P. Note thatStefan Farfeleder2005-09-021-1/+0
* - Do not allocate memory to entries in /var/rwho which have been down forSuleiman Souhlal2005-09-021-3/+3
* Stop generating the `register' keyword.Stefan Farfeleder2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.Stefan Farfeleder2005-09-029-401/+124
* Only write the dispatch table function prototypes to the header if the -hStefan Farfeleder2005-09-013-25/+24
* - Use prototypes in headers.Stefan Farfeleder2005-08-3110-43/+49
* Rename the variable `inline' to `inline_size'.Stefan Farfeleder2005-08-314-16/+11
* Include option-argument names in the list in the DESCRIPTION section.Tim J. Robbins2005-08-301-12/+4
* Remove undocumented historic support for treating "-" as an optionTim J. Robbins2005-08-301-14/+8
* Unbreak tail -f on non-local filesystems.Paul Saab2005-08-261-0/+10
* Revert previous behaviour of '-F' option and add '-L' option, which willPawel Jakub Dawidek2005-08-252-27/+43
* Fixes for gcc 4.x.Ollivier Robert2005-08-251-15/+11
* Fixes for gcc4.x.Ollivier Robert2005-08-252-1/+2
* Modify '-F' option to work nicely with pidfile(3) - a pidfile given asPawel Jakub Dawidek2005-08-242-0/+22
* List -W as one of the meaningful options to the -i (interfaces)Yaroslav Tykhiy2005-08-241-1/+1
* Add a -h option to tell cmp not to follow symbolic links.Brian Somers2005-08-235-7/+123
* Most users probably aren't interested in locating 13000+ files namedColin Percival2005-08-222-2/+2
* Remove the hack that varied the first character of the output file nameTim J. Robbins2005-08-212-15/+5
* Bail if interface is misspelled instead of falling out into theRuslan Ermilov2005-08-201-0/+2
* Correct typos found by ispell.Murray Stokely2005-08-192-2/+2
* Add a new switch -h for interface stats mode, which prints all interfaceGleb Smirnoff2005-08-184-10/+29
* While revision 1.26 fixed the code to really subtract 3600 due toStefan Farfeleder2005-08-181-3/+1
* Remove the dates from these files. They serve no purpose and result inColin Percival2005-08-171-1/+2
* Correct birthdate for Meriwether Lewis. He was born before theMurray Stokely2005-08-171-1/+1
* It's actually 11 minutes when the machine is assumed to be down and removedSuleiman Souhlal2005-08-071-1/+1
* Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extractingRobert Watson2005-08-061-96/+19
* Old habits die hard: Make that .if defined(YES_HESIOD) not .if !definedPoul-Henning Kamp2005-08-061-1/+1
* Change the data type of the upper shared memory limits from a signedChristian S.J. Peron2005-08-061-5/+5
* Put hesinfo(1) under buildoption "YES_HESIOD"Poul-Henning Kamp2005-08-061-1/+5
* Include ../Makefile.inc, since without it programs get installed in theColin Percival2005-08-061-0/+3
* Add bsdiff and bspatch to the base system. These are tools forColin Percival2005-08-069-0/+753
* Don't include -lipx twice.Poul-Henning Kamp2005-08-051-2/+2
* Make IPX support depend on NO_IPXPoul-Henning Kamp2005-08-052-2/+16
* Let NO_MAN control catmanPoul-Henning Kamp2005-08-051-1/+5
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-052-3/+4
* Include <err.h> where needed. Add $FreeBSD$ where missing.Stefan Farfeleder2005-08-057-0/+11
* Prefer {u,}intmax_t over the deprecated {u_,}quad_t.Stefan Farfeleder2005-08-051-17/+18
* Don't throw away the adjusted `runtimer' value.Stefan Farfeleder2005-08-051-3/+1
* Call usage() instead of being insolent.Juli Mallett2005-08-051-5/+4