thorpej
2aca76bf3b
Sun3x and PowerPC both use new libkvm.
1997-03-30 23:42:24 +00:00
cjs
ff88177058
Changes to make anonymous uploads more secure. For anonymous users:
...
* Set umask to 707;
* Disable UMASK, CHMOD, DELE, RMD and MKD commands.
Compile-time options let you change that umask and go back to the
old, insecure way if you like.
1997-03-30 22:53:36 +00:00
jonathan
c1f72bba37
Add ifmedia hooks: include <ifmedia.h> and add sc_media to softc.
1997-03-30 22:47:05 +00:00
jonathan
70e7856e42
Match missing variants:
...
3c900 twisted-pair only, 3c595 mii, 3c595 100bT4, 3c905 100bT4.
Is there an MII version of the 3c905?
1997-03-30 21:31:01 +00:00
leo
67c47d4b56
Remove a hardcoded interrupt handler. Now uses intr_establish() for the
...
SCSI-drq handler on the Hades.
1997-03-30 21:08:19 +00:00
leo
103e8967c4
Add a space to the attach message.
1997-03-30 21:04:13 +00:00
fvdl
f7d4d2acec
Split handling reserved port handling for NFS rpcs and mount rpcs up;
...
-noresport -> -noresvport, and new option: -noresvmnt
Include a warning in the exports manual page on how -alldirs does
not guarantee that all accesses from a client stay below the mounted
subdirectory.
1997-03-30 20:53:31 +00:00
briggs
2606fe6cbd
Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of
...
tweaks and bug fixes by yours truly.
Here's what Denny had to say:
nubus.h:
- add a drsw entry for my card
[ I also added a couple of constants for more display cards ]
if_sn.c:
- allocate sc->space using malloc (Scott wanted this).
- make csr accesses use NIC_PUT/GET, remove sc->sc_csr.
- add multicast and IFF_PROMISC support. multicast isn't
well tested, but I made sure the unicast case still
works.
- finish the new arp interface, remove sc->sc_enaddr
if_snreg.h:
- remove struct sonic_reg
if_snvar.h:
- add NIC_PUT and NIC_GET macros a la if_ae
- remove sc_txhead, it isn't used.
if_sn_nubus.c:
- clean up support for my SE/30 card.
- Move add_nubus_intr from if_sn.c (to keep if_sn.c MI)
if_sn_obio.c:
- make Q610, C610, Q650, C650, Q800 use EXBUS.
- PB500 had a "return" where "break" was intended. PB500
probably wasn't working.
- move add_nubus_intr from if_sn.c.
- add an "explanation" why Apple's ethernet addr is encoded
in token ring format in the PROM.
1997-03-30 19:51:44 +00:00
veego
640697a2be
Flush old filter rules and enable ipf again after the fix for
...
src/sys/netinet/ip_fil.c revision1.7
1997-03-30 19:08:14 +00:00
christos
c318eb0071
PR/3402: Volker Schmidt: Add missing prototype for hardpps.
1997-03-30 17:29:41 +00:00
christos
6c41fdc592
Handle NULL shmid_ds properly in shmctl.
1997-03-30 17:21:02 +00:00
christos
dd3f97976c
Comment out DIAGNOSTIC panic in trap code translation. The DIAGNOSTIC is
...
correct, but unfortunately in trap.c trapsignal(p, SIGSEGV, code) passes
the address of the fault in code, instead of the trap code. So we punt for
now doing checking for trap code validity until this gets fixed.
1997-03-30 17:18:19 +00:00
is
ba42360d18
Move mopa.out manpage back to base, where the binary already is. (Should it
...
be in comp instead?)
1997-03-30 12:11:59 +00:00
veego
d21fe25380
Add missing .include "${.CURDIR}/../../Makefile.inc"
...
otherwise the binaries are installed into / instead of /usr/sbin
1997-03-30 12:00:33 +00:00
is
9c5a4a0182
- move mopa.out man page to comp
...
- add cpu_reboot(9)
1997-03-30 11:32:59 +00:00
is
1309901ce0
The DraCo has had a com driver for quite a while.
1997-03-30 11:06:40 +00:00
is
2672ddd9d5
ifdef NARP -> if NARP > 0
1997-03-30 10:38:51 +00:00
is
476514e8a8
Add a full stop.
1997-03-30 10:13:09 +00:00
is
5f3ff121fb
Mention installboot, the bootblocks and screenblank.
1997-03-30 09:13:44 +00:00
mellon
55622d465e
Small but significant bug fix from ISC code
1997-03-29 23:57:54 +00:00
mellon
2a0680d372
Obsoleted by new dhcp/ tree
1997-03-29 23:27:49 +00:00
christos
ee29ff37a9
PR/3396: Klaus Klein: If CREAD is not set drop incoming data.
1997-03-29 23:26:27 +00:00
mellon
89c5dd24ac
Obsoleted by new dhcp/ tree
1997-03-29 23:24:49 +00:00
mellon
19fea7dfee
Build dhcp, not dhcpd.
1997-03-29 23:22:39 +00:00
christos
3c24c46e1c
PR/3399: Tatoku Ogaito: Careful with not null terminated utmp strings.
1997-03-29 23:21:37 +00:00
mellon
6d30ac6583
Move common declarations to single file
1997-03-29 23:20:52 +00:00
mellon
8814b58c39
Top-level BSD-style Makefile
1997-03-29 23:19:13 +00:00
mellon
1f376e9eef
Not needed by NetBSD
1997-03-29 23:17:25 +00:00
christos
af726e9c88
PR/3405: Krister Walfridsson: Various typos; since we compile with POSIX
...
libm, we should not xref matherr(3), and describe the errno settings.
1997-03-29 23:10:55 +00:00
mellon
33d15ff158
Move common declarations to single file
1997-03-29 23:09:00 +00:00
mellon
97241bca9e
Not needed by NetBSD
1997-03-29 23:00:38 +00:00
mellon
0c5591b0e4
BSD needs makefile to install client script
1997-03-29 22:46:12 +00:00
mellon
c835f908cb
BSD-style Makefile
1997-03-29 22:45:09 +00:00
mellon
3658d198d1
Not needed by NetBSD
1997-03-29 22:44:52 +00:00
mellon
8b59da0ca0
BSD-style Makefile
1997-03-29 22:28:44 +00:00
mellon
bbdaa0dea3
Not needed by NetBSD
1997-03-29 22:27:46 +00:00
mellon
a2dbbb23a4
BSD-style Makefile
1997-03-29 22:25:08 +00:00
mellon
2b041c374a
Not needed in NetBSD
1997-03-29 22:24:43 +00:00
mellon
5432e7db26
Don't need bogus non-BSD Makefile
1997-03-29 22:17:30 +00:00
mellon
1d8d24c579
BSD-style makefile for libdhcp.a
1997-03-29 22:17:08 +00:00
mellon
2a70b408dc
Not needed in NetBSD
1997-03-29 22:08:11 +00:00
mellon
78832e06d1
Not needed by NetBSD
1997-03-29 22:06:45 +00:00
mellon
f5aacd55fe
March 29 snapshot
1997-03-29 21:52:15 +00:00
christos
c6662d5a28
PR/3406: SAITOH Masanobu: Delete extra backslash in mesg.1.
1997-03-29 21:43:03 +00:00
christos
68b10e62c4
PR/3407: Koji Imada: Modern BIOS's can boot from higher than second hard disk
1997-03-29 21:40:19 +00:00
christos
4c29beee46
PR/3409: Koji Imada: cdsize() timeout too short for cd changers.
1997-03-29 21:37:55 +00:00
christos
98931492ff
PR/3410: NAKAJIMA Yoshihiro: Add futimes.2 link
1997-03-29 21:35:45 +00:00
thorpej
043fb41aec
Set NOPIC and NOPROFILE on PowerPC.
1997-03-29 21:17:22 +00:00
thorpej
caa7081f36
Build libkvm on the PowerPC.
1997-03-29 21:12:23 +00:00
thorpej
b5afa93922
kvm routines for PowerPC; just stubs, for now. From Wolfgang Solfrank
...
<ws@tools.de>
1997-03-29 21:11:03 +00:00