| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3) | Juli Mallett | 2002-05-02 | 1 | -2/+2 |
| * | Reorder for style. | Mark Murray | 2002-04-28 | 1 | -3/+3 |
| * | Provide an environment variabloe, EXPR_COMPAT, which disables option | Garrett Wollman | 2002-04-22 | 2 | -10/+27 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-21 | 1 | -23/+24 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 3 | -6/+7 |
| * | Add a reference to the kenv(2) manpage. | Maxime Henrion | 2002-04-18 | 1 | -0/+1 |
| * | Replaced exists() tests with two equivalent defined(). | Ruslan Ermilov | 2002-04-18 | 1 | -1/+1 |
| * | Use the new functionalities provided by the kenv(2) syscall. | Maxime Henrion | 2002-04-17 | 3 | -66/+122 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-16 | 9 | -29/+50 |
| * | ls(1) is utility not function | Philippe Charnier | 2002-04-16 | 1 | -1/+1 |
| * | s/CMOS/hardware as talked about on cvs-committers. | Tom Rhodes | 2002-04-16 | 1 | -1/+1 |
| * | Little nit pick in date(1) manual page, tell users which clock date(1) | Tom Rhodes | 2002-04-15 | 1 | -0/+6 |
| * | Stop a null pointer dereference in the builtin hash function. | George C A Reid | 2002-04-15 | 1 | -1/+4 |
| * | Document option to option dependancy. Fix typo. | John W. De Boskey | 2002-04-15 | 1 | -3/+7 |
| * | Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able. | Philippe Charnier | 2002-04-12 | 1 | -9/+15 |
| * | Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, | Bosko Milekic | 2002-04-09 | 1 | -1/+4 |
| * | errx()/strerror() -> err() | Chris D. Faulhaber | 2002-04-07 | 1 | -2/+2 |
| * | Various mdoc fixes, including a change that corrects spacing as | Giorgos Keramidas | 2002-03-31 | 1 | -43/+53 |
| * | Use intmax_t as quad_t replacement, like in expr | Andrey A. Chernov | 2002-03-28 | 1 | -5/+6 |
| * | Make the columns in the output of df(1) line up, even for very large | Ian Dowse | 2002-03-26 | 1 | -39/+106 |
| * | Install sys/security/lomac/*.h to /usr/include/security/lomac/. | Ruslan Ermilov | 2002-03-26 | 2 | -2/+2 |
| * | Replace use of __progname with the functionally identical and more | Mark Murray | 2002-03-24 | 1 | -15/+14 |
| * | Disable -Werror when building -- the old version of gcc used on IA32 can't | Garrett Wollman | 2002-03-23 | 1 | -0/+2 |
| * | Typo (if => of). | Garrett Wollman | 2002-03-22 | 1 | -1/+1 |
| * | Add a word of caution about integer arithmetic range and overflow detection. | Garrett Wollman | 2002-03-22 | 1 | -0/+6 |
| * | Fix a few formatting brainos and make the formatting of the EXAMPLES | Garrett Wollman | 2002-03-22 | 1 | -6/+9 |
| * | Make expr POSIX-compliant, and fix some bugs. Specifically: | Garrett Wollman | 2002-03-22 | 2 | -102/+213 |
| * | Update SCM ID. | David E. O'Brien | 2002-03-22 | 1 | -2/+2 |
| * | Note that -n is non-standard. | David E. O'Brien | 2002-03-22 | 1 | -1/+3 |
| * | No need to cast; ().gr_gid is already the correct type. | Mark Murray | 2002-03-22 | 1 | -1/+1 |
| * | Add the -n option, which automatically answers "no" to the overwrite question. | David E. O'Brien | 2002-03-22 | 2 | -6/+27 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -2/+2 |
| * | mdoc(7) police: use precise width specifier. | Ruslan Ermilov | 2002-03-15 | 1 | -1/+1 |
| * | NAI DBA update. | Robert Watson | 2002-03-14 | 4 | -4/+4 |
| * | 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, | Mark Murray | 2002-03-07 | 1 | -1/+2 |
| * | Log: | Maxim Konovalov | 2002-03-06 | 1 | -10/+6 |
| * | Use ANSI-99 int names (uintXX_t) over traditional BSD int names | Warner Losh | 2002-03-05 | 1 | -5/+6 |
| * | Use NLSLINKS to setup symbolic links in NLS area | Alexey Zelkin | 2002-03-04 | 1 | -27/+10 |
| * | This file is not used anymore | Alexey Zelkin | 2002-03-04 | 1 | -17/+0 |
| * | Use bsd.nls.mk for building/installing NLS files | Alexey Zelkin | 2002-03-04 | 11 | -185/+48 |
| * | clarify code: | Alfred Perlstein | 2002-03-04 | 1 | -6/+19 |
| * | Update STANDARDS section on rm(1) to reflect current conformance. | Doug White | 2002-03-02 | 1 | -16/+2 |
| * | Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit locales | Andrey A. Chernov | 2002-02-28 | 1 | -1/+1 |
| * | Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system | Maxim Sobolev | 2002-02-25 | 1 | -1/+1 |
| * | #include <time.h> for the definition of time functions instead of | Bruce Evans | 2002-02-25 | 1 | -2/+1 |
| * | Fixed unsorting. | Bruce Evans | 2002-02-23 | 1 | -6/+6 |
| * | Fixed some style bugs in revs 1.1 and 1.4. | Bruce Evans | 2002-02-23 | 1 | -4/+4 |
| * | ANSIfy. | Mark Murray | 2002-02-22 | 1 | -1/+1 |
| * | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 4 | -21/+20 |