aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Revive '-opt' flags which I accidentally removed.Giorgos Keramidas2008-01-271-1/+1
* Document the no-op -r option of BSD xargs(1).Giorgos Keramidas2008-01-261-2/+30
* Flag a hack.Ruslan Ermilov2008-01-241-1/+2
* Style.Ruslan Ermilov2008-01-241-2/+2
* Make -l always have the SUSv2 meaning of "check links."Tim Kientzle2008-01-222-30/+11
* Understand newly introduced "ASCII" encodingAndrey A. Chernov2008-01-222-0/+3
* Note what options are only for DDS drives.Tom Rhodes2008-01-211-4/+4
* When printing process file descriptor lists, show a type of 'h' forRobert Watson2008-01-201-0/+4
* Fix some boolean logic errors. && vs & and other sillyness. *blush*Peter Wemm2008-01-181-3/+3
* Add a -P flag to display per-cpu cpu usage stats.Peter Wemm2008-01-181-5/+95
* ANSIfy and remove register.Xin LI2008-01-1618-169/+99
* Fix some bugs in wall(1):David Schultz2008-01-151-6/+13
* Update for the 'file' 4.23 import.David E. O'Brien2008-01-131-4/+23
* - Handle the case where interface from "middle" is missing byXin LI2008-01-121-4/+4
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.Andrew Thompson2008-01-101-0/+1
* quiet compiler complaint about unused parametersSam Leffler2008-01-101-2/+2
* Improve -u (limit uid lookups) behavior.David E. O'Brien2008-01-091-2/+8
* Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In itsDag-Erling Smørgrav2008-01-083-0/+920
* Only use sockoptname() to parse socket option names for SOL_SOCKETJohn Baldwin2008-01-071-4/+6
* Make a few messages more consistant with the others.David E. O'Brien2008-01-041-2/+2
* more style(9)David E. O'Brien2008-01-041-69/+70
* The break() system call takes a pointer argument, not an integer. ThisJason Evans2008-01-031-1/+1
* style(9)David E. O'Brien2008-01-0218-255/+250
* Remove the old bsdtar test scripts; something muchTim Kientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:Tim Kientzle2008-01-023-4/+18
* Fill in the approximate date when tar(1) first appeared.Tim Kientzle2008-01-021-1/+1
* Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms.Tim Kientzle2008-01-021-1/+2
* Use archive_entry_strmode() instead of a local bsdtar_strmode().Tim Kientzle2008-01-023-53/+3
* Include Guido's copyright for the fnmatch() code I cribbed from.Tim Kientzle2008-01-021-1/+36
* Add my birthday to the calendar.Weongyo Jeong2008-01-011-0/+1
* follow style(9) more closely and list sys/types.h first after sys/defs.h.Warner Losh2008-01-012-2/+2
* style(9)Greg Lehey2007-12-301-1/+1
* If we can't open a calendar file, don't guess why. Check the errorGreg Lehey2007-12-301-1/+2
* Some systems need the types defined in sys/types.h, but lack theWarner Losh2007-12-292-0/+2
* List all environment variables supported by libfetch, along with a referenceDag-Erling Smørgrav2007-12-281-9/+19
* Add the ability to clean up all shared memory segments which areEdwin Groothuis2007-12-257-214/+468
* usbhidctl appears to not report features and write size correctlyWarner Losh2007-12-211-4/+4
* Fix disorder introduced in previous commit.Ruslan Ermilov2007-12-201-1/+1
* Pull ministat into the installed system and write it a man-page.Poul-Henning Kamp2007-12-203-1/+131
* Fix printing of the number of syncache entries added.Ruslan Ermilov2007-12-181-2/+2
* Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingEdwin Groothuis2007-12-182-375/+461
* o Fix a holiday to reflect a reality.Maxim Konovalov2007-12-171-1/+1
* Give a better description when a install of multiple files failsEdwin Groothuis2007-12-141-1/+6
* Add the -H, -h and -P flags to vmstat. -P causes per-cpu output ofPeter Wemm2007-12-133-20/+207
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-104-20/+29
* Use a clever definition of __FBSDID to allow building on !FreeBSD systems.Warner Losh2007-12-091-2/+5
* Add several missing comma's in the fancy syscall parsing case beforeJohn Baldwin2007-12-061-0/+12
* Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson2007-12-032-21/+71
* Connect procstat(1) to the build.Robert Watson2007-12-021-0/+1
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-0212-0/+1459