summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add date of foundation of Federal Republic of Germany.grog2002-08-291-1/+1
| | | | | | Remove bogus event of 22 September 1953. Submitted by: Jan-Oliver Neumann <jneumann@ix.urz.uni-heidelberg.de>
* - Clarify events which happened in the USA.grog2002-08-281-25/+24
| | | | | | | | | - Note that the USA has no King. - Unify spelling "US", not "U.S.". - Remove USSR holiday (anniversary of the revolution). - Don't remove claim that the Federal Republic of Germany was founded in 1953 (22 September). Somebody should clarify if something reallly did happen on that day.
* Do not repeat the name of the flag in its descriptioncharnier2002-08-271-24/+8
|
* Use strchr() instead of index(). Use getopt(). Use err().charnier2002-08-271-68/+41
|
* s/optarg/s/ (cut'n'paste braino)des2002-08-271-6/+4
| | | | Spotted by: kris
* Clarify that the date 26 August 1920 was the date women got the votegrog2002-08-261-1/+4
| | | | | | | | | in USA, not the world first. Add dates for women's votes in New Zealand. Add dates for women's votes and rights to political office in South Australia.
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-259-15/+15
|
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-253-3/+11
| | | | | | | | this particular GNU flag. It changes into the given directory for the operation in question. This just goes into said directory at the time of parsing the argument for getopt(3). Submitted by: Rachel Hestilow <rachel@jerkcity.com>
* Tweak chain example to show more possibilitiesache2002-08-231-2/+2
|
* Fix warning when calling w(1) when logged in via xdm/kdm. This isseanc2002-08-231-4/+3
| | | | | | | really a problem with utmp/wtmp, but takes the same approach as who(1). Reviewed by: knu (mentor), mini, silence on -audit Approved by: knu (mentor), mini
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryache2002-08-233-37/+37
| | | | representation only.
* Use correct document date for the -a option.johan2002-08-221-1/+1
|
* Add the -a option to report all matches instead of only thejohan2002-08-223-57/+145
| | | | | | first of each requested type. Approved by: joerg, sheldonh (mentor)
* Jump in.thomas2002-08-211-0/+1
| | | | Reviewed by: roberto
* For scripts that are called in non-login environments (in particularjoerg2002-08-212-1/+52
| | | | | | | | mail filters), the /usr/bin/perl dummy fails since it assumes that the installed package could be reached via the existing $PATH. Also, since we are obviously looking for a perl installed by a package, we should make sure that at least the default package bindir is being searched.
* Add myself.obraun2002-08-211-0/+1
| | | | Approved by: dwcjr (mentor)
* Document SWIDTH*ache2002-08-201-0/+12
|
* Allow embedded `:' and `!' in target names.ru2002-08-201-2/+31
| | | | | | PR: bin/6612 Obtained from: OpenBSD MFC after: 1 week
* When login tries to do the chmod/chflags on a read only file system,imp2002-08-191-3/+12
| | | | | | | | | | | | | | | | | | | it complains that it can't do it because the filesystem is readonly. Assume that when the user has a readonly /dev that they don't care if login can't change the permissions/flags. While this does break a few things like msgs, we'll assume that the user setting up the read only system knows what they are doing. All this change does is to stop the complaint when the file system is read only. It also adds comments as to why EROFS and EOPNOTSUPP are ignored. This allows one to have a read-only / w/o a /dev MFS and have a relatively warning-free existence. /etc/rc still complains when it can't chown/chflags/chmod things, but that's easy to ignore/tweak. Reviewed by: roberto, phk Sponsored by: Timing Solutions
* Remove local prototypes for main().jmallett2002-08-1915-19/+0
|
* Add a unary -not operator ala -false and !, for sake of completeness.jmallett2002-08-192-0/+2
| | | | | Obtained from: OpenDarwin MFC after: 1 week
* Correctly handle empty path arguments, e.g., whereis -S -f biff.johan2002-08-181-7/+3
| | | | Approved by: joerg, sheldonh (mentor)
* Add swidth definitions and lex code to mklocalekeichii2002-08-161-0/+4
| | | | | | | | | After adding swidth support in iswctype.c and ctype.h Submitted by: clkao@clkao.org Reviewed by: keichii,ache Obtained from: NetBSD MFC after: 1 month
* Forgot to change branches for my src tree. MFS my birthdate.seanc2002-08-161-0/+1
| | | | | | Pointed out by: maxim Reviewed by: knu (mentor) Approved by: knu (mentor)
* Bump document date for the 'beep only' change.johan2002-08-161-1/+1
|
* Bah! Use the full name for Florida.marcus2002-08-151-1/+1
|
* Add myself.marcus2002-08-151-0/+1
|
* Add myself.dg2002-08-151-0/+1
|
* Oops, add -false to the operators list in the manual page for find(1), as addedjmallett2002-08-151-0/+1
| | | | | | in revision 1.17 of option.c. MFC after: 1 week
* Add support for -false instead of '!' cause it can be hard to use that injmallett2002-08-151-0/+1
| | | | | | | some shells, etc., and also for GNU compatability (lack of this broke the Mono CVS build for me). MFC after: 1 week
* I was too conservative with my header changes, so restore some sanitydougb2002-08-151-2/+3
| | | | | | | via bde. atatat@NetBSD.org made basically the same change in their version, so bring over their CVS Id which I neglected last time. Obtained from: bde, Andrew Brown <atatat@NetBSD.org>
* Unbreak building of fstat following version 1.23 ofbmilekic2002-08-141-1/+1
| | | | src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
* Use proper #includeache2002-08-141-1/+1
|
* Add #undefs to separate local buffers declaration and now dinamic libc buffersache2002-08-141-0/+5
|
* mdoc(7) police: simplify.ru2002-08-141-3/+1
|
* mdoc(7) police: Forgot to bump .Dd.ru2002-08-141-1/+1
|
* mdoc(7) police:ru2002-08-141-11/+17
| | | | | | Added -F and -W options to the SYNOPSIS. Fixed options DESCRIPTION to match style(9). Document the default for -F.
* Fix the usage() to match style(9).ru2002-08-141-3/+4
|
* mdoc(7) police: nits.ru2002-08-141-3/+5
|
* A much better description of the -q option.dougb2002-08-131-5/+10
| | | | Obtained from: Andrew Brown <atatat@NetBSD.org>
* If a timeout is specified, make sure that rcmd() completes withiniedowse2002-08-131-0/+18
| | | | | | | | | | the specified time. Previously, rsh could potentially hang indefinitely at this point even when a timeout was set, for example if the server accepts the connection and then never sends any reply. PR: bin/20042 Submitted by: Keith White <Keith.White@site.uottawa.ca> MFC after: 1 week
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-2/+2
|
* mdoc(7) police: untangle.ru2002-08-131-1/+1
|
* A cooperative effort...dougb2002-08-133-100/+150
| | | | | | | | | | | | | | | | | | | | 1. Update the code to the latest from NetBSD, which includes: * A new command line option to suppress stat(2) errors * Output is now done via stdio * Fixes for bitwise OR'ing of letters 2. Andrew from NetBSD merged in our own Johan's readlink patches. 3. Andrew also merged in some brucifications. I made some small contributions to the header cleanup, and tried to generally improve the overall style(9)'ishness. I also documented the new -q option and added the *LINKS to the Makefile. All responsibility for mistakes in merging the contributions from the above is mine. Obtained from: Andrew Brown <atatat@NetBSD.org>, bde, johan
* Fix typing error in prev. commitache2002-08-121-1/+1
|
* Fix style bug in prev. commitache2002-08-121-2/+1
|
* Fix su job control (recently introduced for PAM cleanup purposes) to notache2002-08-121-3/+6
| | | | | | | kill login shell on either "suspend/fg" or "stop $$/fg" for tcsh. Since this bug occurse on -stable too, it is not kernel threads bug. Submitted by: David Xu <bsddiy@yahoo.com>
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-112-3/+3
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* main.c:450: warning: `targs' might be used uninitialized in this functionru2002-08-111-1/+1
| | | | | | Spotted by: patrick@godloveya.com, naddy, -Wuninitialized This segfaulted alpha and sparc64; i386 had this magically zeroed.
* Locale environment variables influence wc(1) regardless of whether thetjr2002-08-111-4/+1
| | | | -m option is specified; correct ENVIRONMENT section.
OpenPOWER on IntegriCloud