summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Print a warning if not setuid root.des2013-02-082-3/+13
* Missed adding Makefile.config and unit-tests/Makefile shouldsjg2013-02-042-0/+23
* Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfandrew2013-02-041-1/+1
* Pull in r170135 from upstream clang trunk:dim2013-02-021-6/+16
* Merge bmake-20130123sjg2013-02-013-130/+94
* When in -U mode do avoid setting SUID bits, but do not modify the modebrooks2013-01-311-3/+2
* - Refresh code with latest OpenBSD revisions.delphij2013-01-2914-87/+71
* - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromgabor2013-01-2915-0/+4946
* - Show page faults requiring I/O when -s invoked.zont2013-01-281-0/+3
* - Show page faults requiring I/O on vmstat display.zont2013-01-281-36/+40
* - Remove forgotten commented out debug codegabor2013-01-271-15/+0
* - Simplify and unify diagnostic and error message handlinggabor2013-01-271-12/+8
* truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC)mjg2013-01-271-7/+4
* truss: if file requested with -o flag could not be opened print the reasonmjg2013-01-271-1/+1
* Fix style nit in dtc man page: sentences should start on new lines.theraven2013-01-251-58/+86
* Install the NLS catalog in the C directory rather than en_US.US-ASCIIbrooks2013-01-241-1/+1
* Explicitly include headers that are implicitly included by libstdc++. Fixestheraven2013-01-236-4/+24
* Remove documentation of the old -M option.brooks2013-01-221-5/+2
* Remove EOL whitespace.joel2013-01-221-11/+11
* Minor mdoc fixes.joel2013-01-221-4/+2
* Fix the missing sentence that ended in the middle in the man page for dtc (alsotheraven2013-01-221-1/+4
* Fix logic error in explicitly specified dtb versions spotted by gavin.theraven2013-01-221-1/+1
* Use pluralies() for "entry"/"entries".glebius2013-01-221-1/+1
* Import new (BSDL) device tree compiler. Now built by default, so that it can'ttheraven2013-01-2215-0/+5061
* Make "install -l s[ar]" act like "ln -sfh" as intended. This fixesbrooks2013-01-221-1/+14
* When copying the complement of the string loop to WINT_MAX as we are dealingandrew2013-01-221-1/+2
* - Avoid unnecessary strdup()gabor2013-01-201-2/+2
* Remove EOL whitespace.joel2013-01-191-2/+2
* - Move 'showthreads' check out of fmt.c.jhb2013-01-191-4/+3
* Set showthread = 0 for w(1).delphij2013-01-181-0/+1
* Introduce six new options from NetBSD:brooks2013-01-183-53/+733
* Remove default support for 1aout section manpages. There haven't beenbrooks2013-01-162-2/+2
* Add myself as a port committer (with eadler@ and bdrewery@ as mentors).dbn2013-01-151-0/+1
* Remove stray tabs.jlh2013-01-141-2/+2
* Allow commands without any additional arguments, as stated in thejlh2013-01-141-2/+2
* procstat: only one mode flag can be specified, but required check for 'i'mjg2013-01-121-2/+2
* Implement the -N <dbdir> option which allows an alternate passwd andbrooks2013-01-113-30/+61
* Use calloc() to get zeroed memory.delphij2013-01-081-3/+2
* Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".obrien2013-01-082-5/+19
* Fix a signed/unsigned comparison when wchar_t is unsigned by casting theandrew2013-01-061-1/+1
* Fix a segfault when bsdgrep -i is given an empty pattern string.markj2013-01-051-1/+1
* - Fix handling of the case when multiple patterns are specified in a singlegabor2013-01-051-2/+12
* Follow calloc convention in other code, this is functionally identicaldelphij2013-01-051-1/+1
* Constify arguments. While I'm there, also add a static for usage().delphij2013-01-041-3/+3
* Add missing DPADD.antoine2013-01-011-0/+1
* - Use BN_set_negative() and BN_is_negative() instead of subtracting orkevlo2012-12-303-42/+66
* Upgrade our copy of llvm/clang to 3.2 release.dim2012-12-231-4/+4
* Make struct fstate aligned to the same as an int as its pointer is cast toandrew2012-12-221-1/+1
* - Change the memory heuristics to an actually working onegabor2012-12-201-19/+15
* Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-203-3/+4
OpenPOWER on IntegriCloud