summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Document the [n]eei and [n]bacc optionseadler2012-03-031-1/+23
* Replace the three spaces with one tag.davide2012-03-011-1/+1
* Use proper "maxproc" name, not "nproc".trasz2012-03-011-3/+3
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-0/+8
* Use srandom() to init the PRNG, not srand(), since we use random().cognet2012-02-291-1/+1
* Update the description for -s flag after r232182.pluknet2012-02-291-1/+3
* Document the 'URL' argument.obrien2012-02-281-2/+7
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-282-6/+2
* Backout r230934 which didn't work with unix sockets andpluknet2012-02-271-34/+8
* xargs: Remove an unclear comment that only tried to repeat what the code didjilles2012-02-261-4/+0
* xargs: Fix comma splice in error message.jilles2012-02-261-2/+2
* When displaying security credential information show also process umask.trociny2012-02-261-3/+29
* Update libarchive to 3.0.3mm2012-02-257-147/+33
* Fix style in previous commit.jhb2012-02-241-3/+3
* xargs: If a utility exits with 255 or a signal, write an error message.jilles2012-02-241-4/+7
* Add underscore symbol to the end of definition stringsosa2012-02-243-9/+9
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-232-0/+10
* Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install.osa2012-02-231-1/+2
* o Use ISO 3166 county code for Sweden.maxim2012-02-221-1/+1
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-224-7/+20
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-13/+16
* Removed unused code: fixes compiler warning with CC=gcc46eadler2012-02-161-83/+0
* Don't extract the n_type value from the elf header, since it is never usedeadler2012-02-161-2/+0
* Remove unnecessary castkevlo2012-02-142-5/+5
* Fix write(1) to support wide characters.glebius2012-02-132-28/+17
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-1/+1
* Include target names in diagnostic output.fjoe2012-02-121-8/+15
* And of course, I forgot to add -a to the usage.ed2012-02-111-1/+1
* Attempt to implement who -a.ed2012-02-112-22/+16
* Reverting last change r231449 (fix bin/164947) due to concerns voicedcracauer2012-02-111-23/+3
* Add myself to calendar.dmarion2012-02-111-0/+1
* Fix bin/164947: tee looses data when writing to non-blocking file descriptorscracauer2012-02-101-3/+23
* Add myself as a new committermatthew2012-02-091-0/+1
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), sodim2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments indim2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the Cdim2012-02-062-31/+47
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-0536-0/+4277
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofdim2012-02-051-3/+5
* Whitespace fixes.ed2012-02-058-13/+1
* Remove useless and potentially dangerous rw() function which tries tojh2012-02-042-67/+8
* Print the owner process for unix domain sockets when restricted to thepluknet2012-02-031-8/+34
* Add myself to the relevant docs.davide2012-02-011-0/+1
* Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-6/+7
* Always return 0 if the sysctl failed.trociny2012-01-291-8/+8
* Make tip exit if the device disappears, for instance when unpluggingphk2012-01-282-3/+4
* Fix decoding of escape sequences in format strings:tijl2012-01-281-13/+6
* Don't print a warning when using netstat to printtuexen2012-01-251-1/+2
* Add -P option to allow get and set limits for other processes.trociny2012-01-252-7/+91
* After the recent changes there is no need in rlimit array any more.trociny2012-01-251-6/+5
* Remove extra sentence, a leftover from r202845.stefanf2012-01-251-2/+0
OpenPOWER on IntegriCloud