matt
cfde366733
Use socklet_t with accept.
2005-04-25 03:43:22 +00:00
dsl
0e378e4772
Add (unsigned char) cast to ctype functions
2004-11-05 19:56:34 +00:00
jmc
f648d12d47
Add missing NetBSD ID tags
2004-06-30 03:26:26 +00:00
lukem
b817247988
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
...
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-05-23 02:24:50 +00:00
christos
6bd1d6d4db
Replace the statfs() family of system calls with statvfs().
...
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
fredb
cc03b614c7
Let "cu" connect at 230400 bps, if the port supports it.
2004-02-03 14:22:26 +00:00
lukem
130ab7336b
Rework how MAKEVERBOSE operates:
...
* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
lukem
9d55f70359
support MAKEVERBOSE
2003-10-20 00:40:53 +00:00
matt
b746f8a878
Allow UUCP to not be build when MKUUCP=no
2003-10-18 23:42:31 +00:00
itojun
0ba5684be4
possible scanf overrun
2003-05-17 15:05:19 +00:00
christos
18262fc53f
PR/2970: D'Arcy J.M. Cain: Eliminate trailing slashes in mkdir(2)
2003-04-19 21:46:17 +00:00
wiz
839680dfba
Correct spelling of "overridden". From PR 20718 by Igor Sobrado.
2003-03-15 19:22:16 +00:00
is
cc76c3867a
Use a neutral error message - the details have been printed already, and
...
the older message is plain wrong under some circumstances. See PR 5398,
which is fixed.
2003-01-21 22:47:20 +00:00
simonb
276fd1665c
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
wiz
5e442fbbdd
specified, not specifed.
2003-01-06 12:38:47 +00:00
scw
f88b19a600
Avoid strict-alias warnings.
2002-12-06 09:57:58 +00:00
lukem
0ac69ffac4
- use NETBSDSRCDIR as appropriate
...
- makefile lint (moving NOxx to top of file,
include <bsd.own.mk> as necessary, ...)
2002-09-19 03:09:31 +00:00
wiz
4b20971f01
Spell acquire with a 'c'.
2002-07-10 23:16:32 +00:00
thorpej
897fba04fe
Add -Wno-format-zero-length to CWARNFLAGS; ulog() is a printf-like
...
function for which "" is a perfectly reasonable argument.
2002-05-30 05:46:16 +00:00
ross
dc5571b22e
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:21:55 +00:00
wiz
ca93d68d44
then -> than.
2002-01-07 14:47:37 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
wiz
1fd7eeefcd
"than" instead of "then".
2001-11-21 19:14:19 +00:00
briggs
1abee6c6fd
Add:
...
-F (default) h/w flow control
-f no h/w flow control
-q be quiet during downloads
2001-10-26 14:44:13 +00:00
itojun
1f8d9cbdd1
pull patch from openbsd Errata 033:
...
A security hole exists in uucp(1), uux(1) and uuxqt(1) that may allow
an attacker on the local machine to run arbitrary commands with
root privileges.
Fix:
Pay more attention to commandline parsing of long options.
Patch from jbj@redhat.com via millert@.
2001-09-12 07:51:03 +00:00
wiz
251b3464be
heirarchy -> hierarchy
2001-08-24 10:24:45 +00:00
wiz
1e378c4c12
precede, not preceed.
2001-08-20 12:00:46 +00:00
is
2afc3dfa0d
Don't divide by zero when computing timeout values, else we SIGFPE when
...
sending "long" files over pipe links.
This fix closely follows the one suggested by <felix@subnet.sub.net> in
an email to Ian Lance Tailor years ago.
2001-05-03 20:43:16 +00:00
wiz
7664f3a90e
Use standard comment macro (.\" instead of ''').
...
Noted in bin/8736 by Danny Thomas.
XXX: most OpenSSL man pages have this problem, too.
2001-04-06 14:06:02 +00:00
is
7746515bac
We're using /var/spool.
2001-02-10 20:51:04 +00:00
enami
5d9e26fa5b
- Use PRINTOBJDIR and .WAIT where appropriate.
...
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
2001-01-09 08:52:56 +00:00
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
is
f06406d722
uuchk is not program-called; it is called by the administrator to check the
...
configuration file.
2000-12-11 15:49:07 +00:00
mycroft
9acd4e0870
Fix uninitialized uuconf_fcarrier and uuconf_fhardflow in the case where the
...
port or line name was specified as an option. Fixes PR 9667.
2000-03-23 19:05:40 +00:00
is
ede6f343b9
Fix file format example bug. Now the example is consistent with the
...
documentation a couple lines above, the source code and an experiment.
2000-03-13 20:41:50 +00:00
mycroft
615ac255bd
More .mk file fallout. *sigh*
2000-01-23 22:10:52 +00:00
mycroft
41147083cf
Don't use GNU malloc() any more.
1999-07-30 04:07:23 +00:00
kleink
cc04c972f1
Whitespace pasto in previous.
1999-03-31 10:47:51 +00:00
kleink
525cb207f6
Build texinfo documentation.
1999-03-29 11:40:36 +00:00
kleink
c8a66681e3
Import texinfo documentation for Taylor UUCP 1.06.1.
1999-03-29 11:16:59 +00:00
lukem
7e1c62baf8
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
1999-03-13 23:17:46 +00:00
lukem
868ca23db4
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
1999-02-13 23:53:56 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
tron
175f482885
Fix for broken send file function supplied by Frederick Bruckman in
...
in PR bin/6834.
1999-01-18 20:54:43 +00:00
mycroft
a6bb9f4ef1
const poisoning.
1998-07-27 01:12:35 +00:00
tron
f9660e3cd5
Fix buffer overflow when forwarding jobs.
1998-05-14 07:31:25 +00:00
ross
390112ef89
LP64 (64 bit) sweep to make these compile.
1998-04-17 23:39:29 +00:00
fair
d38436e8c7
correct file names in manual pages per PR#4906
1998-03-24 08:03:10 +00:00
cgd
0924c4443d
Make sure the reason that NOLINT is set is documented. Additionally
...
in places where it should be set (or has to be set right now), do so.
1998-02-19 02:17:05 +00:00