aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Teach vmstat -m and vmstat -z to use libmemstat(3). CertainRobert Watson2005-07-252-23/+96
* Disable thread support in BIND. It appears to reduce performance ratherDag-Erling Smørgrav2005-07-254-8/+8
* Since libmemstat(3) now supports its own error management mechanism,Robert Watson2005-07-241-1/+2
* In 2003, a -s flag was added to ministat to separate thePoul-Henning Kamp2005-07-212-5/+8
* Fix the "..." special command. If this command is found all furtherHartmut Brandt2005-07-191-1/+1
* Fix minor memory leak when expanding ${variable}sGarance A Drosehn2005-07-181-1/+5
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,Robert Watson2005-07-182-36/+197
* remove myself as maintainerWolfram Schneider2005-07-171-2/+0
* Note the events of 0707, lest we forget.Ceri Davies2005-07-151-0/+1
* Fix loder(1) to work with libraries. This can be useful toRuslan Ermilov2005-07-151-5/+14
* Add myself to FreeBSD calendarRenato Botelho2005-07-151-0/+1
* Print newly exported pfsync statistics with netstat(8).Max Laier2005-07-143-0/+51
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-145-7/+7
* Fix two minor parsing bugs in -S processing:Garance A Drosehn2005-07-131-14/+23
* add myself as a new committerJung-uk Kim2005-07-071-0/+1
* Our bsd.*.mk only supports 6 WARNS levels and we should not use higher valuesJohan Karlsson2005-06-301-1/+1
* Fixed troff warnings.Ruslan Ermilov2005-06-271-1/+1
* Tidy up the markup.Ruslan Ermilov2005-06-221-33/+48
* Fix a bug where the value of ${SOMEVAR} would simply disappear if thereGarance A Drosehn2005-06-211-23/+48
* Put in a more descriptive heading for the `env' command.Garance A Drosehn2005-06-211-1/+1
* Undo r1.14 to env.c. While it is unusual for environment variables toGarance A Drosehn2005-06-212-7/+2
* Add the '-S' and '-P' options. The '-S' option can be used to splitGarance A Drosehn2005-06-205-32/+829
* If the `utility' specified starts with a '/' character, then execute itGarance A Drosehn2005-06-201-1/+2
* Move the code that clears the environment when `-i' is specified, so it thatGarance A Drosehn2005-06-201-5/+9
* Add a '-v' option to `env', to make it easier to discover exactly what stepsGarance A Drosehn2005-06-201-4/+25
* Decode chroot(2) args.Alfred Perlstein2005-06-141-0/+2
* Markup and wording fixes.Ruslan Ermilov2005-06-149-18/+25
* Don't free(sock) before it's even allocated.Dag-Erling Smørgrav2005-06-101-1/+0
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-102-22/+6
* Append a newline character to the usage string.Christian S.J. Peron2005-06-051-1/+1
* Use the ki_udata field that was recently-added to kinfo_proc, instead ofGarance A Drosehn2005-06-041-1/+1
* Back out revision 1.19 and 1.20 until I find mental clarity to deal withEivind Eklund2005-06-011-1/+7
* Add myself as a new committer.Brad Davis2005-06-011-0/+1
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesMaxim Konovalov2005-06-011-2/+7
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-312-25/+3
* Move #ident into #if 0.Stefan Farfeleder2005-05-319-18/+9
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-3/+5
* Move variable initialization to reduce compiler warning.Philippe Charnier2005-05-291-2/+2
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-292-0/+2
* Move FreeBSD Id outside of copyright. Initialize variable.Philippe Charnier2005-05-291-2/+4
* Modify vmstat(8)'s domem() routine, which is responsible for extractingRobert Watson2005-05-291-7/+38
* dd a '-n' option to ministat, which causes it to display only summaryRobert Watson2005-05-271-9/+17
* Remove an errno reset that became unnecessary.Eivind Eklund2005-05-261-1/+0
* decode utimes, lutimes, futimes, chflags, lchflags.Alfred Perlstein2005-05-261-0/+10
* Document a couple of gotchas.Eivind Eklund2005-05-261-1/+7
* We are past 4.4BSD - use our new-found stat flags for pipes and fifos.Eivind Eklund2005-05-261-6/+1
* decode mkdir args.Alfred Perlstein2005-05-261-0/+2
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-262-0/+2
* Add myself to the calendar.Andrew Thompson2005-05-261-0/+1
* Under certain conditions the condition parser would go one past end ofHartmut Brandt2005-05-251-1/+1