| Commit message (Expand) | Author | Age | Files | Lines |
* | When displaying binary information show also osreldate. | trociny | 2012-03-23 | 2 | -3/+17 |
* | - Do not build libcom_err and compile_et when kerberos is disabled. They | stas | 2012-03-23 | 1 | -1/+4 |
* | Garbage collect defunct nlist(3) symbols. | pluknet | 2012-03-22 | 1 | -14/+8 |
* | - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings | stas | 2012-03-22 | 1 | -1/+5 |
* | Add multibyte char support. | glebius | 2012-03-21 | 2 | -53/+35 |
* | Repair function when used with large scales | kevlo | 2012-03-18 | 1 | -2/+3 |
* | xargs: Before exiting, wait for all invocations of the utility. | jilles | 2012-03-16 | 2 | -45/+81 |
* | - Fix an erroneous invocation of the editline. | kevlo | 2012-03-15 | 3 | -22/+33 |
* | After r232745, which makes sure __bswap16(), ntohs() and htons() return | dim | 2012-03-09 | 1 | -3/+0 |
* | Document the [n]eei and [n]bacc options | eadler | 2012-03-03 | 1 | -1/+23 |
* | Replace the three spaces with one tag. | davide | 2012-03-01 | 1 | -1/+1 |
* | Use proper "maxproc" name, not "nproc". | trasz | 2012-03-01 | 1 | -3/+3 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -0/+8 |
* | Use srandom() to init the PRNG, not srand(), since we use random(). | cognet | 2012-02-29 | 1 | -1/+1 |
* | Update the description for -s flag after r232182. | pluknet | 2012-02-29 | 1 | -1/+3 |
* | Document the 'URL' argument. | obrien | 2012-02-28 | 1 | -2/+7 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 2 | -6/+2 |
* | Backout r230934 which didn't work with unix sockets and | pluknet | 2012-02-27 | 1 | -34/+8 |
* | xargs: Remove an unclear comment that only tried to repeat what the code did | jilles | 2012-02-26 | 1 | -4/+0 |
* | xargs: Fix comma splice in error message. | jilles | 2012-02-26 | 1 | -2/+2 |
* | When displaying security credential information show also process umask. | trociny | 2012-02-26 | 1 | -3/+29 |
* | Update libarchive to 3.0.3 | mm | 2012-02-25 | 7 | -147/+33 |
* | Fix style in previous commit. | jhb | 2012-02-24 | 1 | -3/+3 |
* | xargs: If a utility exits with 255 or a signal, write an error message. | jilles | 2012-02-24 | 1 | -4/+7 |
* | Add underscore symbol to the end of definition strings | osa | 2012-02-24 | 3 | -9/+9 |
* | Pretty-print the advice constants passed to posix_fadvise(2). | jhb | 2012-02-23 | 2 | -0/+10 |
* | Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install. | osa | 2012-02-23 | 1 | -1/+2 |
* | o Use ISO 3166 county code for Sweden. | maxim | 2012-02-22 | 1 | -1/+1 |
* | Handle NULL return from crypt(3). Mostly from DragonFly | kevlo | 2012-02-22 | 4 | -7/+20 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -13/+16 |
* | Removed unused code: fixes compiler warning with CC=gcc46 | eadler | 2012-02-16 | 1 | -83/+0 |
* | Don't extract the n_type value from the elf header, since it is never used | eadler | 2012-02-16 | 1 | -2/+0 |
* | Remove unnecessary cast | kevlo | 2012-02-14 | 2 | -5/+5 |
* | Fix write(1) to support wide characters. | glebius | 2012-02-13 | 2 | -28/+17 |
* | Globally replace u_int*_t from (non-contributed) man pages. | ed | 2012-02-12 | 1 | -1/+1 |
* | Include target names in diagnostic output. | fjoe | 2012-02-12 | 1 | -8/+15 |
* | And of course, I forgot to add -a to the usage. | ed | 2012-02-11 | 1 | -1/+1 |
* | Attempt to implement who -a. | ed | 2012-02-11 | 2 | -22/+16 |
* | Reverting last change r231449 (fix bin/164947) due to concerns voiced | cracauer | 2012-02-11 | 1 | -23/+3 |
* | Add myself to calendar. | dmarion | 2012-02-11 | 1 | -0/+1 |
* | Fix bin/164947: tee looses data when writing to non-blocking file descriptors | cracauer | 2012-02-10 | 1 | -3/+23 |
* | Add myself as a new committer | matthew | 2012-02-09 | 1 | -0/+1 |
* | In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), so | dim | 2012-02-06 | 1 | -8/+2 |
* | Amend r231079 by properly shifting up the existing arguments in | dim | 2012-02-06 | 1 | -1/+1 |
* | Let rpcgen(1) support an environment variable RPCGEN_CPP to find the C | dim | 2012-02-06 | 2 | -31/+47 |
* | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, | dim | 2012-02-05 | 36 | -0/+4277 |
* | In usr.bin/rpcgen/rpc_main.c, properly check the return value of | dim | 2012-02-05 | 1 | -3/+5 |
* | Whitespace fixes. | ed | 2012-02-05 | 8 | -13/+1 |
* | Remove useless and potentially dangerous rw() function which tries to | jh | 2012-02-04 | 2 | -67/+8 |
* | Print the owner process for unix domain sockets when restricted to the | pluknet | 2012-02-03 | 1 | -8/+34 |