| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move locale.h include to the beginning header section as pointed out by | delphij | 2010-12-13 | 1 | -3/+2 |
* | FreeBSD committer Dan Moschuk has passed away. Here is his death notice: | imp | 2010-12-13 | 1 | -1/+1 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 422 | -1688/+38 |
* | Bring in the change from OpenBSD's 1.14: | dougb | 2010-12-09 | 1 | -2/+4 |
* | printf: Remove support for building as a csh builtin. | jilles | 2010-12-08 | 1 | -8/+2 |
* | Add myself to calendar.freebsd and committers-ports.dot | flo | 2010-12-07 | 1 | -0/+1 |
* | Don't write the terminating NUL past end of buffer. | jh | 2010-12-06 | 1 | -1/+1 |
* | Bring in the change from NetBSD 1.28: | dougb | 2010-12-05 | 1 | -3/+3 |
* | Bring in the following changes from NetBSD: | dougb | 2010-12-05 | 1 | -13/+42 |
* | Bring in the change from NetBSD 1.20: | dougb | 2010-12-05 | 1 | -2/+2 |
* | Bring in the changes from NetBSD 1.16 that we did not already have. | dougb | 2010-12-05 | 1 | -2/+2 |
* | Bring in the changes from NetBSD 1.13 that we did not already have, with | dougb | 2010-12-05 | 1 | -4/+9 |
* | Bring in the change from NetBSD 1.12: | dougb | 2010-12-05 | 1 | -0/+7 |
* | Bring in the following changes from NetBSD. See the discussion at: | dougb | 2010-12-05 | 1 | -7/+10 |
* | Fix an "unused variable" error that gets us all the way to WARNS=6 | dougb | 2010-12-05 | 2 | -4/+3 |
* | Bring in the update from NetBSD 1.28: | dougb | 2010-12-05 | 1 | -25/+26 |
* | Bring in the update from NetBSD 1.19, the documentation of readlink -f | dougb | 2010-12-05 | 1 | -4/+17 |
* | Bring in a new feature, adding a -f option to readlink to print the path | dougb | 2010-12-05 | 1 | -3/+29 |
* | Bring in the change from NetBSD 1.22: | dougb | 2010-12-05 | 1 | -3/+3 |
* | Add my own documentation for the change in our r216196, aka NetBSD's 1.18 | dougb | 2010-12-05 | 1 | -0/+4 |
* | Bring in the change from NetBSD 1.18: | dougb | 2010-12-05 | 1 | -3/+13 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 28 | -10045/+0 |
* | Add ability to decompress different format manual pages. | gordon | 2010-12-03 | 1 | -25/+79 |
* | Decode IPC_CREAT and IPC_EXCL for semget(2). | delphij | 2010-12-02 | 1 | -0/+2 |
* | Don't error out while searching for empty directories. | kevlo | 2010-12-02 | 1 | -1/+1 |
* | Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generate | kaiw | 2010-11-28 | 2 | -1/+5 |
* | Fix typo. | brucec | 2010-11-27 | 1 | -1/+1 |
* | Pet make checkdpadd. | uqs | 2010-11-25 | 1 | -0/+1 |
* | Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operation | nwhitehorn | 2010-11-23 | 1 | -4/+4 |
* | Restore the (state) and \n printout when not using -T. | gnn | 2010-11-22 | 1 | -2/+3 |
* | hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used. | brucec | 2010-11-22 | 1 | -2/+2 |
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 2 | -0/+2 |
* | Add the ability for GDB to printout the thread name along with other | attilio | 2010-11-22 | 1 | -0/+11 |
* | Don't generate input() since it's not used. | brucec | 2010-11-22 | 1 | -1/+1 |
* | Various syntactic tweaks to satisfy style(9). No change to execution. | mckay | 2010-11-21 | 1 | -14/+14 |
* | xargs can be fooled by exiting children that it did not start, causing | mckay | 2010-11-21 | 1 | -5/+118 |
* | Remove unused variable | kevlo | 2010-11-20 | 1 | -1/+1 |
* | sh: Add printf builtin. | jilles | 2010-11-19 | 2 | -7/+34 |
* | Fix fd leak | kevlo | 2010-11-19 | 1 | -0/+1 |
* | Close file and directory descriptors | kevlo | 2010-11-19 | 1 | -0/+3 |
* | When netstat was run with -i/-I and -w1 to produce running counters, the idrop | rstone | 2010-11-18 | 1 | -0/+1 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 4 | -18/+39 |
* | Memory stats are reported in bytes, not pages. | brucec | 2010-11-13 | 1 | -10/+10 |
* | Set FD_CLOEXEC for the output file only when the file has been specified | jh | 2010-11-13 | 1 | -6/+7 |
* | Add my birthday to the calendar so everyone can send me presents. | zack | 2010-11-10 | 1 | -0/+1 |
* | Unbreak the test target by re-generating the initial scanner | uqs | 2010-11-09 | 2 | -183/+207 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -3/+3 |
* | Fix the build on 64-bit hosts. WARNS=6 fails on them. | obrien | 2010-11-09 | 1 | -2/+2 |
* | Back out r214961 for skeleton.c -- it broke the groff build. | obrien | 2010-11-08 | 1 | -4/+4 |
* | Add/expand country/state. | ru | 2010-11-08 | 1 | -7/+7 |