summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* kdump: Also decode fcntl commands containing underscores and digits.jilles2012-11-021-1/+1
* - Portability changes for ARMgabor2012-11-019-70/+74
* Catch up with r238925. ktr_entries may not be a power of 2.np2012-10-301-2/+2
* Add pcpu to the the rctl(8) manual page.trasz2012-10-261-1/+2
* Add "-f" to also output filemon(4) information.obrien2012-10-262-11/+56
* Prefer an example users born after myself might use.eadler2012-10-261-1/+1
* Merge bmake-20121010sjg2012-10-251-8/+12
* Show the number of times we block waiting for mbufs.alfred2012-10-251-4/+18
* Don't include both <sys/param.h> & <sys/types.h>.obrien2012-10-231-6/+1
* Somehow this got replicated too many timeseadler2012-10-221-18/+0
* Add a clean-room reimplementation of a script originallyeadler2012-10-224-0/+210
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-10/+10
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-223-3/+7
* Remove unused variable. Newer versions of gcc care.eadler2012-10-221-2/+0
* Fix conditional expression: previously a bitvector would be operatedeadler2012-10-221-1/+1
* Mark bsdar_errc as __dead2 to help code analysis tools.eadler2012-10-221-1/+1
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-228-0/+274
* Fix build.andreast2012-10-211-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-206-4/+15
* Apply local patches to mandoc and connect it to the build.uqs2012-10-201-0/+1
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.uqs2012-10-191-0/+22
* Fix a bootstrapping problem where the first bmake (built by FreeBSD'smarcel2012-10-191-4/+3
* More -Wmissing-variable-declarations fixes.ed2012-10-1926-341/+347
* Add missing const keywords.ed2012-10-191-3/+3
* Correct the order of the MFU and MRU labels. I had reversed them.jhb2012-10-191-1/+1
* Remove WARNS=6 lines.ed2012-10-181-2/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-186-7/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-8/+0
* Obey the value of "MK_BMAKE".obrien2012-10-161-1/+1
* - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-131-8/+0
* Use CLOCK_UPTIME to get the uptime.emaste2012-10-121-1/+1
* Remove contractions.joel2012-10-076-6/+6
* make: report :M or :N pattern in debug modeavg2012-10-061-0/+1
* Add bmake to the build and allow it to be installed as make(1) insteadmarcel2012-10-065-0/+646
* Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.cracauer2012-10-051-13/+49
* Implement the Sun/GNU extension of using a defaulteadler2012-10-022-2/+13
* add SG state typeeadler2012-10-021-0/+2
* Add missing va_end.kevlo2012-09-291-1/+3
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-3/+9
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+1
* find: Do not pass fd to save current directory to child processes.jilles2012-09-261-1/+1
* Teach getent(1) to look up a hostname and find IPv6 addresses.kevlo2012-09-261-12/+22
* kdump: Pretty-print signal codes.jilles2012-09-222-5/+57
* yes(1) actually comes from V7.obrien2012-09-171-1/+1
* Make systat(1) accept fractional number of seconds.melifaro2012-09-1710-97/+159
* Remove references to userstat(1) and jailstat(1). Those tools were nevertrasz2012-09-161-4/+2
* - Make truss thread-aware.zont2012-09-1614-721/+804
* - Add myself as a new src committer.peterj2012-09-161-0/+1
* Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switchkib2012-09-161-2/+4
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-4/+10
OpenPOWER on IntegriCloud