| Commit message (Expand) | Author | Age | Files | Lines |
* | Change tail to use kqueue/kevent to obtain a notification when | jlemon | 2000-04-16 | 1 | -22/+51 |
* | Do not pull in <sys/select.h>, it isn't required. | jlemon | 2000-04-16 | 1 | -1/+2 |
* | #include <errno.h> where needed. Kill extern int errno;. | imp | 2000-04-14 | 16 | -21/+32 |
* | Do not issue a warning when chflags() fails with EOPNOTSUPP. | sheldonh | 2000-04-13 | 2 | -2/+3 |
* | Use an MD5 checksum to test for file changes; the previous method | sheldonh | 2000-04-12 | 2 | -3/+10 |
* | Add a new options: -m enables searching for memory-mapped files. | green | 2000-04-05 | 2 | -3/+81 |
* | Fixed prototype for setflags(). setflags() returns int, not u_long, | bde | 2000-04-04 | 1 | -1/+1 |
* | Document that the flags can be specified as an octal number. | jdp | 2000-04-03 | 1 | -1/+2 |
* | The FreeBSD/Sparc64 port will also have an __ELF_WORD_SIZE of 64. | steve | 2000-04-02 | 2 | -2/+2 |
* | Fix a bug in rsh that caused the remote process to hang waiting on | bsd | 2000-04-01 | 1 | -0/+2 |
* | Instead of checking for a non-zero return value from kvm_read, check | nectar | 2000-03-31 | 1 | -1/+1 |
* | While I'm in here, remove an unused variable. | sheldonh | 2000-03-30 | 1 | -1/+1 |
* | Fix buffer overflow copying the ``kernel'' command-line argument into | sheldonh | 2000-03-29 | 1 | -2/+4 |
* | Cross-reference ldd(1) in rtld(1) and vice versa. | sheldonh | 2000-03-28 | 1 | -1/+2 |
* | Get rid of hard sentence break | charnier | 2000-03-27 | 2 | -3/+5 |
* | More rusers to .Nm convertion | charnier | 2000-03-27 | 1 | -5/+9 |
* | Quote with .Dq | charnier | 2000-03-27 | 1 | -4/+12 |
* | Fixed misspelling of DPADD as DPADDA. | bde | 2000-03-27 | 1 | -3/+2 |
* | Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most | bde | 2000-03-27 | 1 | -2/+2 |
* | Do not overwrite files when the -i option is specified! | sheldonh | 2000-03-27 | 1 | -10/+14 |
* | Fix a mistakenly broken sentence. The mistake was made easy by the | sheldonh | 2000-03-27 | 1 | -3/+4 |
* | Y2K fix. at(1) would die with 'garbled time' when assign_date() was | sheldonh | 2000-03-27 | 1 | -20/+22 |
* | Add DIAGNOSTICS section name. Spelling | charnier | 2000-03-26 | 3 | -10/+13 |
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 8 | -13/+14 |
* | Use .Xr | charnier | 2000-03-26 | 1 | -2/+2 |
* | Add usage(). | charnier | 2000-03-26 | 1 | -3/+9 |
* | Do not dot terminate list of references | charnier | 2000-03-26 | 1 | -1/+1 |
* | remove unknown OPTIONS section name. Getopt returns -1. | charnier | 2000-03-26 | 2 | -2/+2 |
* | Add section number to .Xr references. Enumerate flags the standard way. | charnier | 2000-03-26 | 1 | -8/+9 |
* | Put argument under .Ar. | charnier | 2000-03-26 | 1 | -1/+2 |
* | Add section number to .Xr. Put arguments under .Ar. | charnier | 2000-03-26 | 1 | -3/+7 |
* | Do not dot terminate err() string. Cross reference using .Xr | charnier | 2000-03-26 | 2 | -10/+10 |
* | Use .Pa | charnier | 2000-03-26 | 1 | -2/+3 |
* | Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines | charnier | 2000-03-26 | 2 | -13/+12 |
* | Put flags under .Fl. Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -3/+7 |
* | Sync SYNOPSIS and usage() string. | charnier | 2000-03-26 | 2 | -4/+5 |
* | Add missing dots | charnier | 2000-03-26 | 1 | -5/+5 |
* | Move RCS tags after copyright | charnier | 2000-03-26 | 1 | -5/+3 |
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 4 | -12/+13 |
* | .Nm changes | charnier | 2000-03-26 | 1 | -5/+4 |
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -4/+3 |
* | Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function. | charnier | 2000-03-26 | 2 | -45/+60 |
* | Add -d and -t flags to usage. Add usage(). | charnier | 2000-03-26 | 2 | -10/+29 |
* | Typo | charnier | 2000-03-26 | 1 | -1/+1 |
* | Use errx(), remove unused #include. Correct SYNOPSIS | charnier | 2000-03-26 | 2 | -20/+14 |
* | Add .Nm. | charnier | 2000-03-26 | 1 | -5/+5 |
* | Add DIAGNOSTICS section name and section name to .Xr. | charnier | 2000-03-26 | 1 | -13/+18 |
* | DIAGNOSTICS section name missing and .Nm changes | charnier | 2000-03-26 | 3 | -11/+11 |
* | Use errx(). .Nm fixes | charnier | 2000-03-26 | 2 | -12/+12 |
* | Use warnx(), -Wall cleaning and remove unused #include | charnier | 2000-03-26 | 2 | -12/+15 |