aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-3/+3
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>Daniel O'Callaghan1998-05-282-18/+47
* Correctly display the interrupt counts.John Hay1998-05-271-1/+6
* Convert to more canonical format.. It seems that both Soren and I werePeter Wemm1998-05-271-8/+8
* Compile & use objformat as it was intended to, I have no idea whySøren Schmidt1998-05-272-18/+11
* ELF preparation step 2:Søren Schmidt1998-05-262-11/+11
* Get owner/group/modes rightSøren Schmidt1998-05-261-9/+11
* Oops, remember CFLAGS...Søren Schmidt1998-05-261-8/+6
* PR: 1904Daniel O'Callaghan1998-05-261-1/+6
* "EOF of file..." is written to stderr and not stdout.Steve Price1998-05-261-2/+2
* ELF preparation step 1:Søren Schmidt1998-05-257-4/+10
* Only compile on install.Søren Schmidt1998-05-251-0/+3
* Make objformat DTRT when in the make world environment.Søren Schmidt1998-05-252-4/+14
* Back out Steve's fix, as this was already fixed by me in revision 1.6Dag-Erling Smørgrav1998-05-251-4/+0
* Only allow 'who' and 'who am i' as valid usages.Steve Price1998-05-251-1/+5
* Allow spaces in the filename to be decoded to.Steve Price1998-05-251-2/+2
* Allow a user in group 0 to su(1) to root if their primarySteve Price1998-05-252-9/+21
* Add a graceful jumping off point with a new .error directive.Steve Price1998-05-252-21/+60
* Sort SEE ALSO section alphabetically.Joseph Koshy1998-05-221-3/+3
* Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZEJoseph Koshy1998-05-211-4/+13
* Support integer constant unsigned-suffix and long-long-suffix.Robert Nordier1998-05-191-3/+21
* Make "netstat -s" display stats on fast-forwarded packets.Pierre Beyssac1998-05-191-2/+5
* Use the correct name of the login.conf(5) capability (`passwordperiod' ->Joseph Koshy1998-05-191-4/+4
* Include correct header to get definition of struct sockaddr_un.Mark Murray1998-05-161-1/+2
* Fix rev. 1.7: get offsetof from the correct header file.Garrett Wollman1998-05-161-2/+2
* Fix broken sun_len usage: it is not sun_path length but biggerAndrey A. Chernov1998-05-161-2/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-155-199/+265
* More programs are now broken on alpha due to the libbind changesJohn Birrell1998-05-151-12/+13
* Change variable from long to time_t where they are passed by referenceJohn Birrell1998-05-151-2/+3
* Add cross references for find(1), locate(1), whereis(1) and which(1).Joseph Koshy1998-05-154-4/+13
* Change the name of a variable from _start to s_start. On alpha thereJohn Birrell1998-05-153-8/+8
* Allow `w' to treat a corrupted "utmp" as a non fatal error.Joseph Koshy1998-05-141-4/+7
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-132-3/+3
* Fix broken (at least on alpha, but probably on i386 too) code whichJohn Birrell1998-05-131-4/+4
* Some commands are shell builtins. Execute the builtins by the shellWolfram Schneider1998-05-121-1/+50
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-11/+9
* Fix my last change: the .Fx macro doesn't do anything useful without anGarrett Wollman1998-05-091-2/+2
* Documentation fix: delete references to T/TCP as they are not relevantGarrett Wollman1998-05-092-12/+36
* Arrggghhhh... forgot to strip the / after outputting %2fDag-Erling Smørgrav1998-05-091-3/+6
* Map a leading / in -c argument to %2f instead of dropping it silently.Dag-Erling Smørgrav1998-05-091-9/+4
* Describe absolute paths in FTP URL's. This patch has been sittingBill Fenner1998-05-091-3/+16
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionMasafumi Max NAKANE1998-05-081-3/+3
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-053-6/+6
* Put y.tab.h back in SRCS. This used to be the best way to getBruce Evans1998-05-051-1/+2
* Add usage() and rcsid. Remove unused #include. -Wall.Philippe Charnier1998-05-052-19/+27
* Permit double digit year values to be used in the next millenium.Alexander Langer1998-05-051-1/+17
* Make compatible with standard what command:Robert Nordier1998-05-042-27/+54
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-044-18/+8
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-3/+3
* Simplified by using new yacc rules. The new lex rules can't be usedBruce Evans1998-05-041-13/+3