| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject options, handle "--" correctly in unlink(1). | Tim J. Robbins | 2002-05-30 | 1 | -4/+7 |
* | Reject options, handle "--" end-of-options marker in link(1). | Tim J. Robbins | 2002-05-30 | 1 | -4/+7 |
* | mdoc(7) police: punctuation. | Ruslan Ermilov | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup a bit. | Ruslan Ermilov | 2002-05-29 | 1 | -142/+41 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2002-05-29 | 1 | -11/+11 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2002-05-29 | 1 | -2/+3 |
* | mdoc(7) police: punctuation. | Ruslan Ermilov | 2002-05-29 | 1 | -3/+3 |
* | mdoc(7) police: replace the XXX with the correct width. | Ruslan Ermilov | 2002-05-29 | 1 | -2/+1 |
* | Add uuidgen(2) and uuidgen(1). | Marcel Moolenaar | 2002-05-28 | 3 | -0/+190 |
* | Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks. | Tim J. Robbins | 2002-05-26 | 1 | -13/+16 |
* | Add lchmod(2) to the list of syscalls that do not follow symbolic links. | Tim J. Robbins | 2002-05-26 | 1 | -1/+3 |
* | sh appeared in Version 1, not System V.1. | Tim J. Robbins | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | Tim J. Robbins | 2002-05-25 | 2 | -5/+28 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | Tim J. Robbins | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | Tim J. Robbins | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | Tim J. Robbins | 2002-05-20 | 2 | -24/+110 |
* | 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 | -110/+36 |
* | 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 |