Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -6/+6 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+2 |
| | |||||
* | Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list. | phantom | 2000-12-14 | 1 | -4/+5 |
| | | | | | Correct .Xr macro usage. Also fix few more typos while I'm here. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -18/+18 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -4/+2 |
| | |||||
* | #include <errno.h> where needed. Kill extern int errno;. | imp | 2000-04-14 | 7 | -8/+15 |
| | | | | Minor warnings in tip corrected. | ||||
* | Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip. | bsd | 2000-03-15 | 2 | -4/+26 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Fix a 'tip' core dump caused by a null pointer dereference when | bsd | 2000-02-22 | 1 | -1/+1 |
| | | | | | | | | sending a file to the remote system. PR: bin/15660 Reviewed by: jkh Approved by: jkh | ||||
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Rename a function to avoid conflict with the new syscall 'pwrite'. | dt | 1999-04-04 | 4 | -18/+18 |
| | |||||
* | Some 64bit portability fixes. | dfr | 1998-10-03 | 2 | -5/+8 |
| | |||||
* | Makefile.inc was conditionally setting vars already set by bsd.own.mk | obrien | 1998-09-21 | 2 | -5/+8 |
| | | | | | which is read before tip's own Makefile is. Move those varables here where they will do some good. | ||||
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+2 |
| | |||||
* | Fix a few typos. | steve | 1998-06-27 | 1 | -3/+4 |
| | | | | | PR: 7092 Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp> | ||||
* | sizeof(foo - 1) isn't the same as sizeof(foo) - 1. | imp | 1998-06-09 | 1 | -3/+3 |
| | | | | Pointed out by: Theo De Raadt. | ||||
* | o Use snprintf rather than sprintf. | imp | 1998-06-09 | 3 | -11/+12 |
| | | | | | | o Revert gid to caller before a shell so we can run setgid. o minor style nits to make bruce happy :-) o use strncpy correctly. | ||||
* | Remove special global tags support; we don't do it that way anymore. | eivind | 1998-03-26 | 1 | -2/+0 |
| | |||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 4 | -7/+7 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Removed a buffer overflow in args(). | eivind | 1997-08-26 | 2 | -35/+38 |
| | | | | | While I'm here, fix a bug with 'register' in conjunction with setjmp(), staticize and do some -Wall cleaning. | ||||
* | Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX | imp | 1997-08-25 | 4 | -11/+11 |
| | | | | | | | to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable buffer overflow in tipout.c. Reviewed by: millert@openbsd.org (tipout.c) Submitted by: millert@openbsd.org (rest of idea) | ||||
* | Fix buffer overflow. prompt didn't get a size for its buffer, | imp | 1997-08-22 | 3 | -20/+25 |
| | | | | | so it could overflow it. Also made some filenames MAXPATHLEN long rather than 80 long. | ||||
* | Add prototypes, usage(). Use err(3). | charnier | 1997-08-18 | 17 | -69/+240 |
| | |||||
* | kill the undead | peter | 1997-07-13 | 23 | -5708/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 23 | -0/+5708 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, | bde | 1997-07-06 | 23 | -0/+5708 |
| | | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported. | ||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 23 | -5708/+0 |
| | | |||||
* | | Typo fix. | max | 1997-06-14 | 1 | -1/+1 |
| | | | | | | | | | | PR: 3869 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | | Include types.h before libutil.h | jkh | 1997-05-11 | 1 | -0/+1 |
| | | |||||
* | | Add support for GLOBAL style tags. | jkh | 1997-04-13 | 1 | -0/+2 |
| | | |||||
* | | Fixed DPADD. | bde | 1997-04-01 | 1 | -2/+2 |
| | | |||||
* | | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org | ||||
* | | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 1 | -4/+2 |
| | | |||||
* | | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
| | | |||||
* | | Do not claim that tip is also called cu. | peter | 1996-09-19 | 1 | -21/+2 |
| | | | | | | | | Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639 | ||||
* | | Fixed DPADD. | bde | 1996-09-05 | 1 | -1/+2 |
| | | |||||
* | | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
| | | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -4/+4 |
| | | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | | Here's a patch that fixes the problem with modem syncronization | pst | 1996-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko <ambrisko@tcs.com> | ||||
* | | Eliminate multiply uucplock.c copies | ache | 1996-03-04 | 2 | -146/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 23 | -5708/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | recording cvs-1.6 file death | peter | 1995-12-30 | 5 | -1200/+0 |
| | | |||||
* | | Make tip recognize EOF in more cases. | phk | 1995-11-26 | 1 | -6/+17 |
| | | |||||
* | | We wouldn't want to kill init if our parent died... | phk | 1995-10-09 | 1 | -2/+4 |
| | | | | | | | | Spotted by: davidg | ||||
* | | Die if we get errors from the tty. | phk | 1995-10-06 | 1 | -3/+5 |
| | | |||||
* | | Rename PATH_LOCK to PATH_UUCPLOCK | ache | 1995-09-23 | 1 | -1/+1 |
| | | |||||
* | | Use new _PATH_LOCK | ache | 1995-09-20 | 2 | -2/+2 |
| | | | | | | | | Fix bug: pid was not assigned | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 15 | -83/+83 |
| | |