summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't dump core for a known, documented bug.sheldonh1999-07-221-1/+21
* Improve printf(3) conversion specifier parsing so that silly formatssheldonh1999-07-222-19/+97
* Vastly improve the speed of the file command by makingwes1999-07-222-6/+7
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
* Add braces to appease the egcs -Wall mom.jdp1999-07-172-4/+6
* Make gcore work again. It was broken by a format change in thejdp1999-07-171-2/+2
* Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.bde1999-07-171-1/+9
* Enable gprof on alpha.simokawa1999-07-165-6/+64
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12107-0/+113
* Break lines to be < 80 chars. This has been done only to that file incracauer1999-07-071-16/+25
* Per requests from the community, commit rudimentary cross compilationimp1999-07-071-2/+2
* Use -finet option to netstat(1), and don't discard anything.des1999-07-062-11/+10
* Don't truncate port numbers.des1999-07-061-9/+5
* Update to new struct sigcontext after SA_SIGINFO changescracauer1999-07-064-18/+20
* Clean up some ambiguous nested if/elses.billf1999-07-0419-41/+62
* Don't ignore weak symbols.dt1999-07-031-1/+0
* Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" ratherdes1999-07-032-7/+8
* Remove unused variable.billf1999-07-021-2/+1
* Add braces to avoid ambigious else.billf1999-07-021-1/+2
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-022-27/+15
* Actually fixed ambiguous else. The previous revision had no effect.bde1999-07-021-4/+4
* "transfered" -> "transferred"green1999-07-022-4/+4
* Fix ambigious else.billf1999-07-011-2/+3
* Document that FTP_PASSIVE_MODE should be explicitlyru1999-07-011-2/+4
* (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.billf1999-07-011-3/+6
* retreived -> retrievedkris1999-06-301-3/+3
* Decode all currently supported values of the ptrace `request' arg.bde1999-06-261-3/+20
* Make a reference to rtprio, which will definatly be of interest to someonebillf1999-06-252-3/+6
* - add "-s src_addr" option to allow setting of the source IP address;ru1999-06-257-75/+108
* Don't add '?' to getopt's options.imp1999-06-241-1/+1
* Some man page cleanup. Make the NAME and SYNOPSIS sections agree sompp1999-06-244-10/+22
* Add the 'reset' command to the NAME section.mpp1999-06-241-1/+2
* Add a messy example of how to get debug-mode error messages written tosheldonh1999-06-231-1/+11
* Don't strip trailing .suffixes from filenames. Although obviouslyhoek1999-06-212-5/+6
* Add missing argument to synopsis.sheldonh1999-06-211-1/+2
* This fixes the problem of cancelling an FTP transfer resulting ingreen1999-06-212-3/+6
* Postpone call to usage() until after all options are processed so thatsheldonh1999-06-181-6/+9
* Please forgive me, it's my first day on the block. Forgot to mention:sheldonh1999-06-171-1/+1
* Null commit to reflect that the previous commit added warnings forsheldonh1999-06-171-1/+1
* * Add a command-line option to enable debugging mode, which sends errorsheldonh1999-06-172-19/+67
* Add "-N" option to the SYNOPSIS and usage().ru1999-06-172-5/+5
* Syscall arguments are now properly aligned. Print them, and syscall returndt1999-06-161-16/+16
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-163-9/+60
* Correctly document the two different object file formats that can bempp1999-06-151-3/+3
* It was possible to circumvent telnet's security ``-E'' (no escape at all)ru1999-06-141-1/+1
* Man pages for top refer to only 2.x, but not to 3.x and latern_hibma1999-06-142-4/+4
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-083-4/+4
* Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.des1999-06-071-4/+7
* Correct description of -c and -w optionskris1999-06-061-8/+10
* The -perm option takes argument [-]mode, not [-mode]kris1999-06-061-3/+6
OpenPOWER on IntegriCloud