| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the private code for reading UFS superblocks, this does not belong | phk | 2002-05-12 | 2 | -110/+36 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | wollman | 2002-05-11 | 2 | -1/+18 |
* | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | alfred | 2002-05-11 | 1 | -2/+1 |
* | backout additional include of cdefs.h, it's not helping any. | alfred | 2002-05-11 | 1 | -1/+0 |
* | include cdefs.h for __printf0like to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | Add semicolon to empty default case to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | The response to my POSIX interpretation request says that `expr' | wollman | 2002-05-10 | 2 | -46/+88 |
* | Remove gCC'isms. | obrien | 2002-05-10 | 1 | -1/+0 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -2/+2 |
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 2 | -45/+10 |
* | Check for possible overflow from sysconf _SC_ARG_MAX and error out in a | jmallett | 2002-05-05 | 1 | -5/+10 |
* | Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3) | jmallett | 2002-05-02 | 1 | -2/+2 |
* | Reorder for style. | markm | 2002-04-28 | 1 | -3/+3 |
* | Provide an environment variabloe, EXPR_COMPAT, which disables option | wollman | 2002-04-22 | 2 | -10/+27 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-21 | 1 | -23/+24 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 3 | -6/+7 |
* | Add a reference to the kenv(2) manpage. | mux | 2002-04-18 | 1 | -0/+1 |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
* | Use the new functionalities provided by the kenv(2) syscall. | mux | 2002-04-17 | 3 | -66/+122 |
* | Use `The .Nm utility' | charnier | 2002-04-16 | 9 | -29/+50 |
* | ls(1) is utility not function | charnier | 2002-04-16 | 1 | -1/+1 |
* | s/CMOS/hardware as talked about on cvs-committers. | trhodes | 2002-04-16 | 1 | -1/+1 |
* | Little nit pick in date(1) manual page, tell users which clock date(1) | trhodes | 2002-04-15 | 1 | -0/+6 |
* | Stop a null pointer dereference in the builtin hash function. | greid | 2002-04-15 | 1 | -1/+4 |
* | Document option to option dependancy. Fix typo. | jwd | 2002-04-15 | 1 | -3/+7 |
* | Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able. | charnier | 2002-04-12 | 1 | -9/+15 |
* | Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, | bmilekic | 2002-04-09 | 1 | -1/+4 |
* | errx()/strerror() -> err() | jedgar | 2002-04-07 | 1 | -2/+2 |
* | Various mdoc fixes, including a change that corrects spacing as | keramida | 2002-03-31 | 1 | -43/+53 |
* | Use intmax_t as quad_t replacement, like in expr | ache | 2002-03-28 | 1 | -5/+6 |
* | Make the columns in the output of df(1) line up, even for very large | iedowse | 2002-03-26 | 1 | -39/+106 |
* | Install sys/security/lomac/*.h to /usr/include/security/lomac/. | ru | 2002-03-26 | 2 | -2/+2 |
* | Replace use of __progname with the functionally identical and more | markm | 2002-03-24 | 1 | -15/+14 |
* | Disable -Werror when building -- the old version of gcc used on IA32 can't | wollman | 2002-03-23 | 1 | -0/+2 |
* | Typo (if => of). | wollman | 2002-03-22 | 1 | -1/+1 |
* | Add a word of caution about integer arithmetic range and overflow detection. | wollman | 2002-03-22 | 1 | -0/+6 |
* | Fix a few formatting brainos and make the formatting of the EXAMPLES | wollman | 2002-03-22 | 1 | -6/+9 |
* | Make expr POSIX-compliant, and fix some bugs. Specifically: | wollman | 2002-03-22 | 2 | -104/+215 |
* | Update SCM ID. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Note that -n is non-standard. | obrien | 2002-03-22 | 1 | -1/+3 |
* | No need to cast; ().gr_gid is already the correct type. | markm | 2002-03-22 | 1 | -1/+1 |
* | Add the -n option, which automatically answers "no" to the overwrite question. | obrien | 2002-03-22 | 2 | -6/+27 |
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
* | mdoc(7) police: use precise width specifier. | ru | 2002-03-15 | 1 | -1/+1 |
* | NAI DBA update. | rwatson | 2002-03-14 | 4 | -4/+4 |
* | 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, | markm | 2002-03-07 | 1 | -1/+2 |
* | Log: | maxim | 2002-03-06 | 1 | -10/+6 |