summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken (at least on alpha, but probably on i386 too) code whichjb1998-05-131-4/+4
| | | | | is supposed to walk an arry of character pointers, not an array of characters.
* Some commands are shell builtins. Execute the builtins by the shellwosch1998-05-121-1/+50
| | | | | | | and not directly by make(1). PR: bin/6550 Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org & wosch
* Fixed missing dependencies on headers generated by rpcgen, as usual.bde1998-05-101-11/+9
| | | | | Removed bogus dependencies of generated .c files on generated headers. Sorted sources lists.
* Fix my last change: the .Fx macro doesn't do anything useful without anwollman1998-05-091-2/+2
| | | | argument, so use `.Tn FreeBSD' instead.
* Documentation fix: delete references to T/TCP as they are not relevantwollman1998-05-092-12/+36
| | | | | to the case in question. (Said case being quite clearly defined by the basic TCP specification, RFC 792.)
* Arrggghhhh... forgot to strip the / after outputting %2fdes1998-05-091-3/+6
|
* Map a leading / in -c argument to %2f instead of dropping it silently.des1998-05-091-9/+4
| | | | PR: bin/6558
* Describe absolute paths in FTP URL's. This patch has been sittingfenner1998-05-091-3/+16
| | | | around uncommitted for 2 months =(
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionmax1998-05-081-3/+3
| | | | | | 3 which are actually in the section 2. Pointed out by: Brian Reichert <reichert@numachi.com> PR: 6480
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-053-6/+6
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Put y.tab.h back in SRCS. This used to be the best way to getbde1998-05-051-1/+2
| | | | | dependencies on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Add usage() and rcsid. Remove unused #include. -Wall.charnier1998-05-052-19/+27
|
* Permit double digit year values to be used in the next millenium.alex1998-05-051-1/+17
|
* Make compatible with standard what command:rnordier1998-05-042-27/+54
| | | | | | | | | Implement -s option Keep going if a file is not found Append ':' to printed filenames Include backslash in terminal characters Make exit status dependent on a match having been found Revise manpage accordingly
* Fixed races in `make -jN' using new yacc rules.bde1998-05-044-18/+8
|
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-041-3/+3
|
* Simplified by using new yacc rules. The new lex rules can't be usedbde1998-05-041-13/+3
| | | | here, at least without ifdefs for the bootstrap.
* Simplified using new yacc rules and by not generating y.tab.h. Thebde1998-05-041-3/+4
| | | | lex source is still handled bogusly.
* Be picky about the format of the commandline and cleanupsteve1998-05-031-6/+16
| | | | | | | a warning related to qsort. PR: 6420 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Add the year to the 'wtmp begins...' line.steve1998-05-031-2/+2
| | | | | PR: 6421 Submitted by: phk
* Remove (now) invalid .Xr trsp 8steve1998-05-031-1/+0
| | | | | PR: 6494 Submitted by: Don Morrison <dmorrisn@u.washington.edu>
* Update for bind-8peter1998-05-033-10/+10
|
* Add ELF support.dfr1998-05-012-11/+62
|
* *blush*, typo during last minute editing..peter1998-04-301-2/+2
|
* Change euid while reading the user's .login_cap file in case the homedirpeter1998-04-301-2/+8
| | | | | | | | | is on a NFS partion without root read access. Also, flip euid again for the duration of the chdir() to the homedir for the same reason. PR: 5145 Submitted by: Joel.Faedi@esial.u-nancy.fr Also tested by: A Joseph Koshy <koshy@india.hp.com>
* Use NL_CAT_LOCALE to activate LC_MESSAGESache1998-04-301-3/+3
|
* Add (unsigned char) cast to ctype macrosache1998-04-301-12/+12
|
* Make 'y' command 8bit cleanache1998-04-291-2/+2
| | | | PR: 6458
* Use historically correct error message in some cases, optionally.imp1998-04-281-2/+11
|
* Check that user really typed "who am {I,i}", and that no straydes1998-04-261-1/+5
| | | | | | | | | arguments are given. Note that usage() and the manpage disagree... PR: bin/6294 Suggested by: Ruslan Ermilov and Bruce Evans Submitted by: Ruslan Ermilov (partly)
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusbde1998-04-261-10/+10
| | | | | dependencies of generated .c files on generated headers (these made `make -JN' work provided `depend' was made first). Sorted sources lists.
* When all transformation rules to or from a suffix disappeared, make triesphk1998-04-261-21/+7
| | | | | | | | | | to free the suffix. I think, it is a very strange idea. (Or, maybe, it is a POSIX requirement?) And it is done incorrectly. Apparently, it even don't update the list of known suffixes (but it is an other bug). PR: 4254, 4692, 4783 Reviewed by: phk Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
* fix ncal.1 grammarphk1998-04-261-5/+6
| | | | | | PR: 6394 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersdg1998-04-241-5/+11
| | | | sysctl variable (previously committed).
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrphk1998-04-221-12/+14
| | | | | | | | by dereferencing pointer to smaller structure PR: 5256 Reviewed by: phk Submitted by: Gregory D. Moncreaff <moncrg@bt340707.res.ray.com>
* Add a forgotten 'static'.eivind1998-04-211-2/+2
|
* Make brandelf test for known brands, and introduce a '-f' option toeivind1998-04-212-8/+40
| | | | | | bypass the testing. Partially submitted by: Brian Feldman <green@feldman.dyn.ml.org>
* Define '\t' as a printable character, so it can be displayed on thejoerg1998-04-201-1/+1
| | | | | screen. isprint(3) doesn't do this, but isprt() apparently expected this to be the case.
* Correctly operate on hardlink when source and destination are not on the samecharnier1998-04-203-27/+62
| | | | | device. PR: bin/3158 (part 2)
* Like most Unices FreeBSD should have a larger tty field at leastphk1998-04-191-3/+4
| | | | | | | | | | | as large as UT_LINESIZE (/usr/include/utmp.h). If the tty name is logged with this size why isn't the w command reporting it? (We should probably report the tty/cua prefix then as well ? /phk) PR: 4187 Reviewed by: phk Submitted by: Jorge M. Goncalves <ee96199@tom.fe.up.pt>
* The current version of netstat does not print the interfacephk1998-04-191-53/+72
| | | | | | | | name for AF_LINK routing entries. This makes debugging network problems more difficult. PR: 4182 Reviewed by: phk Submitted by: Craig Leres <leres@ee.lbl.gov>
* Ctags write to buffer beyond the end of it when the source filephk1998-04-191-1/+1
| | | | | | | | doesn't end with '\n'. It brings segmentation fault. PR: 4812 Reviewed by: phk Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
* mt should report the compression status.phk1998-04-191-3/+3
| | | | | | PR: 5276 Reviewed by: phk Submitted by: Matt Dillon <dillon@best.net>
* PR: 4866danny1998-04-141-11/+9
| | | | | Submitted by: fenner Make man page reflect reality.
* Add mktemp directorypeter1998-04-141-2/+2
|
* Bring in an old faithful tool I've been using for just over 4 years nowpeter1998-04-143-0/+330
| | | | | | | | | (originally on a different OS without mkstemp()), albeit somewhat bashed and hacked into something that doesn't look too much like the original any more. It should be upwardly compatable with OpenBSD's mktemp(1) but does a couple of extra things. I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
* Better SYNOPSISphk1998-04-141-2/+3
| | | | | | PR: 6294 Reviewed by: bde, phk Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* add strings(1) to what(1) "SEE ALSO"phk1998-04-141-2/+3
| | | | | | PR: 6289 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Document the use of sendmail options on the commandline.steve1998-04-141-2/+3
| | | | | PR: 4778 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Don't let secs variable wrap if <= 2.steve1998-04-141-2/+3
| | | | | PR: 6290 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
OpenPOWER on IntegriCloud