summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix a few obvious errors in the znew(1) script.yar2008-02-091-4/+3
* WARNS fixes:dwmalone2008-02-094-10/+12
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-4/+26
* Fix truncation of lines at LINE_MAX characters by dynamicallyghelmer2008-02-081-15/+61
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-086-14/+19
* WARNS fixes: remove two unused variables and add some constness.dwmalone2008-02-081-4/+3
* Fix netname() [1] and routename() on big-endian LP64 archs.marius2008-02-072-8/+7
* Add my birthday.antoine2008-02-051-0/+1
* Minor style(9) nit.obrien2008-02-051-1/+1
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solvedes2008-02-052-4/+2
* Normally, when a header file is removed from the build (as i4b headersdes2008-02-032-3/+5
* These are files are shell scripts; give smart editors a chance to figuredes2008-02-032-8/+12
* Christos decided to keep the manpages in mdoc(7) format,ru2008-01-303-1032/+12
* Use calloc() when requesting zero'ed memory allocation rather than rollingdelphij2008-01-291-8/+4
* Revive '-opt' flags which I accidentally removed.keramida2008-01-271-1/+1
* Document the no-op -r option of BSD xargs(1).keramida2008-01-261-2/+30
* Flag a hack.ru2008-01-241-1/+2
* Style.ru2008-01-241-2/+2
* Make -l always have the SUSv2 meaning of "check links."kientzle2008-01-222-30/+11
* Understand newly introduced "ASCII" encodingache2008-01-222-0/+3
* Note what options are only for DDS drives.trhodes2008-01-211-4/+4
* When printing process file descriptor lists, show a type of 'h' forrwatson2008-01-201-0/+4
* Fix some boolean logic errors. && vs & and other sillyness. *blush*peter2008-01-181-3/+3
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-181-5/+95
* ANSIfy and remove register.delphij2008-01-1618-169/+99
* Fix some bugs in wall(1):das2008-01-151-6/+13
* Update for the 'file' 4.23 import.obrien2008-01-131-4/+23
* - Handle the case where interface from "middle" is missing bydelphij2008-01-121-4/+4
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.thompsa2008-01-101-0/+1
* quiet compiler complaint about unused parameterssam2008-01-101-2/+2
* Improve -u (limit uid lookups) behavior.obrien2008-01-091-2/+8
* Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In itsdes2008-01-083-0/+920
* Only use sockoptname() to parse socket option names for SOL_SOCKETjhb2008-01-071-4/+6
* Make a few messages more consistant with the others.obrien2008-01-041-2/+2
* more style(9)obrien2008-01-041-69/+70
* The break() system call takes a pointer argument, not an integer. Thisjasone2008-01-031-1/+1
* style(9)obrien2008-01-0218-256/+251
* Remove the old bsdtar test scripts; something muchkientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:kientzle2008-01-023-4/+18
* Fill in the approximate date when tar(1) first appeared.kientzle2008-01-021-1/+1
* Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms.kientzle2008-01-021-1/+2
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-023-53/+3
* Include Guido's copyright for the fnmatch() code I cribbed from.kientzle2008-01-021-1/+36
* Add my birthday to the calendar.weongyo2008-01-011-0/+1
* follow style(9) more closely and list sys/types.h first after sys/defs.h.imp2008-01-012-2/+2
* style(9)grog2007-12-301-1/+1
* If we can't open a calendar file, don't guess why. Check the errorgrog2007-12-301-1/+2
* Some systems need the types defined in sys/types.h, but lack theimp2007-12-292-0/+2
* List all environment variables supported by libfetch, along with a referencedes2007-12-281-9/+19
* Add the ability to clean up all shared memory segments which areedwin2007-12-257-214/+468
OpenPOWER on IntegriCloud