thorpej
a752cec2e0
Don't require compiling with -DDEBUG to enable debugging messages. Instead,
...
add a new option flag "-d", which enables debugging output. Compile all
of the code that used to be enabled with -DDEBUG unconditionally. The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway. Adjust
SYSLOG() to DTRT if debugging is not enabled.
1995-11-06 07:00:07 +00:00
christos
1949f5ea6b
- runio fails when result != 0 not only < 0
...
- print vis-encoded file in the scanner.
1995-10-29 23:54:45 +00:00
pk
ad511bd89a
Insert parentheses to get correct precedence when comparing time-stamps
...
(from Arne Juul; PR#1660).
1995-10-22 20:12:07 +00:00
mycroft
34b0d58fba
Fix tiny documentation error; default timeout is 5s, not 3s.
1995-10-12 03:05:50 +00:00
cgd
55f15749ce
need string.h to compile on alpha.
1995-10-10 17:56:10 +00:00
thorpej
86aa6c3604
Make an #include <alloca.h>' conditional on
sparc && !__NetBSD__', rather
...
than just `sparc'.
1995-10-10 16:29:50 +00:00
chopps
b93472a2bb
update copyright
1995-10-09 13:52:49 +00:00
chopps
dc683639f7
device is require not optional
1995-10-09 04:11:18 +00:00
thorpej
ad3a5f50ae
New-style RCS ids.
1995-10-09 03:51:32 +00:00
chopps
0699af0c7d
add grfconfig to amiga subdirs
1995-10-09 03:43:55 +00:00
chopps
b6873a23af
add grfconfig from Ezra Story <ezy@panix.com>
1995-10-09 03:43:22 +00:00
chopps
2a4b986b4e
add videomode to amiga specific subdirs
1995-10-09 00:52:17 +00:00
chopps
13e967a6eb
add videomode (sets video modes for grf[124]
1995-10-09 00:50:07 +00:00
chopps
389dfb1ebd
add gspa subdir
1995-10-09 00:09:05 +00:00
chopps
f28a6fbe4b
makefiles for gsp compiler and output converter
1995-10-09 00:06:57 +00:00
chopps
4a04381d56
compiler for the TMS34010 graphics processor. Original code from
...
Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de>
more standard argument handling from me.
1995-10-09 00:06:02 +00:00
chopps
5646c9b6d9
gspa output processor from Ignatios Souvatzis <is@beverly.rhein.de>
1995-10-09 00:02:47 +00:00
gwr
677a80857e
Add rdconfig
1995-10-08 22:55:48 +00:00
gwr
ea702e59dd
Helper program for "user RAM" mode supported by sys/dev/ramdisk.c
1995-10-08 22:40:41 +00:00
thorpej
31903d0eaa
Be safer with types. From Scott Reynolds <scottr@plexus.com>
1995-10-06 05:12:12 +00:00
mycroft
49d5e89682
Update from kernel source.
1995-10-05 08:58:21 +00:00
mycroft
1e1d370eec
Fix typos.
1995-10-05 08:23:18 +00:00
mycroft
2347ccba1b
Fix various parity and character size bugs from the termios transition.
1995-10-05 08:20:20 +00:00
mycroft
fde6ad0815
Fix a couple of things broken in the termios transition.
1995-10-05 08:01:29 +00:00
mycroft
dfd0b8b273
Fix type errors.
1995-10-05 07:47:32 +00:00
mycroft
0231229adc
Fix typo in previous.
1995-10-05 07:42:30 +00:00
mycroft
780c7fbe39
Change to use SET(), CLR(), and ISSET() macros.
1995-10-05 07:39:39 +00:00
thorpej
c57984e13a
New-style RCS ids.
1995-10-04 03:47:51 +00:00
thorpej
f335667d4d
New-style RCS ids.
1995-10-03 23:16:47 +00:00
hpeyerl
8e41ca8016
-- convert sgtty to termios. From: Scott Bartram <scottb@iis.net>
...
-- Use seteuid() to only give lpr, lprm, lpq and lpc root when they
need it from matthew green <mrg@mame.mu.oz.au>
1995-10-03 15:02:17 +00:00
pk
0e91488536
Prevent loop in SIGCHLD handler (Frank van der Linden; PR#1539).
1995-09-30 11:39:53 +00:00
thorpej
7760002a45
New-style RCS ids.
1995-09-30 07:12:43 +00:00
thorpej
a6af943990
Add support for the net.inet.tcp sysctl group and document. From
...
John Kohl <jtk@kolvir.blrc.ma.us>.
1995-09-30 07:05:19 +00:00
jtc
772e08ba5e
Remove libdbm DPADD
1995-09-27 21:30:10 +00:00
jtc
d538b54279
comment out HISTORY section, as it appears to be garbage; PR #1530
1995-09-27 19:49:25 +00:00
jtc
1bd0165884
iostat is in section 8; PR #1533
1995-09-27 19:46:12 +00:00
jtc
14381bce93
vmstat is in section 8; PR #1532
1995-09-27 19:45:07 +00:00
jtc
8ba230d554
vmstat is in section 8; PR #1532
1995-09-27 19:20:24 +00:00
jtc
c362ae238b
Add section number in SEE ALSO; PR #1531
1995-09-27 19:17:27 +00:00
jtc
68cc8e44b0
resolver(5) -> resolv.conf(5); PR #1501
1995-09-25 23:48:45 +00:00
thorpej
0964493c0d
Better way to deal with byte-order in the RMP packet (might work on a PDP-11!)
...
From Scott Reynolds <scottr@plexus.com>
1995-09-19 06:27:31 +00:00
glass
8d3a219347
if the function returns nothing, declare it void
1995-09-16 19:12:14 +00:00
glass
9f5762d576
if the function returns nothing, declare it void
1995-09-16 19:01:25 +00:00
thorpej
fd263d7b71
The rest of the little-endian patches from Scott Reynolds that
...
apparently slipped through the cracks before.
1995-09-12 20:07:52 +00:00
thorpej
d871ec0593
Changes from Scott Reynolds <scottr@plexus.com> to make this go on
...
little-endian machines (like the i386).
1995-09-12 07:13:06 +00:00
thorpej
c78a02a75a
Make the "/tftpboot/<client-ip-address>" requirement conditional on
...
-DREQUIRE_TFTPBOOT and disable it by default.
1995-09-01 21:55:44 +00:00
cgd
1d48789579
pull in string.h for protos
1995-08-29 23:07:07 +00:00
ragge
f525d4b280
Cleaned up an old #ifdef vax.
1995-08-24 19:58:07 +00:00
ragge
5362187bf6
Removed unnecessary #ifdef vax that broke compilation.
1995-08-24 17:04:40 +00:00
thorpej
6799ca3972
Use new-style RCS ids.
1995-08-21 17:05:08 +00:00