aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Document the [n]eei and [n]bacc optionsEitan Adler2012-03-031-1/+23
* Replace the three spaces with one tag.Davide Italiano2012-03-011-1/+1
* Use proper "maxproc" name, not "nproc".Edward Tomasz Napierala2012-03-011-3/+3
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-0/+8
* Use srandom() to init the PRNG, not srand(), since we use random().Olivier Houchard2012-02-291-1/+1
* Update the description for -s flag after r232182.Sergey Kandaurov2012-02-291-1/+3
* Document the 'URL' argument.David E. O'Brien2012-02-281-2/+7
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-282-6/+2
* Backout r230934 which didn't work with unix sockets andSergey Kandaurov2012-02-271-34/+8
* xargs: Remove an unclear comment that only tried to repeat what the code didJilles Tjoelker2012-02-261-4/+0
* xargs: Fix comma splice in error message.Jilles Tjoelker2012-02-261-2/+2
* When displaying security credential information show also process umask.Mikolaj Golub2012-02-261-3/+29
* Update libarchive to 3.0.3Martin Matuska2012-02-257-147/+33
* Fix style in previous commit.John Baldwin2012-02-241-3/+3
* xargs: If a utility exits with 255 or a signal, write an error message.Jilles Tjoelker2012-02-241-4/+7
* Add underscore symbol to the end of definition stringsSergey A. Osokin2012-02-243-9/+9
* Pretty-print the advice constants passed to posix_fadvise(2).John Baldwin2012-02-232-0/+10
* Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install.Sergey A. Osokin2012-02-231-1/+2
* o Use ISO 3166 county code for Sweden.Maxim Konovalov2012-02-221-1/+1
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-224-7/+20
* IFC @231845Bjoern A. Zeeb2012-02-1760-276/+4427
|\
| * Removed unused code: fixes compiler warning with CC=gcc46Eitan Adler2012-02-161-83/+0
| * Don't extract the n_type value from the elf header, since it is never usedEitan Adler2012-02-161-2/+0
| * Remove unnecessary castKevin Lo2012-02-142-5/+5
| * Fix write(1) to support wide characters.Gleb Smirnoff2012-02-132-28/+17
| * Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
| * Include target names in diagnostic output.Max Khon2012-02-121-8/+15
| * And of course, I forgot to add -a to the usage.Ed Schouten2012-02-111-1/+1
| * Attempt to implement who -a.Ed Schouten2012-02-112-22/+16
| * Reverting last change r231449 (fix bin/164947) due to concerns voicedMartin Cracauer2012-02-111-23/+3
| * Add myself to calendar.Damjan Marion2012-02-111-0/+1
| * Fix bin/164947: tee looses data when writing to non-blocking file descriptorsMartin Cracauer2012-02-101-3/+23
| * Add myself as a new committerMatthew Seaman2012-02-091-0/+1
| * In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), soDimitry Andric2012-02-061-8/+2
| * Amend r231079 by properly shifting up the existing arguments inDimitry Andric2012-02-061-1/+1
| * Let rpcgen(1) support an environment variable RPCGEN_CPP to find the CDimitry Andric2012-02-062-31/+47
| * Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,Dimitry Andric2012-02-0536-0/+4277
| * In usr.bin/rpcgen/rpc_main.c, properly check the return value ofDimitry Andric2012-02-051-3/+5
| * Whitespace fixes.Ed Schouten2012-02-058-13/+1
| * Remove useless and potentially dangerous rw() function which tries toJaakko Heinonen2012-02-042-67/+8
| * Print the owner process for unix domain sockets when restricted to theSergey Kandaurov2012-02-031-8/+34
* | Teach netstat -r (display contents of routing tables) about multi-FIB forBjoern A. Zeeb2012-02-031-13/+16
|/
* Add myself to the relevant docs.Davide Italiano2012-02-011-0/+1
* Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub2012-02-011-6/+7
* Always return 0 if the sysctl failed.Mikolaj Golub2012-01-291-8/+8
* Make tip exit if the device disappears, for instance when unpluggingPoul-Henning Kamp2012-01-282-3/+4
* Fix decoding of escape sequences in format strings:Tijl Coosemans2012-01-281-13/+6
* Don't print a warning when using netstat to printMichael Tuexen2012-01-251-1/+2
* Add -P option to allow get and set limits for other processes.Mikolaj Golub2012-01-252-7/+91
* After the recent changes there is no need in rlimit array any more.Mikolaj Golub2012-01-251-6/+5