summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Make actually printing path of AF_LOCAL socket types.Andrey Zonov2013-02-121-3/+1
* - Use correct size of copying different socket structures.Andrey Zonov2013-02-121-5/+5
* o Bring in sync decoding the first nfssvc(2) parameter (flags) withSergey Kandaurov2013-02-121-1/+1
* Allow us to build clang for ARM EABI. Clang and llvm use theAndrew Turner2013-02-1220-5/+45
* Capability rights for process management via process descriptors do existPawel Jakub Dawidek2013-02-111-3/+2
* Add CAP_MKNOD right.Pawel Jakub Dawidek2013-02-101-0/+1
* find: Run when cwd cannot be opened, except with -execdir or -delete.Jilles Tjoelker2013-02-102-2/+16
* find: In -execdir ... {} +, only pass one file per invocation.Jilles Tjoelker2013-02-101-1/+7
* Add dtc to the build.Tim Kientzle2013-02-091-0/+1
* Reference something which exists instead of the non-existent runsocksEitan Adler2013-02-091-5/+5
* Fix some NLS catalogs broken after r245888.Antoine Brodin2013-02-091-1/+1
* patch: Follow original versioning convention.Pedro F. Giffuni2013-02-081-1/+1
* Print a warning if not setuid root.Dag-Erling Smørgrav2013-02-082-3/+13
* Missed adding Makefile.config and unit-tests/Makefile shouldSimon J. Gerraty2013-02-042-0/+23
* Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner2013-02-041-1/+1
* Pull in r170135 from upstream clang trunk:Dimitry Andric2013-02-021-6/+16
* Merge bmake-20130123Simon J. Gerraty2013-02-013-130/+94
|\
* | When in -U mode do avoid setting SUID bits, but do not modify the modeBrooks Davis2013-01-311-3/+2
* | - Refresh code with latest OpenBSD revisions.Xin LI2013-01-2914-87/+71
* | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan2013-01-2915-0/+4946
* | - Show page faults requiring I/O when -s invoked.Andrey Zonov2013-01-281-0/+3
* | - Show page faults requiring I/O on vmstat display.Andrey Zonov2013-01-281-36/+40
* | - Remove forgotten commented out debug codeGabor Kovesdan2013-01-271-15/+0
* | - Simplify and unify diagnostic and error message handlingGabor Kovesdan2013-01-271-12/+8
* | truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC)Mateusz Guzik2013-01-271-7/+4
* | truss: if file requested with -o flag could not be opened print the reasonMateusz Guzik2013-01-271-1/+1
* | Fix style nit in dtc man page: sentences should start on new lines.David Chisnall2013-01-251-58/+86
* | Install the NLS catalog in the C directory rather than en_US.US-ASCIIBrooks Davis2013-01-241-1/+1
* | Explicitly include headers that are implicitly included by libstdc++. FixesDavid Chisnall2013-01-236-4/+24
* | Remove documentation of the old -M option.Brooks Davis2013-01-221-5/+2
* | Remove EOL whitespace.Joel Dahl2013-01-221-11/+11
* | Minor mdoc fixes.Joel Dahl2013-01-221-4/+2
* | Fix the missing sentence that ended in the middle in the man page for dtc (alsoDavid Chisnall2013-01-221-1/+4
* | Fix logic error in explicitly specified dtb versions spotted by gavin.David Chisnall2013-01-221-1/+1
* | Use pluralies() for "entry"/"entries".Gleb Smirnoff2013-01-221-1/+1
* | Import new (BSDL) device tree compiler. Now built by default, so that it can'tDavid Chisnall2013-01-2215-0/+5061
* | Make "install -l s[ar]" act like "ln -sfh" as intended. This fixesBrooks Davis2013-01-221-1/+14
* | When copying the complement of the string loop to WINT_MAX as we are dealingAndrew Turner2013-01-221-1/+2
* | - Avoid unnecessary strdup()Gabor Kovesdan2013-01-201-2/+2
* | Remove EOL whitespace.Joel Dahl2013-01-191-2/+2
* | - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-191-4/+3
* | Set showthread = 0 for w(1).Xin LI2013-01-181-0/+1
* | Introduce six new options from NetBSD:Brooks Davis2013-01-183-53/+733
* | Remove default support for 1aout section manpages. There haven't beenBrooks Davis2013-01-162-2/+2
* | Add myself as a port committer (with eadler@ and bdrewery@ as mentors).David Naylor2013-01-151-0/+1
* | Remove stray tabs.Jeremie Le Hen2013-01-141-2/+2
* | Allow commands without any additional arguments, as stated in theJeremie Le Hen2013-01-141-2/+2
* | procstat: only one mode flag can be specified, but required check for 'i'Mateusz Guzik2013-01-121-2/+2
* | Implement the -N <dbdir> option which allows an alternate passwd andBrooks Davis2013-01-113-30/+61
* | Use calloc() to get zeroed memory.Xin LI2013-01-081-3/+2