| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow negative seek offsets for files that can be seeked upon. It | green | 2000-10-22 | 2 | -2/+10 |
* | Include sys/types.h | brian | 2000-10-16 | 2 | -0/+4 |
* | Style fixes | gshapiro | 2000-10-11 | 1 | -4/+4 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 2 | -0/+2 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 7 | -3/+34 |
* | No need to work around SCCS variable expansion any more. | kris | 2000-09-28 | 1 | -6/+2 |
* | Support multiple (comma separated) names as arguments to -U | brian | 2000-09-26 | 2 | -15/+73 |
* | Use .Cm macro where appropriate. | ru | 2000-09-19 | 1 | -8/+8 |
* | Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troff | sheldonh | 2000-09-19 | 1 | -41/+43 |
* | Add two new features to chio(1): | ken | 2000-09-18 | 2 | -15/+304 |
* | Give users a way to alter the sendmail (and related utilities) build | gshapiro | 2000-09-17 | 1 | -0/+6 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+9 |
* | Fix markup typo | marko | 2000-09-06 | 1 | -1/+2 |
* | Fix style bugs and poor wording introduced in rev 1.12. | sheldonh | 2000-08-17 | 1 | -8/+17 |
* | Fix style bugs and inconsistencies introduced in rev 1.16. | sheldonh | 2000-08-17 | 1 | -12/+18 |
* | Disable part of my 8-bits fixes from December 1999. | cracauer | 2000-08-16 | 1 | -4/+1 |
* | Fix type builtin for absolute paths and relative paths with directory | cracauer | 2000-08-16 | 1 | -9/+16 |
* | From submitter: | cracauer | 2000-08-16 | 3 | -1/+22 |
* | Don't explicitly declare optarg and optind. These are declared in | imp | 2000-08-16 | 4 | -6/+0 |
* | Add the -i option, as found in rm(1), which provides an interactive | sheldonh | 2000-08-14 | 2 | -8/+46 |
* | Un-deprecate the -G flag at obrien's request. Colour sequences are still | joe | 2000-08-13 | 2 | -11/+20 |
* | Correct spelling: depricated -> deprecated. | joe | 2000-08-12 | 2 | -2/+2 |
* | A change to the way that colours are switched on in ls. The -G | joe | 2000-08-12 | 2 | -44/+54 |
* | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 1 | -1/+14 |
* | ".It" -> ".It Ev" in a couple of places. | joe | 2000-08-12 | 1 | -2/+2 |
* | Optimize out no-op chmod() syscalls. | peter | 2000-07-29 | 1 | -2/+5 |
* | Try to clean the manpage up according to the mail from Sheldon | jwd | 2000-07-28 | 1 | -5/+6 |
* | Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar). | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Add missing punctuation to one line. | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Expand the -r option to support hex. Though undocumented, the -r | jwd | 2000-07-22 | 2 | -2/+3 |
* | Add overflow tests | se | 2000-07-22 | 1 | -3/+76 |
* | Add the missing flags to ls(1)'s usage: -Bb. | green | 2000-07-22 | 1 | -2/+2 |
* | Make the comment regarding ftruncate() correct. | green | 2000-07-20 | 1 | -2/+2 |
* | Don't emit a warning message if fchflags() returns EOPNOTSUPP | sada | 2000-07-20 | 1 | -1/+10 |
* | Update stale references to update(4) with references to the new | sheldonh | 2000-07-19 | 1 | -1/+1 |
* | Fix one grammar problem which crept in from rev 1.40 to rev 1.42, and | sheldonh | 2000-07-18 | 1 | -2/+2 |
* | Document the builtin echo command | marko | 2000-07-17 | 1 | -4/+60 |
* | Locale support was added by ache long ago. | sheldonh | 2000-07-17 | 1 | -4/+2 |
* | To make inherit file flags when mv(1) moves file between directories | sada | 2000-07-15 | 1 | -0/+2 |
* | Re-worded the description of the -r option | marko | 2000-07-15 | 1 | -2/+4 |
* | Fixd with alias missing. | sada | 2000-07-15 | 1 | -0/+1 |
* | Now, the mdoc fixes, such as: | alex | 2000-07-14 | 1 | -22/+28 |
* | As per request by sheldonh and others on IRC, seperate language and mdoc | alex | 2000-07-14 | 1 | -32/+28 |
* | Fix several language, style and mdoc improvements (such as correct | alex | 2000-07-14 | 1 | -57/+60 |
* | Use lstat(2) instead of stat(2) when deciding if we should fastcopy | dwmalone | 2000-07-11 | 1 | -1/+1 |
* | Extend numeric operations to support 64 bit numbers. | se | 2000-07-10 | 1 | -30/+29 |
* | Add support for 64bit integer comparisons. | se | 2000-07-10 | 1 | -6/+50 |
* | Don't call warn() with no format string. This is potentially exploitable, alt... | kris | 2000-07-10 | 1 | -1/+1 |
* | Initial kenv(1) hack for dumping the kernel environment. This can be | peter | 2000-07-08 | 3 | -0/+186 |
* | Fix the exit code for the case where nentries == 0; if a PID doesn't exist, | will | 2000-07-08 | 1 | -1/+1 |