summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-066-4/+352
* Reintroduce functionality and error checks that were boneheadedly removeddes2000-09-062-2/+13
* When we have both a rcsid and sccsid, ifdef 0 the sccsid. Thisimp2000-09-041-0/+2
* getopt and friends are declared in <unistd.h>imp2000-09-0419-41/+13
* optarg and optind are declared in unistd.h.imp2000-09-043-6/+0
* Use dirname(3).des2000-09-031-68/+4
* Use basename(3).des2000-09-031-62/+4
* Don't try to set the mtime of the output file if it's not a regular file.des2000-09-021-1/+2
* Don't unlink the target file if it's not a regular file.des2000-08-311-1/+2
* Restore support for displaying raw IPv4 sockets andru2000-08-301-2/+2
* Invoke netstat(1) and fstat(1) with full path.des2000-08-301-2/+2
* Get rid of the old version.green2000-08-291-60/+0
* Use a C version of which(1).green2000-08-292-8/+146
* After positive feedback from a few folks, activate a switchover topeter2000-08-284-155/+36
* Add 'shot', using the definition used by bars and shotglasses.billf2000-08-271-0/+1
* Try and fix up some bogus indentation leftovers from emacs severalpeter2000-08-271-2/+2
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()peter2000-08-271-4/+1
* *blush*. I was *sure* I compiled this after the last change..peter2000-08-271-1/+1
* killall.c is meant to be a superset replacement of killall.pl, thepeter2000-08-271-0/+372
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.green2000-08-261-1/+5
* Finger.conf first appeared in 4.2 (now that it's been MFCd)brian2000-08-251-1/+1
* Fix the -m option - broken by the last commit.brian2000-08-251-1/+1
* Add a missing comma.sheldonh2000-08-251-1/+1
* Allow finger.conf to contain aliases for files that will be displayedbrian2000-08-256-21/+50
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removepeter2000-08-241-1/+0
* Install Ukrainian message catalog.phantom2000-08-221-1/+2
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-14/+7
* Fix a bug introduced by my own previous commit (addition of the currentsobomax2000-08-211-3/+18
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-2/+6
* Remove gratuitous free() call when we use special .SHELL target.ru2000-08-181-5/+0
* Remove extraneous arguments to the Os (operating system) and Nmsheldonh2000-08-171-4/+4
* Allow a /etc/finger.conf file that contains finger aliasesbrian2000-08-175-1/+162
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forgreen2000-08-164-2/+39
* Remove unnecessary extern definition of strrchr. It is defined inimp2000-08-161-1/+0
* Add cross reference to the ast device.imp2000-08-161-1/+1
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-132-2/+2
* Fixed world breakage for the NOSHARED=yes case. Libraries were added tobde2000-08-121-3/+3
* While we're in here:sheldonh2000-08-111-22/+30
* Eliminate the only setuid perl script in the tree.imp2000-08-104-34/+65
* To make compilable without -DINET6.ume2000-08-072-0/+4
* Document the ``-'' option and minor re-wording in EXAMPLESmarko2000-08-051-2/+12
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustsheldonh2000-08-041-1/+1
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.ru2000-08-031-2/+2
* Unbreak world build by adding the necessary <net/ethernet.h> include.ru2000-08-021-0/+1
* Make auto-generated ioctl.c to be always considered out of dateru2000-08-012-2/+2
* Fix an off-by-nine error when building a list of includes.ru2000-08-011-1/+1
* Add current position (line, column) display.sobomax2000-07-311-6/+25
* Don't segv when trying to add a 0-length unit name.kris2000-07-311-21/+20
* Don't coredump on long input lines. If anyone actually cares, this shouldkris2000-07-311-1/+1
* Make passing unknown fstypes to -fstype result in a warning instead ofeivind2000-07-281-2/+16
OpenPOWER on IntegriCloud