summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix casting.des2011-10-082-74/+75
* Whitespace.des2011-10-081-90/+90
* C has had swicth statements for 40 years or so. It's about time wedes2011-10-081-93/+143
* Sort and line up.des2011-10-081-38/+37
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-084-72/+37
* Remove extraneous WARNS=7.ed2011-10-081-2/+0
* Add myself.jceel2011-10-071-0/+1
* Fix build on i386 and arm.delphij2011-10-061-1/+1
* Update BSD grep to the latest development version. It has some codegabor2011-10-0516-521/+2527
* latin1 -> utf8des2011-10-041-1/+1
* Handle the situation where fixups_close() has been called but more fixupsadrian2011-10-041-1/+1
* Update the comment to reflect what is actually going on.adrian2011-10-041-1/+1
* Correct column with for device numbers made in previous change.ed2011-10-011-1/+1
* Fix a few grammar and mdoc nits in script.1gjb2011-09-291-14/+19
* - I am not the oldest committer alive (yet)eadler2011-09-281-1/+1
* - fix whitespace issue in calendareadler2011-09-281-1/+1
* Get rid of major/minor number distinction.ed2011-09-284-9/+8
* - add myself to calendareadler2011-09-281-0/+1
* Sync RCS id with NetBSD, this was intentionally omitted from the advisorydelphij2011-09-281-1/+1
* Include limits.h instead of sys/limits.h to improve portability.crees2011-09-281-2/+1
* MFprojects/hid:mav2011-09-284-142/+383
* Fix handling of corrupt compress(1)ed data. [11:04]bz2011-09-282-18/+36
* Document the fact that passive mode is now the default.des2011-09-272-8/+10
* When script(1) reads EOF from input it starts spinning on zero-bytetrociny2011-09-272-12/+29
* Use fseeko() instead of fseek(). The rest of the code is off_t-aware,des2011-09-271-2/+2
* Followup to r225599: the fseek() was a no-op since the file was openeddes2011-09-271-8/+8
* When resuming an HTTP download, we failed to verify that the rangedes2011-09-151-0/+14
* It seems when I added code for affine unit changes to units, Idwmalone2011-09-151-3/+5
* Fix typos in error messages.brueffer2011-09-131-3/+3
* Fix csup to allow case insensitive server names in the auth file,brueffer2011-09-131-1/+1
* Fix nfsstat(1) so that it prints out correct stats for thermacklem2011-08-231-23/+23
* Fix nfsstat(1) so that it prints out correct stats for thermacklem2011-08-231-18/+18
* - Fix exclusion of directories from a recursive searchgabor2011-08-171-14/+5
OpenPOWER on IntegriCloud