| Commit message (Expand) | Author | Age | Files | Lines |
| * | style.Makefile: | Johan Karlsson | 2004-02-23 | 4 | -4/+4 |
| * | Allow the -H option to show threads when selecting by uid, tty, | Daniel Eischen | 2004-02-22 | 1 | -8/+6 |
| * | Only call chflags() on directories once. | Ceri Davies | 2004-02-18 | 1 | -5/+4 |
| * | style(9): wrap at 80 columns. | Nate Lawson | 2004-02-12 | 1 | -3/+5 |
| * | Handle proper formatting and a buffer overrun when running an old sh on | Nate Lawson | 2004-02-12 | 1 | -7/+28 |
| * | MFp4 @46705: | Juli Mallett | 2004-02-08 | 1 | -0/+2 |
| * | Use int rather than size_t storage for printf field widths to avoid | Ian Dowse | 2004-02-08 | 1 | -43/+41 |
| * | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 1 | -2/+2 |
| * | Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org> | Martin Cracauer | 2004-02-05 | 1 | -1/+1 |
| * | Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3 | Nate Lawson | 2004-01-28 | 1 | -5/+5 |
| * | Use sys_nsig instead of NSIG for the length of the signal arrays. This | Nate Lawson | 2004-01-28 | 2 | -6/+6 |
| * | The PR diff I committed recently had one bug noticed by | Martin Cracauer | 2004-01-28 | 1 | -1/+2 |
| * | Fix alignment of size field in `ls -lh` -- the width was being computed | Colin Percival | 2004-01-22 | 1 | -2/+2 |
| * | Bring ps.1 up to date with changes in the past seven years: | Colin Percival | 2004-01-21 | 1 | -33/+22 |
| * | Replace home-grown dup2() implementation with actual dup2() calls. This | Dag-Erling Smørgrav | 2004-01-21 | 5 | -43/+13 |
| * | Removed duplicate y.tab.h from SRCS and CLEANFILES. | Ruslan Ermilov | 2004-01-20 | 1 | -1/+1 |
| * | - Build things in pure dictionary order (see sort(1)). | Ruslan Ermilov | 2004-01-16 | 1 | -5/+8 |
| * | Note the Linux required format. | David E. O'Brien | 2004-01-06 | 1 | -0/+1 |
| * | o Fix a style bug and poor wording in comment. | Jun Kuriyama | 2004-01-01 | 1 | -2/+10 |
| * | o Spell 'diretories' correctly. | Maxim Konovalov | 2003-12-30 | 1 | -1/+1 |
| * | PR 28852 | Martin Cracauer | 2003-12-28 | 1 | -24/+1 |
| * | Print unambiguous paths with -R -v. | Ruslan Ermilov | 2003-12-16 | 1 | -1/+1 |
| * | The uuidgen(1) program is WARNS=6 clean, so flag it as such. | Maxime Henrion | 2003-12-07 | 1 | -1/+1 |
| * | 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 | -194/+233 |
| * | 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 |