| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Minor warnings in tip corrected.
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
|
|
|
| |
sending a file to the remote system.
PR: bin/15660
Reviewed by: jkh
Approved by: jkh
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
which is read before tip's own Makefile is. Move those varables here
where they will do some good.
|
| |
|
|
|
|
|
| |
PR: 7092
Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp>
|
|
|
|
| |
Pointed out by: Theo De Raadt.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
While I'm here, fix a bug with 'register' in conjunction with setjmp(),
staticize and do some -Wall cleaning.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
so it could overflow it. Also made some filenames MAXPATHLEN long rather
than 80 long.
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | |
|
| |
| |
| |
| |
| | |
PR: 3869
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| | |
Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639
|
| | |
|
| |
| |
| |
| |
| | |
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Spotted by: davidg
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix bug: pid was not assigned
|
| | |
|
| | |
|
| |
| |
| |
| | |
advertise tip's choice of location and perms.
|
| |
| |
| |
| |
| |
| |
| | |
1. Nuke out the aculib files that crept in somehow by mistake.
2. Fix the ${.CURDIR} path so that this stuff actually compiles.
It actually compiled for me before the commit, but I must have had
something short-cutting the bug.
|
| |
| |
| |
| |
| | |
fixes to many assorted bugs and misfeatures.
Submitted by: Tom Gray - DCA <dcasba@rain.org>
|
| | |
|