| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Make warnings in the printf builtin non-fatal, like in the program. | Jilles Tjoelker | 2010-12-20 | 1 | -17/+13 |
* | Add __unused | Philippe Charnier | 2010-12-20 | 1 | -1/+1 |
* | Add __unused. Ansi prototypes. | Philippe Charnier | 2010-12-19 | 20 | -470/+204 |
* | Add __unused. Ansi prototypes. | Philippe Charnier | 2010-12-19 | 1 | -33/+18 |
* | - Signal that data should not be modified. | Ulf Lilleengen | 2010-12-18 | 2 | -2/+4 |
* | Bring in the relevant changes from NetBSD's 1.31: | Doug Barton | 2010-12-18 | 1 | -3/+3 |
* | Revert r216423 per request from Jilles. | Xin LI | 2010-12-14 | 1 | -10/+10 |
* | When printf is being used as a sh(1) builtin, it can not call | Xin LI | 2010-12-14 | 1 | -3/+1 |
* | Move sysctl invocation to using a variable that's fully pathed. | Gordon Tetlow | 2010-12-14 | 1 | -2/+3 |
* | We work on ctype's and not only on numbers so set LC_ALL instead of | Xin LI | 2010-12-14 | 1 | -1/+1 |
* | IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults says | Xin LI | 2010-12-14 | 1 | -10/+10 |
* | Make use of EX_USAGE for usage(). | Xin LI | 2010-12-14 | 1 | -2/+4 |
* | The only caller of mknum() provides a char instead of an int, so make it | Xin LI | 2010-12-13 | 1 | -2/+2 |
* | Move locale.h include to the beginning header section as pointed out by | Xin LI | 2010-12-13 | 1 | -3/+2 |
* | FreeBSD committer Dan Moschuk has passed away. Here is his death notice: | Warner Losh | 2010-12-13 | 1 | -1/+1 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 422 | -1688/+38 |
* | Bring in the change from OpenBSD's 1.14: | Doug Barton | 2010-12-09 | 1 | -2/+4 |
* | printf: Remove support for building as a csh builtin. | Jilles Tjoelker | 2010-12-08 | 1 | -8/+2 |
* | Add myself to calendar.freebsd and committers-ports.dot | Florian Smeets | 2010-12-07 | 1 | -0/+1 |
* | Don't write the terminating NUL past end of buffer. | Jaakko Heinonen | 2010-12-06 | 1 | -1/+1 |
* | Bring in the change from NetBSD 1.28: | Doug Barton | 2010-12-05 | 1 | -3/+3 |
* | Bring in the following changes from NetBSD: | Doug Barton | 2010-12-05 | 1 | -13/+42 |
* | Bring in the change from NetBSD 1.20: | Doug Barton | 2010-12-05 | 1 | -2/+2 |
* | Bring in the changes from NetBSD 1.16 that we did not already have. | Doug Barton | 2010-12-05 | 1 | -2/+2 |
* | Bring in the changes from NetBSD 1.13 that we did not already have, with | Doug Barton | 2010-12-05 | 1 | -4/+9 |
* | Bring in the change from NetBSD 1.12: | Doug Barton | 2010-12-05 | 1 | -0/+7 |
* | Bring in the following changes from NetBSD. See the discussion at: | Doug Barton | 2010-12-05 | 1 | -7/+10 |
* | Fix an "unused variable" error that gets us all the way to WARNS=6 | Doug Barton | 2010-12-05 | 2 | -4/+3 |
* | Bring in the update from NetBSD 1.28: | Doug Barton | 2010-12-05 | 1 | -25/+26 |
* | Bring in the update from NetBSD 1.19, the documentation of readlink -f | Doug Barton | 2010-12-05 | 1 | -4/+17 |
* | Bring in a new feature, adding a -f option to readlink to print the path | Doug Barton | 2010-12-05 | 1 | -3/+29 |
* | Bring in the change from NetBSD 1.22: | Doug Barton | 2010-12-05 | 1 | -3/+3 |
* | Add my own documentation for the change in our r216196, aka NetBSD's 1.18 | Doug Barton | 2010-12-05 | 1 | -0/+4 |
* | Bring in the change from NetBSD 1.18: | Doug Barton | 2010-12-05 | 1 | -3/+13 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | Ulrich Spörlein | 2010-12-04 | 28 | -10045/+0 |
* | Add ability to decompress different format manual pages. | Gordon Tetlow | 2010-12-03 | 1 | -25/+79 |
* | Decode IPC_CREAT and IPC_EXCL for semget(2). | Xin LI | 2010-12-02 | 1 | -0/+2 |
* | Don't error out while searching for empty directories. | Kevin Lo | 2010-12-02 | 1 | -1/+1 |
* | Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generate | Kai Wang | 2010-11-28 | 2 | -1/+5 |
* | Fix typo. | Rebecca Cran | 2010-11-27 | 1 | -1/+1 |
* | Pet make checkdpadd. | Ulrich Spörlein | 2010-11-25 | 1 | -0/+1 |
* | Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operation | Nathan Whitehorn | 2010-11-23 | 1 | -4/+4 |
* | Restore the (state) and \n printout when not using -T. | George V. Neville-Neil | 2010-11-22 | 1 | -2/+3 |
* | hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used. | Rebecca Cran | 2010-11-22 | 1 | -2/+2 |
* | Fix some more warnings found by clang. | Rebecca Cran | 2010-11-22 | 2 | -0/+2 |
* | Add the ability for GDB to printout the thread name along with other | Attilio Rao | 2010-11-22 | 1 | -0/+11 |
* | Don't generate input() since it's not used. | Rebecca Cran | 2010-11-22 | 1 | -1/+1 |
* | Various syntactic tweaks to satisfy style(9). No change to execution. | Stephen McKay | 2010-11-21 | 1 | -14/+14 |
* | xargs can be fooled by exiting children that it did not start, causing | Stephen McKay | 2010-11-21 | 1 | -5/+118 |
* | Remove unused variable | Kevin Lo | 2010-11-20 | 1 | -1/+1 |