| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | Tim J. Robbins | 2002-05-20 | 2 | -23/+109 |
| * | Remove a small, annoying, nit I ran in to editing this file, a lone tab | Juli Mallett | 2002-05-19 | 1 | -1/+1 |
| * | Implement the -u (-o nounset) option, which gives an error message if | Tim J. Robbins | 2002-05-19 | 2 | -1/+11 |
| * | Make the fg and bg commands give the output required by SUSv3. | Tim J. Robbins | 2002-05-19 | 1 | -0/+10 |
| * | Implement the -C (-o noclobber) option, which prevents existing regular | Tim J. Robbins | 2002-05-19 | 8 | -1/+19 |
| * | Add missing options required by SUSv3: | Tim J. Robbins | 2002-05-19 | 5 | -16/+100 |
| * | Unconditionally update the maximum field width statistics when we | Ian Dowse | 2002-05-18 | 1 | -5/+3 |
| * | Back out part of previous commit: make -P the default again until I'm | Tim J. Robbins | 2002-05-18 | 2 | -2/+2 |
| * | Make -L the default, allow both -L and -P to be specified (last one used | Tim J. Robbins | 2002-05-18 | 2 | -11/+16 |
| * | Optimize prev. commit code a bit | Andrey A. Chernov | 2002-05-17 | 1 | -4/+4 |
| * | Trailing slash fixes. | Andrey A. Chernov | 2002-05-17 | 1 | -2/+12 |
| * | Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the | Juli Mallett | 2002-05-17 | 2 | -1/+1 |
| * | The sysctl has changed from 'kern.ps_showallprocs' to | Josef Karthauser | 2002-05-16 | 1 | -1/+1 |
| * | more file system > filesystem | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | Consistancy check s/file system/filesystem/ | Tom Rhodes | 2002-05-16 | 20 | -46/+46 |
| * | restore missing default case removed in ls.c:r1.57 | Bill Fumerola | 2002-05-15 | 2 | -0/+4 |
| * | Make 'user' and 'group' const as to not discard the qualifier from the | Juli Mallett | 2002-05-15 | 1 | -1/+2 |
| * | Remove an empty default case to make this syntactically correct. Not there | Juli Mallett | 2002-05-15 | 1 | -1/+0 |
| * | Remove the private code for reading UFS superblocks, this does not belong | Poul-Henning Kamp | 2002-05-12 | 2 | -109/+35 |
| * | Add semicolon to empty default case to silence warning. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | Garrett Wollman | 2002-05-11 | 2 | -1/+18 |
| * | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | Alfred Perlstein | 2002-05-11 | 1 | -2/+1 |
| * | backout additional include of cdefs.h, it's not helping any. | Alfred Perlstein | 2002-05-11 | 1 | -1/+0 |
| * | include cdefs.h for __printf0like to silence warning. | Alfred Perlstein | 2002-05-11 | 1 | -0/+1 |
| * | Add semicolon to empty default case to silence warning. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | Add semicolon to empty default case to silence warning. | Alfred Perlstein | 2002-05-11 | 1 | -0/+1 |
| * | The response to my POSIX interpretation request says that `expr' | Garrett Wollman | 2002-05-10 | 2 | -46/+88 |
| * | Remove gCC'isms. | David E. O'Brien | 2002-05-10 | 1 | -1/+0 |
| * | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 1 | -2/+2 |
| * | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -45/+10 |
| * | Check for possible overflow from sysconf _SC_ARG_MAX and error out in a | Juli Mallett | 2002-05-05 | 1 | -5/+10 |
| * | 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 |