aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-155-226/+11
* Truss builds on mips, so don't filter it building there anymore.Warner Losh2009-02-151-1/+1
* Add preliminary support for truss on MIPS. It compiles, but has notWarner Losh2009-02-153-0/+354
* Let stat(1) use fdevname(3).Ed Schouten2009-02-111-12/+20
* o Print an octal representation of suid, sgid and sticky bits with -x flag.Maxim Konovalov2009-02-111-1/+1
* Fix multiple -s options.Tim Kientzle2009-02-081-1/+1
* When copying file data to the archive, don't write moreTim Kientzle2009-02-081-1/+1
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.Maksim Yevmenkin2009-02-041-16/+2
* Partially revert r186559.David E. O'Brien2009-02-031-1/+1
* Alow dirname(1) to accept multiple arguments in the same way thatRobert Watson2009-02-022-5/+9
* Remove duplicate OPTFLAGS definition.Max Khon2009-02-021-1/+0
* Sort the options, per style(9).Warner Losh2009-02-021-24/+25
* src/usr.bin/usbhidaction/usbhidaction.cAlfred Perlstein2009-02-022-10/+4
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-2/+0
* David doesn't consider the prior -s behavior a bug. Back out thisWarner Losh2009-01-311-1/+0
* Unbreak make -s. There's about a 10% performance improvement with -sWarner Losh2009-01-301-0/+1
* Make sure the entries don't run into each other when they're longer thanDag-Erling Smørgrav2009-01-301-6/+6
* When "-b" is specified, one could easily create "smaller" filesTom Rhodes2009-01-241-3/+3
* Attaching to the init process returns EINVAL,Tom Rhodes2009-01-231-2/+2
* Remove inlining of functions that are used mostly in different object files.Roman Divacky2009-01-203-4/+4
* The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored becauseDag-Erling Smørgrav2009-01-171-3/+4
* Rename mail(1)'s aux.c to util.c.Ed Schouten2009-01-162-2/+2
* o Respect -ss flags (suppress zero counters) for icmp6 "histogramMaxim Konovalov2009-01-131-1/+2
* Don't enable -Q by default - I've fixed the rescue build issue.David E. O'Brien2009-01-132-3/+3
* If running with "-K" really do not information about symbols from the a.outDavid E. O'Brien2009-01-121-1/+1
* Fix usage() with SYNOPSIS.Ruslan Ermilov2009-01-101-5/+6
* Fix markup and spelling.Ruslan Ermilov2009-01-101-4/+7
* A bit of rewording for clarity, taken from OpenBSD.Tom Rhodes2009-01-101-9/+26
* Fix crash with "netstat -m -N foo".Ruslan Ermilov2009-01-101-1/+1
* Note that r186713 also contained a change to VarAdd where we propagate theDavid E. O'Brien2009-01-061-2/+1
* Merge support for CVSMode (aka. mirror mode) into csup. This means csup can nowUlf Lilleengen2009-01-051-1/+5
|\
| * - Add missing rsyncfile from MakefileUlf Lilleengen2008-11-231-1/+2
| * - Import csup work from p4.Ulf Lilleengen2008-10-191-0/+3
| * - Import the Makefile from HEAD for building csup.Ulf Lilleengen2008-10-191-0/+36
| |\
| * | - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-191476-351849/+0
| |/
* | + Add the -Q be-quiet flag for parallel jobs.David E. O'Brien2009-01-035-24/+29
* | o With -L flag show unix sockets listen queues stats. It is usefulMaxim Konovalov2008-12-312-7/+18
* | Include param.h instead of types.h before mount.h so that the nestedRobert Watson2008-12-291-1/+1
* | Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-299-9/+9
* | 1. Add the ability to tweak the token output before targets in job mode.David E. O'Brien2008-12-296-4/+57
* | Consistently use Var_SetGlobal().David E. O'Brien2008-12-293-4/+4
* | Fix up after last commit:Tom Rhodes2008-12-271-6/+5
* | Clarify the behaviour of conditionals when dealing with comparisons.Luigi Rizzo2008-12-261-12/+23
* | Right align the CPU column header.Rui Paulo2008-12-261-2/+2
* | o Fix grammar.Maxim Konovalov2008-12-261-1/+1
* | Remove reference to unimplemented "-c" option.Tom Rhodes2008-12-251-4/+1
* | Update the description of -k, output files appear toTom Rhodes2008-12-241-7/+2
* | Update bmake glue for changes in 9.4.3Doug Barton2008-12-231-1/+1
* | Add a basic manual page for elf2aout.Tom Rhodes2008-12-232-1/+65
* | Implement a new feature for the "-m" option: if the month number isGarrett Wollman2008-12-222-21/+45