| Commit message (Expand) | Author | Age | Files | Lines |
| * | A few changes for clarity. | Tom Rhodes | 2003-01-27 | 1 | -13/+17 |
| * | Don't try to fseek before the beginning of the file; POSIX requires that | Bill Fenner | 2003-01-27 | 1 | -7/+8 |
| * | Add a reference to talkd(8) as a hint that talk(1) depends on a | Giorgos Keramidas | 2003-01-23 | 1 | -1/+2 |
| * | Slight cleanup of the ETA / BPS code. Avoid a division by zero. | Dag-Erling Smørgrav | 2003-01-23 | 1 | -14/+12 |
| * | Document netrc support. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -0/+11 |
| * | Add -N option to specify a netrc file. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -29/+66 |
| * | kenv(1) has been repo copied from usr.bin to bin. | David E. O'Brien | 2003-01-20 | 4 | -251/+0 |
| * | Sync with upstream again: | Tony Finch | 2003-01-20 | 3 | -59/+148 |
| * | If we're going to build and install this on ia64, we might as well | Marcel Moolenaar | 2003-01-18 | 1 | -7/+20 |
| * | Style fixes: brackets around the argument of return, and removal of | Tony Finch | 2003-01-17 | 1 | -36/+36 |
| * | Add a necessary cast, because ptrdiff_t isn't necessarily the same as int. | Tony Finch | 2003-01-17 | 1 | -1/+1 |
| * | Implement nonblocking tpc-connections. rpcgen -m does still | Martin Blapp | 2003-01-16 | 2 | -5/+33 |
| * | Change the handling of non-anchored global substitutions of the empty | Marcel Moolenaar | 2003-01-15 | 1 | -8/+9 |
| * | Like sh_types, dt_tags just aren't in consecutive order, so we have to move | David E. O'Brien | 2003-01-15 | 1 | -9/+78 |
| * | The defined sh_types's just aren't in consecutive order, so we have to move | David E. O'Brien | 2003-01-15 | 1 | -5/+32 |
| * | Hookup elfdump. | David E. O'Brien | 2003-01-15 | 1 | -0/+1 |
| * | Add a BSDL'ed util that displays information about ELF files. | David E. O'Brien | 2003-01-15 | 2 | -0/+1010 |
| * | o Typo/Grammar fixes | Mike Makonnen | 2003-01-14 | 3 | -10/+18 |
| * | Add my birthday | Christian Brueffer | 2003-01-14 | 1 | -0/+1 |
| * | Prevent infinite substitution of the empty string by forcing non- | Marcel Moolenaar | 2003-01-13 | 1 | -0/+11 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 2 | -6/+6 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 2 | -8/+6 |
| * | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | Matthew Dillon | 2003-01-11 | 2 | -2/+2 |
| * | The return-path is optional in a headline, therefore don't skip a | Mike Heffner | 2003-01-09 | 1 | -5/+12 |
| * | Correct a few more definitions, capitalize header fields consistently. | Mike Heffner | 2003-01-09 | 1 | -5/+5 |
| * | Clarify ~. escape definition, remove duplicate entry, and shorten a | Mike Heffner | 2003-01-09 | 1 | -4/+3 |
| * | Document the ~. and ~? command escapes. | Mike Heffner | 2003-01-09 | 1 | -0/+4 |
| * | Add "ifstat" display: | Poul-Henning Kamp | 2003-01-04 | 8 | -2/+785 |
| * | When we close a display, mark it as not-initialized so that we will | Poul-Henning Kamp | 2003-01-04 | 1 | -0/+1 |
| * | Unifdef has got some crack-smoking exit values: | Peter Wemm | 2003-01-04 | 1 | -10/+1 |
| * | Complete the bzip2 suite. | David E. O'Brien | 2003-01-04 | 2 | -0/+12 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 8 | -11/+11 |
| * | Fix typos; add FreeBSD Id where missing. | Jens Schweikhardt | 2003-01-01 | 6 | -11/+14 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 12 | -12/+14 |
| * | Back out rev 1.20; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -3/+1 |
| * | Back out rev 1.27; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -2/+1 |
| * | Move elf2aout back to /usr/bin -- it is a general development tool, not | David E. O'Brien | 2002-12-30 | 1 | -0/+1 |
| * | Use the offical sys/endian.h rather than reaching way over into another | David E. O'Brien | 2002-12-30 | 2 | -2/+1 |
| * | Adjust path to crunchide. | David E. O'Brien | 2002-12-30 | 1 | -3/+3 |
| * | Adjust max WARNs for sparc64. | David E. O'Brien | 2002-12-30 | 1 | -2/+1 |
| * | Style cleanup. | David E. O'Brien | 2002-12-30 | 1 | -11/+10 |
| * | Make WARNS=5 clean. | David E. O'Brien | 2002-12-30 | 2 | -5/+3 |
| * | This builds fine with WARNS. | David E. O'Brien | 2002-12-30 | 1 | -1/+0 |
| * | Diff-reduction WRT crypto telnet; replace "#if 0" code removed by an | Mark Murray | 2002-12-29 | 1 | -0/+41 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 11 | -12/+12 |
| * | Clarify the distinction between the Proclamation of the Province of | Greg Lehey | 2002-12-25 | 2 | -1/+2 |
| * | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 6 | -12/+12 |
| * | Check NULL pointer to avoid SIGSEGV | David Xu | 2002-12-24 | 1 | -1/+2 |
| * | Fixed the abuses of .Ql visible on stderr in troff mode. | Ruslan Ermilov | 2002-12-23 | 5 | -68/+68 |
| * | mdoc(7) police: most -mdoc macros can take multiple arguments. | Ruslan Ermilov | 2002-12-23 | 1 | -2/+1 |