summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Fix installation when WITH_BSD_GREP is set to yesgabor2011-10-231-0/+2
* Typo from previous commit. Urgh.kientzle2011-10-221-1/+1
* Bring in the --gid --gname --uid and --uname implementationkientzle2011-10-225-8/+68
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-224-16/+27
* It turns out that truss also used kdump's mkioctls script, and expecteddes2011-10-214-20/+38
* Fix copy-pasto in CAPFAIL_INCREASE case.des2011-10-181-2/+2
* Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking thedes2011-10-182-40/+73
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-4/+30
* Sort header file names.ed2011-10-171-1/+1
* Add missing #include.ed2011-10-161-0/+1
* Don't cast SIZE_T_MAX to off_t.ed2011-10-161-1/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE.marcel2011-10-161-6/+7
* Fix ncplist to build with WARNS=6.ed2011-10-162-7/+7
* Undo r226423.ed2011-10-161-0/+2
* Build rwho(1) with WARNS=6.ed2011-10-162-4/+3
* Use integer to store the result of getch().ed2011-10-161-2/+2
* Remove WARNS line. This tool builds with WARNS=6 properly.ed2011-10-161-2/+0
* Fix build of m4 with WARNS=6.ed2011-10-163-12/+11
* Remove unneeded WARNS=3 lines.ed2011-10-162-4/+0
* Build at(1) with NO_WFORMAT instead of WARNS=1.ed2011-10-161-1/+1
* Make some internal fixes to ruptime(1):ed2011-10-162-45/+40
* According to the NetBSD foundation [1]:delphij2011-10-161-7/+0
* Partially revert r226274, the old code was right.delphij2011-10-161-1/+1
* In r225809 the intention was to send VEOF only once if STDIN was not atrociny2011-10-151-3/+6
* Fix whitespace inconsistencies in systat(1).ed2011-10-1512-131/+131
* Put parentheses in the right place.ed2011-10-141-2/+2
* Make nl(1) build with WARNS=6.ed2011-10-142-14/+8
* Build last(1) and leave(1) with WARNS=6.ed2011-10-142-2/+2
* Build tr(1) with WARNS=6.ed2011-10-143-14/+7
* Build look(1) with WARNS=6.ed2011-10-142-3/+1
* Build finger(1) with WARNS=6.ed2011-10-142-3/+1
* Add myself to committers-ports.dot and calendar.freebsd.rakuco2011-10-131-0/+1
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}des2011-10-132-5/+7
* Make kdump compile cleanly at WARNS level 6, with one exception: thedes2011-10-123-28/+44
* Add myselfgleb2011-10-121-0/+1
* Add symlink from clang to clang-cpp, so you can use CPP=clang-cpp indim2011-10-121-2/+4
* Add manpage symlink for clang++(1).dim2011-10-121-0/+1
* - Fix an off-by-one bug in addgroup().delphij2011-10-121-2/+2
* - Fix counting of match limit (-m)gabor2011-10-121-1/+1
* - Use getprogname() instead of __prognamegabor2011-10-114-22/+43
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-114-11/+53
* The previous commit did not fix the issue since it did not prevent signdes2011-10-111-8/+8
* Cast to unsigned for %#jx.des2011-10-111-1/+1
* Incorporate recent changes from NetBSD. Most notable change is the additiondelphij2011-10-104-33/+233
* Address some of bde@'s concerns with the new code.des2011-10-081-72/+71
* Teach kdump(1) to decode capability bitmasks.des2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontdes2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-082-31/+21
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-082-155/+155
OpenPOWER on IntegriCloud