summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* dtc: fix bootstrapping from 8.2-STABLEuqs2013-02-191-0/+4
* WARNS=6 compliancecharnier2013-02-191-1/+3
* WARNS=6 compliancecharnier2013-02-196-11/+10
* Remove old-style function definitioncharnier2013-02-191-1/+1
* Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is amarkj2013-02-171-1/+1
* Since clang 3.2 now has an option to suppress warnings about implicitlydim2013-02-161-5/+0
* Fix undefined behaviour in usr.bin/mail/util.c.dim2013-02-151-2/+2
* Fix date.joel2013-02-141-1/+1
* - Fix libmd dependency. It is needed in the bootstrap library list becausehrs2013-02-141-2/+4
* rework old-style functions prototypescharnier2013-02-1410-165/+115
* - Make actually printing path of AF_LOCAL socket types.zont2013-02-121-3/+1
* - Use correct size of copying different socket structures.zont2013-02-121-5/+5
* o Bring in sync decoding the first nfssvc(2) parameter (flags) withpluknet2013-02-121-1/+1
* Allow us to build clang for ARM EABI. Clang and llvm use theandrew2013-02-1220-5/+45
* Capability rights for process management via process descriptors do existpjd2013-02-111-3/+2
* Add CAP_MKNOD right.pjd2013-02-101-0/+1
* find: Run when cwd cannot be opened, except with -execdir or -delete.jilles2013-02-102-2/+16
* find: In -execdir ... {} +, only pass one file per invocation.jilles2013-02-101-1/+7
* Add dtc to the build.kientzle2013-02-091-0/+1
* Reference something which exists instead of the non-existent runsockseadler2013-02-091-5/+5
* Fix some NLS catalogs broken after r245888.antoine2013-02-091-1/+1
* patch: Follow original versioning convention.pfg2013-02-081-1/+1
* 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
OpenPOWER on IntegriCloud