| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks. | tjr | 2002-05-26 | 1 | -13/+16 |
* | Add lchmod(2) to the list of syscalls that do not follow symbolic links. | tjr | 2002-05-26 | 1 | -1/+3 |
* | sh appeared in Version 1, not System V.1. | tjr | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | tjr | 2002-05-25 | 2 | -5/+28 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 2 | -24/+110 |
* | Remove a small, annoying, nit I ran in to editing this file, a lone tab | jmallett | 2002-05-19 | 1 | -1/+1 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 2 | -1/+11 |
* | Make the fg and bg commands give the output required by SUSv3. | tjr | 2002-05-19 | 1 | -0/+10 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 8 | -1/+19 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 5 | -16/+100 |
* | Unconditionally update the maximum field width statistics when we | iedowse | 2002-05-18 | 1 | -5/+3 |
* | Back out part of previous commit: make -P the default again until I'm | tjr | 2002-05-18 | 2 | -2/+2 |
* | Make -L the default, allow both -L and -P to be specified (last one used | tjr | 2002-05-18 | 2 | -11/+16 |
* | Optimize prev. commit code a bit | ache | 2002-05-17 | 1 | -4/+4 |
* | Trailing slash fixes. | ache | 2002-05-17 | 1 | -2/+12 |
* | Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the | jmallett | 2002-05-17 | 2 | -1/+1 |
* | The sysctl has changed from 'kern.ps_showallprocs' to | joe | 2002-05-16 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 20 | -46/+46 |
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 2 | -0/+4 |
* | Make 'user' and 'group' const as to not discard the qualifier from the | jmallett | 2002-05-15 | 1 | -1/+2 |
* | Remove an empty default case to make this syntactically correct. Not there | jmallett | 2002-05-15 | 1 | -1/+0 |
* | 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 |