summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-083-4/+4
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.des1999-06-071-4/+7
| | | | | | | | | | PR: bin/12070 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Specifically check that FTP_PASSIVE_MODE is set to YES, rather than just checking if it is defined. Discussed on: freebsd-current
* Correct description of -c and -w optionskris1999-06-061-8/+10
| | | | | Inspired by: PR docs/11774 Submitted by: Chad R. Larson <chad@freeway.dcfinc.com>
* The -perm option takes argument [-]mode, not [-mode]kris1999-06-061-3/+6
| | | | Obtained from: NetBSD, by way of OpenBSD
* - When trying to decide if $EDITOR == "vi", match against only the firsthoek1999-06-051-5/+28
| | | | | | | two characters of $EDITOR. This allows things like "vim" and "vi -G" (although nvi would fail...oh well). - Avoid certain cases where the editor is passed an invalid line number.
* Fix a width.ru1999-06-051-1/+1
|
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-052-3/+5
| | | | as well as the X11 version ja_JP.SJIS
* No, the space required for a string is strlen() _plus_ one... Oops.hoek1999-06-041-3/+2
|
* getvfsbyname() returns zero on success.ru1999-06-031-2/+2
| | | | | PR: 12000 Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
* Don't print backspaces in first column since they backup to the prev line.hoek1999-06-021-5/+12
|
* Grok gtags too.hoek1999-06-017-42/+425
|
* General code cleanup [incomplete]. Make the arrow keys work.hoek1999-05-309-91/+339
|
* Fixed usage message to almost match the man page. The old -d option andbde1999-05-271-12/+9
| | | | | | | | | | | the new -i option were missing. Fixed style bugs in previous commit: (1) initialisation of a local variable in its declaration. (2) inconsistency of (1) with style of nearby code. (3) disorder of declaration for (1). (4) a line longer than 80 characters. (5) bitrot in the printf() -> err() cleanups to help bloat the line in (4).
* Handle ".if ${T} > 1 || ${T} < 3" and friends correctly.hoek1999-05-251-13/+14
| | | | Reported-by: asami
* Add a -i localname switch (restricted to root) to specify a differentpeter1999-05-252-5/+21
| | | | | | | | | local "login" name for rcmd(3). This is particularly useful for things like portslave and other packages with terminal server functionality where a login can either run ppp locally or get shunted off to another box via rlogin depending on radius authentication etc. Quite often the local box doesn't even have accounts, so a flag such as this is needed. Obviously this is restricted to callers with uid == 0.
* xargs was spliting the input in a very different way from everyone else,jmz1999-05-231-20/+15
| | | | | | | | and was also a bit inconsistent: leading blanks, or any double blanks generated empty arguments, but a trailing blank did not. PR: bin/2630, bin/10914 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Construct the profile file name from the name of the executable. A programjmz1999-05-233-14/+13
| | | | | | | compiled with -pg and run will generate a file <executable-filename>.gmon, not gmon.out. PR: bin/8426
* If we're going to do such a non-UNIX(tm)y thing as appending outputhoek1999-05-221-2/+8
| | | | | to a file instead of truncating, at least word the notice of output redirection appropriately.
* Add euro-currency and constant rates of EMU area.jmz1999-05-221-11/+16
| | | | | PR: bin/9263 Submitted by: Timo J. Rinne <tri@freebsd.org>
* Improve handling of "do ... while" following "else". This changernordier1999-05-211-1/+1
| | | | eliminates some incorrect "Unmatched 'else'" errors.
* FIx the output of long command names.jmz1999-05-211-2/+2
| | | | | PR: bin/10027 Submitted by: Arne Henrik Juul <arnej@math.ntnu.no>
* Ignore the MAIL environment variable when the -u flag is set.jmz1999-05-201-0/+1
| | | | PR: bin/8665
* make md5 checksums actually work instead of simply calculating the lengthjmg1999-05-181-3/+7
| | | | | | | | | of an empty buffer... the output file wasn't readable... also warn that we can't checksum on stdout and print out the base64 encoded version of the md5 checksum... Site to actually return md5 digest: web.golux.com Verified that fetch was broken: Ken Coar <Ken.Coar@Golux.Com>
* Delete debug line.wosch1999-05-141-2/+1
| | | | | PR: bin/9793 Submitted by: Andy Farkas <andyf@speednet.com.au>
* Don't overwrite the variable LOCATE_CONFIGwosch1999-05-142-3/+9
| | | | | | | | This is useful for people who want index their home directory: $ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Correct an error in a manpage example, add -Wall -W to Makefile (nokris1999-05-133-8/+6
| | | | | | warnings given) and modify source to use arc4random() instead of random(). Reviewed by: ache
* Backed out the previous commit, except for the parts that reducedbde1999-05-121-11/+5
| | | | | | | the magicness of 200. Cleaned up the remaining parts. Circularisation of the list of malloc types was a kernel bug (now fixed). Interfering with applications' definitions of pgtok is a system header bug (not fixed).
* Brucify.des1999-05-121-2/+1
|
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-112-4/+2
| | | | that went away in January.
* Sync usage() with man page.des1999-05-111-2/+2
| | | | | PR: 11539 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* add and document seteotmodel and geteotmodel commandsmjacob1999-05-102-1/+45
|
* Don't go looking for weird #includes if major isn't a macro.phk1999-05-101-16/+1
|
* Sometime since this file was written, the list of kernel malloc typesimp1999-05-101-4/+15
| | | | | | | | | changed from a simple list to a circular one. We compensate by only looping until we see the first address again. Before, things would terminate because it was limited to 200 iterations. This lead to bogus statistics and repeating stats for memory types. This should be merged into 3.2, as the same bug is there.
* we don't have <sys/disk.h> anymore.phk1999-05-081-1/+0
|
* Impliment elements of TCP Wrappers's `safe_finger'.obrien1999-05-083-2/+46
| | | | | | | * if run by root (or root process) drop privs * ensure output size is not infinate (net finger only) * ensure output lines are not infinate in length (net finger only) * do not allow finger client to run longer than 3 minutes (net finger only)
* Install the right man page.jkh1999-05-051-1/+2
|
* Add gensetdefs.8 man page.ghelmer1999-05-042-2/+45
| | | | | PR: docs/10517 Submitted-by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
* Add missing parenthesis. Change "hardware block" to "SCSI logical block".ghelmer1999-05-041-4/+4
| | | | | | While I'm here, fix dangling "to". PR: docs/9940
* Clarify when the user gets a prompt for the old password, and thatgrog1999-05-031-13/+33
| | | | | | passwords are not echoed. Get quotes right in troff.
* Document another (less-virulent) CRLF-related bug.hoek1999-05-021-0/+2
|
* Don't use STDOUT_TOP.des1999-05-011-3/+3
| | | | Submitted by: Christopher Masto <chris@netmonger.net>
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-301-2/+2
| | | | | | "passwordtime" is what passwd(1) has actually been using. I suspect passwordperiod was the original intent. I can't figure-out which, if either, BSDi uses. If anyone knows...
* Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.phk1999-04-302-15/+51
| | | | | | | | | | | | That doesn't work well for tapes over 4G. I use tcopy a lot to write images of a tape to tape as tape to tape copying is terribly slow. Slower than it should be. Quickly found out tcopy can not rewind a file when doing copy/verify. PR: 11386 Submitted by: David Kelly dkelly@hiwaay.net Reviewed by: phk
* Remove documentation of CRLF bug from more.1. Sync code with manpage.hoek1999-04-293-26/+18
| | | | | PR: bin/961 bin/7296 (fix) Submitted by: Garance Alistair Drosehn <gad@eclipse.acs.rpi.edu>
* Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".jkoshy1999-04-281-1/+1
| | | | | PR: 11347 Submitted by: Christian Weisgerber
* Add support for printing bridging statistics with ``-p bdg '' .luigi1999-04-264-2/+42
| | | | If someone has a better flag to use I'll be glad to change it.
* Move an option outside of a nested list and up a bit to live free amongkris1999-04-261-3/+3
| | | | its brothers and sisters.
* More egcs warning fixes:imp1999-04-2510-16/+23
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr
* The infrastructure to build these fellows has been replaced with kld.peter1999-04-244-292/+0
|
* remove uid switching before login_getpwclass, now done inside libutilache1999-04-241-3/+6
| | | | add gid switching before chdir and comment why it needed
OpenPOWER on IntegriCloud