aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* TypoKris Kennaway1999-11-151-1/+1
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-143-4/+8
* Add reference to the share/examples/nwclient directory.Boris Popov1999-11-142-10/+5
* Make fstat work with file arguments again after being broken by dev_tBrian Feldman1999-11-131-1/+28
* Fix the case where there's no path and doscmd defaults it to C:\Marcel Moolenaar1999-11-121-1/+1
* ioctlname() is actually passed a register_t.Doug Rabson1999-11-101-1/+1
* Fix cosmetic bug in time display. Current day logins are now displayedDavid Nugent1999-11-101-4/+9
* Fix a boatload of warnings in the generated code on the alpha.Doug Rabson1999-11-091-1/+1
* Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch ofDoug Rabson1999-11-091-9/+10
* Change default to whois.crsnic.net - new Central Shared Registry for domainsAndrey A. Chernov1999-11-092-5/+20
* Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested.John Hay1999-11-082-2/+3
* Document startup behaviour of mail(1).Joseph Koshy1999-11-081-0/+18
* add argumentsPhilippe Charnier1999-11-021-9/+13
* Document that hosts for which no status report has been received forNik Clayton1999-11-011-1/+2
* Fix breakage for NOSHARED case.Boris Popov1999-11-011-4/+3
* Fix NOSHARED case.Boris Popov1999-10-311-5/+3
* Add ncplogin/logout programs which allow manage connectionsBoris Popov1999-10-315-0/+425
* mdoc(7)'fyAlexey Zelkin1999-10-303-26/+31
* uncomment FILES section (it look reasonable here)Alexey Zelkin1999-10-301-13/+23
* .Ox is ``clever'' now.Alexey Zelkin1999-10-301-2/+1
* Update PicoBSD so it does not need to patch the passwd Makefile.Roger Hardiman1999-10-301-0/+25
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* toupper -> tolower to match changed behaviour of new grep case foldAndrey A. Chernov1999-10-292-4/+4
* Make "YYPARSE_PARAM" and "YYPARSE_PARAM_TYPE" C++/ANSI-C clean.David E. O'Brien1999-10-281-4/+15
* Add more verbage explaining the "-I" option and its behavior.David E. O'Brien1999-10-271-0/+9
* Allow a user specified parameter to 'yyparse()', in a manner similar toDavid E. O'Brien1999-10-271-8/+11
* Emit YYERRCODE into y.tab.h to help `lex' report scanning errors back toDavid E. O'Brien1999-10-271-3/+9
* After a proper import we now have both the original RCS tags + our own.David E. O'Brien1999-10-2719-3/+22
* Add $FreeBSD$'sDavid E. O'Brien1999-10-272-0/+4
* Add -c, -s, and -W options to nfsstat. Improve interval output and addMatthew Dillon1999-10-252-192/+276
* Cosmetique: use standard prototypes schemeAndrey A. Chernov1999-10-241-13/+16
* Cosmetique: use standard prototypes schemeAndrey A. Chernov1999-10-241-13/+16
* toupper->tolower to match what strcasecmp doesAndrey A. Chernov1999-10-242-4/+4
* Use strcoll to provide the same results as sort and commAndrey A. Chernov1999-10-241-3/+17
* Localize itAndrey A. Chernov1999-10-241-2/+19
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-0/+1
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-233-3/+2
* Add the -F option. This is for forcing restarts with -r by inhibitingBrian Feldman1999-10-234-7/+22
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-216-4/+230
* Cleanup towards -WallJulian Elischer1999-10-215-18/+17
* fix a serious bug where, on alpha, due to a an int/long type mismatch,Andrew Gallatin1999-10-201-1/+1
* Add ncplist program. That makes minimal set of ncpBoris Popov1999-10-204-0/+547
* For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"Andrey A. Chernov1999-10-183-9/+9
* Moved to shareAndrey A. Chernov1999-10-1824-4757/+0
* moved to shareAndrey A. Chernov1999-10-181-7/+0
* Allow suppress printing of lines with zero countsBoris Popov1999-10-181-2/+4
* Move data to shareAndrey A. Chernov1999-10-1714-1433/+0
* sync with earlier change removing broken locale.Jordan K. Hubbard1999-10-161-1/+0
* Remove one of the locales which is currently breaking the build.Jordan K. Hubbard1999-10-141-1/+0
* Allow in/out to work in DOS programs.Warner Losh1999-10-135-3/+94