| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use historically correct error message in some cases, optionally. | Warner Losh | 1998-04-28 | 1 | -2/+11 |
| * | Check that user really typed "who am {I,i}", and that no stray | Dag-Erling Smørgrav | 1998-04-26 | 1 | -1/+5 |
| * | Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus | Bruce Evans | 1998-04-26 | 1 | -10/+10 |
| * | When all transformation rules to or from a suffix disappeared, make tries | Poul-Henning Kamp | 1998-04-26 | 1 | -21/+7 |
| * | fix ncal.1 grammar | Poul-Henning Kamp | 1998-04-26 | 1 | -5/+6 |
| * | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | David Greenman | 1998-04-24 | 1 | -5/+11 |
| * | netstat truncates info in sockaddr* between kgetsa and p_sockaddr | Poul-Henning Kamp | 1998-04-22 | 1 | -12/+14 |
| * | Add a forgotten 'static'. | Eivind Eklund | 1998-04-21 | 1 | -2/+2 |
| * | Make brandelf test for known brands, and introduce a '-f' option to | Eivind Eklund | 1998-04-21 | 2 | -8/+40 |
| * | Define '\t' as a printable character, so it can be displayed on the | Joerg Wunsch | 1998-04-20 | 1 | -1/+1 |
| * | Correctly operate on hardlink when source and destination are not on the same | Philippe Charnier | 1998-04-20 | 3 | -27/+62 |
| * | Like most Unices FreeBSD should have a larger tty field at least | Poul-Henning Kamp | 1998-04-19 | 1 | -3/+4 |
| * | The current version of netstat does not print the interface | Poul-Henning Kamp | 1998-04-19 | 1 | -52/+71 |
| * | Ctags write to buffer beyond the end of it when the source file | Poul-Henning Kamp | 1998-04-19 | 1 | -1/+1 |
| * | mt should report the compression status. | Poul-Henning Kamp | 1998-04-19 | 1 | -3/+3 |
| * | PR: 4866 | Daniel O'Callaghan | 1998-04-14 | 1 | -11/+9 |
| * | Add mktemp directory | Peter Wemm | 1998-04-14 | 1 | -2/+2 |
| * | Bring in an old faithful tool I've been using for just over 4 years now | Peter Wemm | 1998-04-14 | 3 | -0/+330 |
| * | Better SYNOPSIS | Poul-Henning Kamp | 1998-04-14 | 1 | -2/+3 |
| * | add strings(1) to what(1) "SEE ALSO" | Poul-Henning Kamp | 1998-04-14 | 1 | -2/+3 |
| * | Document the use of sendmail options on the commandline. | Steve Price | 1998-04-14 | 1 | -2/+3 |
| * | Don't let secs variable wrap if <= 2. | Steve Price | 1998-04-14 | 1 | -2/+3 |
| * | Add a new -F flag which is a superset of -f. It will cause tail to | Peter Wemm | 1998-04-06 | 4 | -4/+42 |
| * | Prevent rdist from dumping core: do not free() pointer before using it. | Philippe Charnier | 1998-04-06 | 8 | -19/+34 |
| * | PR: bin/6193 | Daniel O'Callaghan | 1998-04-01 | 1 | -2/+2 |
| * | Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos | Mark Murray | 1998-03-26 | 1 | -3/+3 |
| * | Quite a while back KTH (who are the good folks who wrote our KerberosIV) | Mark Murray | 1998-03-26 | 2 | -18/+20 |
| * | Remove unneeded crud. | Mark Murray | 1998-03-26 | 1 | -207/+0 |
| * | Remove special global tags support; we don't do it that way anymore. | Eivind Eklund | 1998-03-26 | 1 | -2/+0 |
| * | Ouch, that nm is aout which is not alpha-friendly. Make it i386 | John Birrell | 1998-03-24 | 1 | -3/+3 |
| * | Ifdefed conditionally-unused variables. | Bruce Evans | 1998-03-23 | 1 | -1/+3 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 28 | -83/+95 |
| * | Add rcsid. Sort #includes. | Philippe Charnier | 1998-03-23 | 1 | -3/+7 |
| * | Add const to rcsid. | Philippe Charnier | 1998-03-23 | 1 | -2/+2 |
| * | .Nm nice -> .Nm. | Philippe Charnier | 1998-03-23 | 1 | -3/+3 |
| * | Add rcsid. Correct -Wall warning. | Philippe Charnier | 1998-03-23 | 1 | -1/+5 |
| * | Reword using who.1 as a good example of where to start. | Steve Price | 1998-03-22 | 1 | -2/+2 |
| * | Remove a bunch of unsupported machines, and the 'other' case where | John Birrell | 1998-03-22 | 1 | -30/+7 |
| * | merge ppp-2.3.3 changes onto mainline | Peter Wemm | 1998-03-21 | 2 | -726/+732 |
| * | Honour -static in LDFLAGS. | Bruce Evans | 1998-03-21 | 1 | -9/+8 |
| * | Don't use beforedepend to break things. The usual fix of putting | Bruce Evans | 1998-03-20 | 1 | -11/+9 |
| * | Updated MISSING list. | Bruce Evans | 1998-03-20 | 1 | -2/+2 |
| * | Some things only work on i386. | John Birrell | 1998-03-13 | 1 | -16/+23 |
| * | Import intial version of an a.out/elf tool wrapper/selector. It is | Peter Wemm | 1998-03-10 | 2 | -0/+191 |
| * | cksum does a 32-bit checksum, so it needs to use u_int32_t variables, | John Birrell | 1998-03-10 | 7 | -29/+31 |
| * | Localize it | Andrey A. Chernov | 1998-03-08 | 1 | -3/+6 |
| * | Change default temporary directory (TMPDIR) from /tmp to /var/tmp. | Wolfram Schneider | 1998-03-08 | 4 | -11/+11 |
| * | Improve shell variable substitution. | Wolfram Schneider | 1998-03-08 | 3 | -30/+24 |
| * | Rewrite script as a select loop rather than as a twin reader/write process. | Peter Wemm | 1998-03-08 | 2 | -75/+96 |
| * | Replaced by ncal | Wolfgang Helbig | 1998-03-08 | 4 | -570/+0 |