cgd
fc5ae3c87e
__386BSD__ -> i386; this file might break for m68k because of ifdefs...
1993-12-06 09:25:14 +00:00
cgd
aacc00e1f9
get rid of __386BSD__ and replace as appropriate with __NetBSD__ and i386
1993-12-06 09:21:56 +00:00
cgd
ced62eee4c
remove INADDR_LOOPBACK; it's defined in netinet/in.h now
1993-12-06 08:40:00 +00:00
glass
2545c2d0cc
lamp's queue is huge
1993-12-06 07:45:39 +00:00
mycroft
73f2af0512
Add quad support.
1993-12-06 07:35:56 +00:00
mycroft
e52bc1d4f0
Add quad stuff, etc.
1993-12-06 07:25:07 +00:00
cgd
39bb0b1bc8
oops; fix that last...
1993-12-06 07:14:45 +00:00
cgd
443babf5ac
the ugliest compatibility hack i think i've ever seen...
...
define COMPAT_OLDSOCKOPT to get new kernels to work with the
old args to [sg]sockopt. this is going to go away "soon".
note that this option only has effect if MULTICAST is not defined.
1993-12-06 06:46:28 +00:00
hpeyerl
4bfc470a3c
multicast patches
...
>From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
1993-12-06 05:46:37 +00:00
briggs
599aa2201d
This is currently just the hp300 man page with the boot sequence
...
description removed. It needs to describe the macintosh boot
in some detail and perhaps note that the macintosh doesn't work
as described in all cases (yet).
1993-12-06 05:34:07 +00:00
mycroft
1caea71e09
Clean up deleted files.
1993-12-06 05:28:45 +00:00
cgd
ba0b79a100
update for MACHINE_ARCH
1993-12-06 05:28:34 +00:00
hpeyerl
aa7f3b23a8
multicast support.
...
>From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
1993-12-06 04:50:19 +00:00
briggs
99fee960e0
Fix includes to use ../mac68k instead of ../mac and add some semi-colons
...
to a couple of default: switches. gcc2 doesn't mind not having them,
but gcc1 sure does.
1993-12-06 04:27:52 +00:00
hpeyerl
d1648996c9
multicast support.
...
From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
1993-12-06 04:17:38 +00:00
briggs
54614538ca
Dumb typo. Must be dyslexic. Changed MACHINE_MID to MID_MACHINE.
1993-12-06 04:11:47 +00:00
cgd
2f30f0fdf0
two fixes from thomas@mathematik.uni-Bremen.de (bug bin/37):
...
create the lock file with a non-random mode
make sure the lock struct is properly initialized.
1993-12-06 04:10:42 +00:00
briggs
dcbf82a3fe
Move MID_MACHINE to param.h from exec.h and get rid of bogus includes.
1993-12-06 04:09:20 +00:00
cgd
00e991f068
from thomas@mathematik.uni-Bremen.de (in gnats bug bin/36):
...
crond doesn't log executed commands since the conditional around
the log_it call is only based on the definition of LOG_FILE instead
of LOG_FILE or SYSLOG. Also, if there is neither LOG_FILE nor SYSLOG
defined calls to log_it are still issued but there is no log_it
function defined (This doesn't affect us, since SYSLOG is defined
in config.h).
1993-12-06 03:35:56 +00:00
cgd
4db8a8637b
fix things so that memmove.so, et al., are built correctly on
...
machines w/o architecture-specific sources.
1993-12-06 03:10:35 +00:00
mycroft
b79a6bb6c0
Clean up deleted files.
1993-12-06 00:03:52 +00:00
paulus
6915f563ed
We don't want -Dm68851 in CFLAGS because (a) opcode/m68k.h declares
...
m68851 as a member of enum m68k_architecture, and (b) opcode/m68k.h and
config/tc-m68k.c automatically include 68851 support unless you define
NO_68851. tc-m68851.h is not used.
1993-12-06 00:03:50 +00:00
mycroft
09786cb42d
Back out previous change. It was wrong.
1993-12-05 23:04:49 +00:00
mycroft
5080d6a99f
Compile amd.
1993-12-05 22:11:09 +00:00
mycroft
e8e1a19487
Fix typo, MACHIN --> MACHINE. Reported by Brad Parker <brad@fcr.com>.
1993-12-05 22:10:48 +00:00
mycroft
09dc5c690d
Further patch by Havard Eidnes <Havard.Eidnes@runit.sintef.no> to avoid access
...
to uninitialized memory.
1993-12-05 21:43:57 +00:00
mycroft
f6a07377e5
Patches from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to allow
...
sorting by size.
1993-12-05 21:35:20 +00:00
briggs
bdb4a3a91a
Changed occurance of MACHINE_ARCH == "hp300" to MACHINE_ARCH == "m68k"
1993-12-05 15:45:52 +00:00
cgd
d69671a6d5
Add dummy install target for machines which don't have this
1993-12-05 14:51:56 +00:00
deraadt
f92ccee2e2
should bzero automatic sockaddr's before use
1993-12-05 14:36:48 +00:00
mycroft
b7a74adfed
Clean up deleted files.
1993-12-05 14:27:02 +00:00
cgd
7dba1e2544
get rid of libregex; it's unused
1993-12-05 14:26:22 +00:00
deraadt
ad97f8aac0
should bzero automatic sockaddr's before use
1993-12-05 13:58:43 +00:00
deraadt
b61a97ceeb
should bzero automatic sockaddr's before use
1993-12-05 13:41:07 +00:00
deraadt
df1ab8279c
should bzero automatic sockaddr's before use
1993-12-05 13:26:52 +00:00
pk
40293f757f
Add a comment on _GLOBAL_OFFSET_TABLE_ handling.
1993-12-05 12:44:13 +00:00
cgd
84c102ad15
make it owned by root so cron doesn't whine...
1993-12-05 12:26:10 +00:00
cgd
2dccb37573
run atrun every 10 minutes
1993-12-05 11:43:54 +00:00
cgd
940867e342
add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
1993-12-05 11:34:40 +00:00
mycroft
fb60f2ced9
Turn off special mask mode by default. It is clearly not supported enough.
1993-12-05 11:20:09 +00:00
mycroft
6f9ba74d72
Clean up deleted files.
1993-12-05 07:20:14 +00:00
phil
424b944426
Adding MACHINE_ARCH and changing MACHINE.
1993-12-05 06:50:39 +00:00
cgd
8389bbb900
do .S files, too
1993-12-05 02:42:42 +00:00
cgd
f00e1cfe6a
get pc532 moved into ns32k; that's is MACHINE_ARCH
1993-12-05 02:20:58 +00:00
mycroft
04f8c8eac7
Clean up deleted files.
1993-12-05 02:20:10 +00:00
cgd
08ee36190d
get pc532 moved into ns32k; that's is MACHINE_ARCH
1993-12-05 02:20:00 +00:00
mycroft
c051bea7ca
Clean up deleted files.
1993-12-05 01:56:14 +00:00
cgd
fdc1a28735
use .S
1993-12-05 01:52:27 +00:00
cgd
70182749fb
specify which files to copy into libkern
1993-12-05 01:46:02 +00:00
mycroft
364df3ec6d
Clean up deleted files.
1993-12-05 01:37:01 +00:00