deraadt [Tue, 5 Dec 1995 22:28:00 +0000 (22:28 +0000)]
delete a stupid hostname
deraadt [Tue, 5 Dec 1995 22:15:16 +0000 (22:15 +0000)]
this is useful in compile directories
deraadt [Mon, 4 Dec 1995 14:23:19 +0000 (14:23 +0000)]
a.out is more likely, so check for it first
niklas [Sun, 3 Dec 1995 10:04:29 +0000 (10:04 +0000)]
Rearrange user page table size calculation so that silent overflow
cannot occur
davem [Sun, 3 Dec 1995 02:24:16 +0000 (02:24 +0000)]
Restore condition codes if we pull the special_fp_store
trick before returning from the trap.
deraadt [Fri, 1 Dec 1995 20:39:26 +0000 (20:39 +0000)]
we cannot jump into ddb until the interrupt has been acknowledged to the
chip. set a flag and defer calling ddb till end of interrupt routine.
deraadt [Fri, 1 Dec 1995 19:26:41 +0000 (19:26 +0000)]
previous verbosity patch was wrong
deraadt [Fri, 1 Dec 1995 19:10:47 +0000 (19:10 +0000)]
add CONSOLEBREAKDDB support. also be less verbose at boot..
niklas [Fri, 1 Dec 1995 18:24:50 +0000 (18:24 +0000)]
Oops, forgot to declare emul_sunos
deraadt [Fri, 1 Dec 1995 18:13:15 +0000 (18:13 +0000)]
fixed ddb, improved fifo handling, new still-not-working dma support
from drahn@pacific.urbana.mcd.mot.com
deraadt [Fri, 1 Dec 1995 17:57:34 +0000 (17:57 +0000)]
for now, assume no flash on 167 (is this true?)
niklas [Fri, 1 Dec 1995 17:47:16 +0000 (17:47 +0000)]
niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.
always set/clear in setregs() now
deraadt [Fri, 1 Dec 1995 01:52:45 +0000 (01:52 +0000)]
from netbsd:
preserve netbsd when compressing
deraadt [Fri, 1 Dec 1995 01:52:07 +0000 (01:52 +0000)]
from netbsd:
latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
deraadt [Fri, 1 Dec 1995 01:51:21 +0000 (01:51 +0000)]
from netbsd:
Changed to use the hacked up version Thor got from the original
maintainers. It is uglier than mycroft's version, but it works on a
lot more machines than his does. Hopefully this can be fixed "for
real" after the release. Note that although it works on a superset of
the machines that mycroft's did, it is still broken on some slower
machines with fast disks. The thing is full of timing bugs. Sigh.
deraadt [Fri, 1 Dec 1995 01:20:39 +0000 (01:20 +0000)]
correct typo pointed out by chuck (in the prettiest way possible
deraadt [Thu, 30 Nov 1995 23:03:46 +0000 (23:03 +0000)]
properly catch cases where buffers are on the kstack, from hannken@eis.cs.tu-bs.de
deraadt [Thu, 30 Nov 1995 22:59:06 +0000 (22:59 +0000)]
correct way to call tsleep is almost always "while (condition) tsleep(...)"
deraadt [Thu, 30 Nov 1995 22:53:55 +0000 (22:53 +0000)]
do not truncate swdevt[] ever
deraadt [Thu, 30 Nov 1995 22:53:00 +0000 (22:53 +0000)]
in actual fact MAXPARTITIONS is 16 and scsi disk is major 4
deraadt [Thu, 30 Nov 1995 22:52:05 +0000 (22:52 +0000)]
prevent access to page 0 of virtual space
deraadt [Thu, 30 Nov 1995 18:40:21 +0000 (18:40 +0000)]
integrate 040 MDP_UNCACHE_WX cache changes by niklas & deraadt
deraadt [Thu, 30 Nov 1995 09:51:26 +0000 (09:51 +0000)]
do not drop into debugger on simple recoverable errors
deraadt [Wed, 29 Nov 1995 17:02:41 +0000 (17:02 +0000)]
niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.
always set/clear in setregs() now
deraadt [Tue, 28 Nov 1995 22:42:55 +0000 (22:42 +0000)]
add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsd
niklas [Tue, 28 Nov 1995 20:43:08 +0000 (20:43 +0000)]
Fix SunOS emulation on 040
deraadt [Tue, 28 Nov 1995 20:43:07 +0000 (20:43 +0000)]
on the '040, do not cache write+exec pages for sunos processes. SunOS ld.so
is unaware of split I/D caches, and hence messes up. patch by niklas
deraadt [Tue, 28 Nov 1995 19:35:58 +0000 (19:35 +0000)]
let loadbsd define sync scsi operation
deraadt [Tue, 28 Nov 1995 17:31:44 +0000 (17:31 +0000)]
update from netbsd
deraadt [Tue, 28 Nov 1995 16:43:47 +0000 (16:43 +0000)]
i386 isa bounce buffers by hannken@eis.cs.tu-bs.de
deraadt [Tue, 28 Nov 1995 16:15:42 +0000 (16:15 +0000)]
i386 isa bounce buffers by hannken@eis.cs.tu-bs.de
ultra14f does not bounce properly yet.
deraadt [Tue, 28 Nov 1995 01:24:40 +0000 (01:24 +0000)]
delete last chunks of MAPPEDCOPY
deraadt [Tue, 28 Nov 1995 01:24:16 +0000 (01:24 +0000)]
delete duplicate sysarch function body
deraadt [Tue, 28 Nov 1995 01:22:56 +0000 (01:22 +0000)]
log source route attempts when source routing is disabled
deraadt [Sun, 26 Nov 1995 23:40:17 +0000 (23:40 +0000)]
add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsd
deraadt [Sun, 26 Nov 1995 18:19:15 +0000 (18:19 +0000)]
partial cleanup
deraadt [Sun, 26 Nov 1995 16:31:09 +0000 (16:31 +0000)]
enable tftp as it has security builtin;
disable walld/1 by default for security (as pointed out by Chris Cappuccio)
deraadt [Sun, 26 Nov 1995 00:32:09 +0000 (00:32 +0000)]
new motd
deraadt [Sat, 25 Nov 1995 16:46:23 +0000 (16:46 +0000)]
make quotas work on ffs; from andrew@wipux2.wifo.uni-mannheim.de; netbsd pr #1790
deraadt [Sat, 25 Nov 1995 16:07:17 +0000 (16:07 +0000)]
documentation repair; from andrew@wipux2.wifo.uni-mannheim.; netbsd pr #1786
deraadt [Sat, 25 Nov 1995 15:55:56 +0000 (15:55 +0000)]
document "ms" field; from tng@nuclth15.phys.sci.osaka-u.ac.jp, netbsd pr#1789
deraadt [Thu, 23 Nov 1995 17:12:11 +0000 (17:12 +0000)]
include sys/types.h as mandated by X/Open XPG 4.2; from agc@sde.uts.amdahl.com; netbsd pr#1785
deraadt [Thu, 23 Nov 1995 16:28:59 +0000 (16:28 +0000)]
from netbsd
deraadt [Thu, 23 Nov 1995 15:56:20 +0000 (15:56 +0000)]
update from netbsd
deraadt [Thu, 23 Nov 1995 13:14:31 +0000 (13:14 +0000)]
userret() parameter botch; prototype userret(); make ddb easier to enter
deraadt [Thu, 23 Nov 1995 13:13:26 +0000 (13:13 +0000)]
MAPPEDCOPY is garbage; it is not cache-aware
deraadt [Thu, 23 Nov 1995 13:13:05 +0000 (13:13 +0000)]
as has no -g flag
deraadt [Wed, 22 Nov 1995 22:22:51 +0000 (22:22 +0000)]
fake all target
deraadt [Wed, 22 Nov 1995 15:39:52 +0000 (15:39 +0000)]
go away
deraadt [Wed, 22 Nov 1995 11:17:17 +0000 (11:17 +0000)]
do not need to load off 4.3 filesystems
deraadt [Wed, 22 Nov 1995 11:05:19 +0000 (11:05 +0000)]
release text vnode before releasing credentials. vnode releasing can
block, but credentials should be alive until the process is really
dead. from tegge@idt.unit.no; netbsd pr#1767
deraadt [Wed, 22 Nov 1995 11:03:05 +0000 (11:03 +0000)]
change ZLRB_RING_SIZE to 4096
deraadt [Wed, 22 Nov 1995 10:51:49 +0000 (10:51 +0000)]
copy the bootblocks to the right place
deraadt [Wed, 22 Nov 1995 10:36:45 +0000 (10:36 +0000)]
fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to
be used and do not abort; check for A->PTR->A loop otherwise only match on
#.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to
finding these problems.
deraadt [Wed, 22 Nov 1995 10:32:52 +0000 (10:32 +0000)]
handle "cd -" causing crash if used as first sh command; from scottr@Plexus.COM; netbsd pr#1760
deraadt [Wed, 22 Nov 1995 10:31:32 +0000 (10:31 +0000)]
from netbsd:
Prevent the ITE_ACTIVE bit from being cleared in iteoff() if the ITE_ISCONS
bit is set. Works around the fact that the last process to have the
console open exits, the bit is cleared, and "syncing disks...", etc. is
not seen if the system is rebooted with reboot(8). Fixes PR #1455.
deraadt [Wed, 22 Nov 1995 10:21:25 +0000 (10:21 +0000)]
new fancy snapshot install from david@city.ac.uk
deraadt [Wed, 22 Nov 1995 10:15:05 +0000 (10:15 +0000)]
from netbsd; {} mania
deraadt [Wed, 22 Nov 1995 09:58:39 +0000 (09:58 +0000)]
kernel is called /bsd
deraadt [Tue, 21 Nov 1995 17:42:13 +0000 (17:42 +0000)]
fake depend:
deraadt [Tue, 21 Nov 1995 13:30:29 +0000 (13:30 +0000)]
add cleandir target
deraadt [Tue, 21 Nov 1995 13:02:11 +0000 (13:02 +0000)]
fix copyrights
deraadt [Tue, 21 Nov 1995 13:00:25 +0000 (13:00 +0000)]
silly theo forgot to assert copyright on his optimized version
deraadt [Tue, 21 Nov 1995 03:53:32 +0000 (03:53 +0000)]
make this work
deraadt [Mon, 20 Nov 1995 14:03:28 +0000 (14:03 +0000)]
add erase support and another wangtek tape drive; from rhialto@polder.ubc.kun.nl; netbsd pr#1705
deraadt [Mon, 20 Nov 1995 13:36:18 +0000 (13:36 +0000)]
lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768
deraadt [Mon, 20 Nov 1995 09:38:09 +0000 (09:38 +0000)]
indentation botch
deraadt [Mon, 20 Nov 1995 09:36:56 +0000 (09:36 +0000)]
provide floor for sampling rate; from khym@bga.com; netbsd pr#1770
deraadt [Mon, 20 Nov 1995 09:34:33 +0000 (09:34 +0000)]
gethostbyname("#.#.#.#") should fail; not return an incompletely and
incorrectly initialized hostent. in particular, h_name is supposed to
be `an official name', and gethostbyname() wasn't even trying to meet
that requirement.
deraadt [Mon, 20 Nov 1995 09:21:12 +0000 (09:21 +0000)]
make gdb handle all NUM_REGS registers; from jpo.drs@sni.de; netbsd pr#1651,1703
deraadt [Mon, 20 Nov 1995 07:19:40 +0000 (07:19 +0000)]
make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; netbsd pr#1763
deraadt [Mon, 20 Nov 1995 07:01:12 +0000 (07:01 +0000)]
add # declaration for vme cgnine card
deraadt [Sun, 19 Nov 1995 16:03:51 +0000 (16:03 +0000)]
typo glitch repair
deraadt [Sun, 19 Nov 1995 13:53:08 +0000 (13:53 +0000)]
from netbsd; just cleanup
deraadt [Sun, 19 Nov 1995 13:52:35 +0000 (13:52 +0000)]
from netbsd; cosmetic
deraadt [Sun, 19 Nov 1995 13:52:18 +0000 (13:52 +0000)]
from netbsd; Give translated label a valid magic number
deraadt [Sun, 19 Nov 1995 13:52:02 +0000 (13:52 +0000)]
from netbsd; Switch to ncr_si (will just do PIO for now) and cleanup
deraadt [Sun, 19 Nov 1995 13:51:25 +0000 (13:51 +0000)]
from netbsd:
Latest, greatest version of the new NCR driver.
DMA works! Interrupts work! Disconnect/reselect works!
To be paranoid, leave that all disabled for now...
deraadt [Sun, 19 Nov 1995 13:50:58 +0000 (13:50 +0000)]
from netbsd; Add copyright
deraadt [Sun, 19 Nov 1995 13:49:18 +0000 (13:49 +0000)]
from netbsd; get size of softc right
deraadt [Sun, 19 Nov 1995 13:48:28 +0000 (13:48 +0000)]
from netbsd; Fix transposed copyin() args, from Niklas Hallqvist <niklas@appli.se>.
deraadt [Sun, 19 Nov 1995 13:47:56 +0000 (13:47 +0000)]
from netbsd; Oops, this also belongs to the ser02 selection
deraadt [Sun, 19 Nov 1995 13:47:25 +0000 (13:47 +0000)]
from netbsd; ufs -> ffs & two more filesystem types (from Mike Long; PR#1766)
deraadt [Sun, 19 Nov 1995 13:34:59 +0000 (13:34 +0000)]
from netbsd; will be customized to openbsd later of course...
deraadt [Sun, 19 Nov 1995 13:32:21 +0000 (13:32 +0000)]
from netbsd:
This is a table describing the geometry for several types of HP-IB disks.
The information is gleaned from .../hp300/dev/rdreg.h and
.../hp300/dev/rd_compat.c, but is much easier to read in this form.
This is basically meant to be supplemental documentation to the INSTALL
notes, and will be really useful when labeling a disk with SYS_INST.
deraadt [Sun, 19 Nov 1995 13:27:52 +0000 (13:27 +0000)]
if you read with a smaller buffer than the block on the tape, b_resid and b_count would be incorrect; from jtk@kolvir.arlington.ma.us; netbsd pr#1597
deraadt [Sun, 19 Nov 1995 13:15:19 +0000 (13:15 +0000)]
latest from ftp://rs.internic.net/domain/named.ca
chuck [Sun, 19 Nov 1995 03:04:16 +0000 (03:04 +0000)]
in clcninit: we need to use IIOV to convert the physical address of
the console to a virtual address. otherwise we can not print anything
because our register pointer is wrong (this is on the 167).
deraadt [Sun, 19 Nov 1995 00:11:38 +0000 (00:11 +0000)]
rcons does NOT work on p4 bwtwo/cgtwo, probably because of alignment problems?
deraadt [Sat, 18 Nov 1995 15:44:24 +0000 (15:44 +0000)]
snapshot kernels have changed..
deraadt [Sat, 18 Nov 1995 01:06:12 +0000 (01:06 +0000)]
remove a bunch of stupid 4/100 and bustype checks
deraadt [Sat, 18 Nov 1995 01:05:45 +0000 (01:05 +0000)]
4/100: let the scsi controller number be N. if N=0, we are on swN, else
we are on siN-1
deraadt [Fri, 17 Nov 1995 23:25:29 +0000 (23:25 +0000)]
kernel is called bsd
deraadt [Fri, 17 Nov 1995 22:13:11 +0000 (22:13 +0000)]
deal with new rarp_getipaddress() semantics
deraadt [Fri, 17 Nov 1995 22:05:43 +0000 (22:05 +0000)]
incorrect comment character in header
deraadt [Fri, 17 Nov 1995 21:49:51 +0000 (21:49 +0000)]
incorrect comment character in header
deraadt [Fri, 17 Nov 1995 12:45:52 +0000 (12:45 +0000)]
add a neat hack for write, but it still does not work
deraadt [Fri, 17 Nov 1995 12:39:20 +0000 (12:39 +0000)]
handle meta characters; good security idea from freebsd
deraadt [Fri, 17 Nov 1995 12:35:26 +0000 (12:35 +0000)]
add si1
deraadt [Thu, 16 Nov 1995 14:26:22 +0000 (14:26 +0000)]
Add COMPAT_10; from netbsd