| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix up sh(1) for the release. | Scott Long | 2003-12-07 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 4 | -359/+0 |
| * | Do something sensible if both -h and -k are given. | David E. O'Brien | 2003-12-01 | 2 | -0/+9 |
| * | Force a staticly linked /bin and /sbin for ia64. The necessary changes | Marcel Moolenaar | 2003-11-19 | 1 | -1/+1 |
| * | Change the default for binaries in /bin and /sbin from statically to | Gordon Tetlow | 2003-11-16 | 1 | -1/+1 |
| * | Don't mmap(2) and munmap(2) zero-length files. | Alan Cox | 2003-11-13 | 1 | -1/+2 |
| * | Fix format strings (intmax_t is %jd, not %qd) | Kris Kennaway | 2003-11-12 | 1 | -2/+2 |
| * | Update the statfs structure with 64-bit fields to allow | Kirk McKusick | 2003-11-12 | 1 | -23/+25 |
| * | When the P flag is set (i.e. Overwrite regular files before deleting them), | Guido van Rooij | 2003-11-10 | 1 | -8/+14 |
| * | 1. Fixed leakage of a file descriptor for every non-fatal failure in | Bruce Evans | 2003-11-08 | 1 | -1/+3 |
| * | Style. | Ruslan Ermilov | 2003-11-02 | 1 | -1/+1 |
| * | Remove the code for parsing octal modes, since setmode(3) already | Anton Berezin | 2003-10-31 | 1 | -22/+5 |
| * | Handle realloc() failure correctly. | Tim J. Robbins | 2003-10-16 | 1 | -2/+5 |
| * | Turn malloc+snprintf into asnprintf. | Mark Murray | 2003-10-14 | 1 | -14/+10 |
| * | - Check and report write(2) errors. | Diomidis Spinellis | 2003-10-11 | 1 | -10/+59 |
| * | Check for write errors; report and exit with error value. | Diomidis Spinellis | 2003-10-04 | 1 | -0/+2 |
| * | Be a little bit more correct WRT counting numbers vs. integer numbers. | David E. O'Brien | 2003-09-13 | 1 | -10/+10 |
| * | Do not assume there is only a space between #define and the macro name | Jens Schweikhardt | 2003-09-13 | 1 | -1/+1 |
| * | Add the -m, -w and -x options to ls's usage message. | Tim J. Robbins | 2003-09-09 | 1 | -2/+2 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 2 | -2/+2 |
| * | Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53. | Ruslan Ermilov | 2003-09-07 | 1 | -1/+1 |
| * | Fix testing of arith_assign() value for $((a=15)). | Jens Schweikhardt | 2003-09-07 | 1 | -1/+1 |
| * | #include <string.h> for prototypes for strcpy() and strlen(). | Tim J. Robbins | 2003-09-06 | 1 | -0/+2 |
| * | Style cleanup, mostly | Jens Schweikhardt | 2003-09-04 | 4 | -207/+246 |
| * | Implement missing shell arithmetic operators in $(()) expansion | Jens Schweikhardt | 2003-08-30 | 4 | -49/+236 |
| * | Stage 4 of dynamically linked root support. Add a big knob, | Gordon Tetlow | 2003-08-17 | 1 | -1/+4 |
| * | Implement the nwchan keyword that has been in the man page, but was | Hartmut Brandt | 2003-08-13 | 3 | -0/+15 |
| * | Note in STANDARDS that -gno are not (yet?) POSIX conformant. | Jens Schweikhardt | 2003-08-08 | 1 | -1/+6 |
| * | Add additional documentation to setfacl(1) regarding the behavior of | Robert Watson | 2003-08-07 | 1 | -0/+18 |
| * | -v no longer a valid argument to setfacl(1) -- remove from usage(). | Robert Watson | 2003-08-07 | 1 | -1/+1 |
| * | Clarify that the 'state' information consists of characters, not | Christian Brueffer | 2003-08-05 | 1 | -2/+2 |
| * | Remove collate_range_cmp() stabilization, it conflicts with ranges | Andrey A. Chernov | 2003-08-03 | 1 | -9/+2 |
| * | Don't check for the existance of src/crypto/ for building items that | Mark Murray | 2003-07-24 | 1 | -1/+1 |
| * | This code isn't WARNS=6 clean in the standard (crypto) case | Ruslan Ermilov | 2003-07-20 | 1 | -0/+1 |
| * | Make this code WARNS=6 clean again (after GCC 3.1.1 import). | Ruslan Ermilov | 2003-07-20 | 2 | -14/+13 |
| * | When reporting an error internalizing an ACL string, print out the | Robert Watson | 2003-07-18 | 1 | -2/+2 |
| * | Temporarily turn off -Werror for these components. | Alexander Kabaev | 2003-07-11 | 1 | -1/+1 |
| * | -l prints all permissions, not just owner and group | Christian Brueffer | 2003-07-10 | 1 | -1/+1 |
| * | Remove MAINTAINER= lines from individual Makefiles in favor of the | Gregory Neil Shapiro | 2003-07-07 | 1 | -2/+0 |
| * | Changes following CScout analysis: | Diomidis Spinellis | 2003-07-05 | 13 | -38/+37 |
| * | Rename a local variable in order to avoid collision with standard 'log' | Alexander Kabaev | 2003-06-30 | 1 | -3/+3 |
| * | pass -1 to setfile in cp.c | John-Mark Gurney | 2003-06-30 | 1 | -1/+1 |
| * | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | Gordon Tetlow | 2003-06-29 | 1 | -0/+4 |
| * | Unbreak NOCRYPT buildworld. | Ruslan Ermilov | 2003-06-29 | 1 | -1/+1 |
| * | support saving both user/group and permissions on symlinks (from PR) | John-Mark Gurney | 2003-06-22 | 1 | -13/+20 |
| * | Get this area compiling with the highest WARNS= that it works with. | Mark Murray | 2003-06-13 | 11 | -18/+7 |
| * | Add the -H option to ps(1) to display all kernel visible threads in each | Scott Long | 2003-06-12 | 2 | -6/+19 |
| * | add section name to .Xr | Philippe Charnier | 2003-06-08 | 1 | -1/+1 |
| * | Fix for the NO_OPENSSL case. | Mark Murray | 2003-06-08 | 1 | -1/+1 |
| * | Clarify what -p option does. | Ruslan Ermilov | 2003-06-07 | 1 | -11/+12 |