aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-0419-41/+13
* optarg and optind are declared in unistd.h.Warner Losh2000-09-043-6/+0
* Use dirname(3).Dag-Erling Smørgrav2000-09-031-68/+4
* Use basename(3).Dag-Erling Smørgrav2000-09-031-62/+4
* Don't try to set the mtime of the output file if it's not a regular file.Dag-Erling Smørgrav2000-09-021-1/+2
* Don't unlink the target file if it's not a regular file.Dag-Erling Smørgrav2000-08-311-1/+2
* Restore support for displaying raw IPv4 sockets andRuslan Ermilov2000-08-301-2/+2
* Invoke netstat(1) and fstat(1) with full path.Dag-Erling Smørgrav2000-08-301-2/+2
* Get rid of the old version.Brian Feldman2000-08-291-60/+0
* Use a C version of which(1).Brian Feldman2000-08-292-8/+146
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-284-155/+36
* Add 'shot', using the definition used by bars and shotglasses.Bill Fumerola2000-08-271-0/+1
* Try and fix up some bogus indentation leftovers from emacs severalPeter Wemm2000-08-271-2/+2
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()Peter Wemm2000-08-271-4/+1
* *blush*. I was *sure* I compiled this after the last change..Peter Wemm2000-08-271-1/+1
* killall.c is meant to be a superset replacement of killall.pl, thePeter Wemm2000-08-271-0/+372
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.Brian Feldman2000-08-261-1/+5
* Finger.conf first appeared in 4.2 (now that it's been MFCd)Brian Somers2000-08-251-1/+1
* Fix the -m option - broken by the last commit.Brian Somers2000-08-251-1/+1
* Add a missing comma.Sheldon Hearn2000-08-251-1/+1
* Allow finger.conf to contain aliases for files that will be displayedBrian Somers2000-08-256-21/+50
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removePeter Wemm2000-08-241-1/+0
* Install Ukrainian message catalog.Alexey Zelkin2000-08-221-1/+2
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-14/+7
* Fix a bug introduced by my own previous commit (addition of the currentMaxim Sobolev2000-08-211-3/+18
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-2/+6
* Remove gratuitous free() call when we use special .SHELL target.Ruslan Ermilov2000-08-181-5/+0
* Remove extraneous arguments to the Os (operating system) and NmSheldon Hearn2000-08-171-4/+4
* Allow a /etc/finger.conf file that contains finger aliasesBrian Somers2000-08-175-1/+162
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forBrian Feldman2000-08-164-2/+39
* Remove unnecessary extern definition of strrchr. It is defined inWarner Losh2000-08-161-1/+0
* Add cross reference to the ast device.Warner Losh2000-08-161-1/+1
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-132-2/+2
* Fixed world breakage for the NOSHARED=yes case. Libraries were added toBruce Evans2000-08-121-3/+3
* While we're in here:Sheldon Hearn2000-08-111-22/+30
* Eliminate the only setuid perl script in the tree.Warner Losh2000-08-104-34/+65
* To make compilable without -DINET6.Hajimu UMEMOTO2000-08-072-0/+4
* Document the ``-'' option and minor re-wording in EXAMPLESMark Ovens2000-08-051-2/+12
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustSheldon Hearn2000-08-041-1/+1
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.Ruslan Ermilov2000-08-031-2/+2
* Unbreak world build by adding the necessary <net/ethernet.h> include.Ruslan Ermilov2000-08-021-0/+1
* Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov2000-08-012-2/+2
* Fix an off-by-nine error when building a list of includes.Ruslan Ermilov2000-08-011-1/+1
* Add current position (line, column) display.Maxim Sobolev2000-07-311-6/+25
* Don't segv when trying to add a 0-length unit name.Kris Kennaway2000-07-311-21/+20
* Don't coredump on long input lines. If anyone actually cares, this shouldKris Kennaway2000-07-311-1/+1
* Make passing unknown fstypes to -fstype result in a warning instead ofEivind Eklund2000-07-281-2/+16
* Do include <unistd.h> for getopt interface.Warner Losh2000-07-281-2/+1
* Fix bug: "netstat -si" prints interface information, but the headerJohn Polstra2000-07-281-1/+1
* Let wall report the local timezone as well on output.Jeroen Ruigrok van der Werven2000-07-271-2/+2