summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PEimp1999-01-091-27/+99
| | | | | file types. Also add bit interpretation from NetBSD to give more details about the file.
* Don't allow pointer underrun in loop.jkh1999-01-081-2/+4
| | | | Spotted by: John W. DeBoskey <jwd@unx.sas.com>
* Merge from 2_2 man page change.danny1999-01-052-2/+2
|
* PR: 9323danny1999-01-051-1/+4
| | | | | | Submitted by: ishisone@sra.co.jp Make touch handle years 2000-2038 in the obsoleted format, rather than 1902-1969 as was previously the case with two digit year spec.
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,bde1999-01-041-1/+1
| | | | | | | | | | so it can't be completely fixed here. Putting -I paths to the current headers in CFLAGS is more likely to break things than fix them, since there is no reason why current headers should work with old libraries. Other Makefiles that do this may only work because they are not used early in the bootstrap. However, the usual problem with errno being defined in terms of a nonexistent library doesn't seem to occur here, since we don't reference errno.
* Fix a build problem when upgrading from 9 month old sources. There'schuckr1999-01-041-1/+1
| | | | | | | | | | a circular dependency problem, wherein rpcgen depends on the latest includes, but those same includes depend on rpcgen to build include/rpcsvc. This was causing the build or librpcsvc to fail (like I said, only on upgrades of 9 month old sources). If there's stylistic problems, tell me, I'll learn and fix them. I did a buildworld with this, it should be safe.
* Make the timeout handler log any failed logins, to make sure failedeivind1999-01-031-7/+17
| | | | logins get logged.
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."billf1998-12-311-2/+2
| | | | | PR: docs/9255 Submitted by: Christian Weisgerber <naddy@bigeye.rhein-neckar.de>
* Add copyright and RCS/CVS Id.obrien1998-12-271-0/+28
| | | | Noticed by: ken
* Update section on DK_NDRIVES (which was removed with CAM), and explainobrien1998-12-271-9/+10
| | | | | | relation to devstat(3)/(9). Submitted-by: ken@freebsd.org
* Turn the compile time option into a run-time option.obrien1998-12-272-7/+10
| | | | | | You can now use the `want_fd' command in the vmstat display. Suggested by: grog
* Don't waste precious space on showing the performance of fdX.obrien1998-12-271-1/+9
| | | | (can get old behavior with -DWANT_FD)
* No __profname bozoness, no strstr() bozoness... test argv[0] againstdillon1998-12-241-4/+21
| | | | "uptime" the right way. Sheesh.
* Since argv is in scope, use argv[0] instead of __progname.steve1998-12-241-2/+2
| | | | Suggested by: bde
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.mjacob1998-12-221-1/+13
| | | | | Complete the addition of the setmark support (from Martin.Birgmeier@aon.at).
* Flush the output file before exiting; short-lived programs don't even fillmsmith1998-12-211-1/+2
| | | | the stdio buffer.
* Fixed typo.foxfair1998-12-201-1/+1
|
* add in new errstat subcommand (MTIOCSERRSTAT)mjacob1998-12-191-2/+33
|
* Made changes suggested by bruce, plus a couple of others which made -Wall work.mjacob1998-12-181-11/+17
| | | | Obtained from:bde@freebsd.org
* Unbreak K&R support, and generate code that works in K&R C as well asdes1998-12-181-20/+12
| | | | ANSI C no matter what language is specified.
* 1) Clarify that a weof count of zero is allowed (flush buffers).mjacob1998-12-181-1/+30
| | | | | 2) Add in the set of {sethpos,setspos,rdhpos,rdspos) commands to implement the Hardware && SCSI Logical Block position ioctls.
* Free memory from setmode.imp1998-12-161-1/+2
| | | | Obtained from: OpenBSD
* Return memory from setmode.imp1998-12-161-0/+1
| | | | Obtained from: OpenBSD
* The perlinterp option builds and works, but I'm not so sure how it'll gopeter1998-12-161-5/+6
| | | | in a release or buildworld environment, so I'll leave it disabled.
* Generate a prototype for initialize_XXXX_error_table() when the languagedes1998-12-151-3/+3
| | | | is set to C.
* Add "-N" option to supress reverse name lookup.billf1998-12-145-3/+12
| | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698
* Added support for DIS 8859-15 based locales using patchdillon1998-12-142-1/+53
| | | | | | from Kaleb. Obtained from: Kaleb Keithley <kaleb@ics.com>
* Change the wording to reflect that only the first character of the twosteve1998-12-131-2/+2
| | | | | | arguments to changequote are significant. PR: 8282
* Fixed disordering of cross references in previous commit.bde1998-12-131-3/+3
|
* PR: bin/9016dillon1998-12-131-3/+8
| | | | | | | | | Fix bug with od/hd/hexdump. "*" lines are supposed to indicate one or duplicates of the previous line, but a small file with less then 16 characters of zeros in it will be falsy identified as a repeat of the (non-existant) previous line. i.e. the first line of output winds up being a "*". Added a bit of code to handle the degenerate 'there is no previous line' case for the first line.
* PR: bin/8680dillon1998-12-131-4/+3
| | | | | Minor adjustments to rwall.c. Increased the size of a couple of char arrays and replaced a potentially dangeerous strcpy/strcat with snprintf().
* PR: bin/8680dillon1998-12-131-6/+8
| | | | | | Increase the size of a number of buffers and replace strcpy/strcat/sprintf with snprintf(). There was a minor and possibly not exploitable security hole related to one sprintf().
* Add reference to login.conf(5)dillon1998-12-131-2/+3
|
* PR: docs/9045dillon1998-12-131-27/+31
| | | | | | Update chpass(1) manual page. Change the definition of the class field and also reorganize the field list to match that of the /etc/master.passwd file, to avoid confusion.
* Better error checking.eivind1998-12-091-3/+4
|
* Fix a new bug introduced by the previous bug fixarchie1998-12-083-10/+23
|
* Add -s option, just report size of file that would be fetched.cracauer1998-12-085-8/+67
| | | | Reviewed by: -current list
* Fixed warnx format errors in printf and csh, and snprintf format errorsbde1998-12-071-7/+11
| | | | | | in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx. (The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy args.)
* Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.archie1998-12-071-3/+6
| | | | PR: bin/7939
* Compile -Wallarchie1998-12-072-2/+3
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-0670-87/+121
|
* Eliminate compiler warnings from -Wallarchie1998-12-065-6/+9
|
* Eliminate compiler warnings from -Wallarchie1998-12-0611-16/+16
|
* Obtained from: "Jan B. Koum " <jkb@best.com>dillon1998-12-012-3/+5
| | | | | Add a reference to pam(8) in the login(1) and login.access(5) manual pages.
* We use login.conf, not login.capbillf1998-11-301-2/+2
| | | | | PR: doc/8897 Submitted by: Jonathan Hanna <pangolin@home.com>
* Set TMPDIR to /tmpwosch1998-11-291-9/+7
| | | | | Use the new find option -s for sorted output. Remove the temp directory in trap.
* Described the search path Make uses to find makefiles.pds1998-11-291-4/+37
|
* Fixed style bugs in previous commit.bde1998-11-291-1/+1
|
* Fixed English in previous commit. Clarify "lexicographical order".bde1998-11-291-8/+14
| | | | | Don't format paragraphs manually (new sentences not beginning on new lines give hard-formatted line breaks).
* Fixed my English fixes.bde1998-11-292-2/+3
|
OpenPOWER on IntegriCloud