summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Instead of printing '(null)' if there is no tty, print 'no tty'.n_hibma2000-10-021-1/+5
* Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSDwill2000-09-291-0/+2
* Add ia64 support and fix problems when cross-building when the host hasdfr2000-09-291-13/+15
* *** empty log message ***peter2000-09-252-12/+28
* Do not call freeaddrinfo(res0) twice.ru2000-09-251-0/+1
* Don't assume ai0->ai_canonname will always be filled in. Print thewollman2000-09-241-1/+6
* Implement IPv6 support. Also restructure the way multi-homed hostswollman2000-09-221-57/+91
* Delete a bogus reference to T/TCP -- the problem still exists on Standardwollman2000-09-221-3/+1
* Fix buffer overflow when DISPLAY is longer than 43 characters. Thisimp2000-09-201-4/+7
* Fixed the printing of header for IPv4 routing table without -l option.ru2000-09-181-1/+1
* Correct a few typos, including a mis-represented option (-s instead ofsheldonh2000-09-181-4/+4
* Remove unneded -ltermcapache2000-09-162-4/+5
* Remove unneded -lmytinfoache2000-09-161-2/+2
* cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.....jkh2000-09-141-2/+6
* Fix ioctl.c creation to deal with the depend case more properly.jkh2000-09-141-2/+6
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.jkh2000-09-142-2/+2
* Don't drop out when we've processed argc - 1 names.... argumentsbrian2000-09-121-7/+3
* Activate hesinfo.nectar2000-09-081-0/+1
* Fix breakage introduced in rev.1.7. yystacksize and yysslim are global andn_hibma2000-09-071-0/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-3/+3
* 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
OpenPOWER on IntegriCloud