| Commit message (Expand) | Author | Age | Files | Lines |
* | Note the Linux required format. | obrien | 2004-01-06 | 1 | -0/+1 |
* | o Fix a style bug and poor wording in comment. | kuriyama | 2004-01-01 | 1 | -2/+10 |
* | o Spell 'diretories' correctly. | maxim | 2003-12-30 | 1 | -1/+1 |
* | PR 28852 | cracauer | 2003-12-28 | 1 | -24/+1 |
* | Print unambiguous paths with -R -v. | ru | 2003-12-16 | 1 | -1/+1 |
* | The uuidgen(1) program is WARNS=6 clean, so flag it as such. | mux | 2003-12-07 | 1 | -1/+1 |
* | Do something sensible if both -h and -k are given. | obrien | 2003-12-01 | 2 | -0/+9 |
* | Force a staticly linked /bin and /sbin for ia64. The necessary changes | marcel | 2003-11-19 | 1 | -1/+1 |
* | Change the default for binaries in /bin and /sbin from statically to | gordon | 2003-11-16 | 1 | -1/+1 |
* | Don't mmap(2) and munmap(2) zero-length files. | alc | 2003-11-13 | 1 | -1/+2 |
* | Fix format strings (intmax_t is %jd, not %qd) | kris | 2003-11-12 | 1 | -2/+2 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 1 | -23/+25 |
* | When the P flag is set (i.e. Overwrite regular files before deleting them), | guido | 2003-11-10 | 1 | -8/+14 |
* | 1. Fixed leakage of a file descriptor for every non-fatal failure in | bde | 2003-11-08 | 1 | -1/+3 |
* | Style. | ru | 2003-11-02 | 1 | -1/+1 |
* | Remove the code for parsing octal modes, since setmode(3) already | tobez | 2003-10-31 | 1 | -22/+5 |
* | Handle realloc() failure correctly. | tjr | 2003-10-16 | 1 | -2/+5 |
* | Turn malloc+snprintf into asnprintf. | markm | 2003-10-14 | 1 | -14/+10 |
* | - Check and report write(2) errors. | dds | 2003-10-11 | 1 | -10/+59 |
* | Check for write errors; report and exit with error value. | dds | 2003-10-04 | 1 | -0/+2 |
* | Be a little bit more correct WRT counting numbers vs. integer numbers. | obrien | 2003-09-13 | 1 | -10/+10 |
* | Do not assume there is only a space between #define and the macro name | schweikh | 2003-09-13 | 1 | -1/+1 |
* | Add the -m, -w and -x options to ls's usage message. | tjr | 2003-09-09 | 1 | -2/+2 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 2 | -2/+2 |
* | Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53. | ru | 2003-09-07 | 1 | -1/+1 |
* | Fix testing of arith_assign() value for $((a=15)). | schweikh | 2003-09-07 | 1 | -1/+1 |
* | #include <string.h> for prototypes for strcpy() and strlen(). | tjr | 2003-09-06 | 1 | -0/+2 |
* | Style cleanup, mostly | schweikh | 2003-09-04 | 4 | -207/+246 |
* | Implement missing shell arithmetic operators in $(()) expansion | schweikh | 2003-08-30 | 4 | -49/+236 |
* | Stage 4 of dynamically linked root support. Add a big knob, | gordon | 2003-08-17 | 1 | -1/+4 |
* | Implement the nwchan keyword that has been in the man page, but was | harti | 2003-08-13 | 3 | -0/+15 |
* | Note in STANDARDS that -gno are not (yet?) POSIX conformant. | schweikh | 2003-08-08 | 1 | -1/+6 |
* | Add additional documentation to setfacl(1) regarding the behavior of | rwatson | 2003-08-07 | 1 | -0/+18 |
* | -v no longer a valid argument to setfacl(1) -- remove from usage(). | rwatson | 2003-08-07 | 1 | -1/+1 |
* | Clarify that the 'state' information consists of characters, not | brueffer | 2003-08-05 | 1 | -2/+2 |
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -9/+2 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | This code isn't WARNS=6 clean in the standard (crypto) case | ru | 2003-07-20 | 1 | -0/+1 |
* | Make this code WARNS=6 clean again (after GCC 3.1.1 import). | ru | 2003-07-20 | 2 | -14/+13 |
* | When reporting an error internalizing an ACL string, print out the | rwatson | 2003-07-18 | 1 | -2/+2 |
* | Temporarily turn off -Werror for these components. | kan | 2003-07-11 | 1 | -1/+1 |
* | -l prints all permissions, not just owner and group | brueffer | 2003-07-10 | 1 | -1/+1 |
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 13 | -38/+37 |
* | Rename a local variable in order to avoid collision with standard 'log' | kan | 2003-06-30 | 1 | -3/+3 |
* | pass -1 to setfile in cp.c | jmg | 2003-06-30 | 1 | -1/+1 |
* | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | gordon | 2003-06-29 | 1 | -0/+4 |
* | Unbreak NOCRYPT buildworld. | ru | 2003-06-29 | 1 | -1/+1 |
* | support saving both user/group and permissions on symlinks (from PR) | jmg | 2003-06-22 | 1 | -13/+20 |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 11 | -18/+7 |