summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05delete a stupid hostnameTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-12-05Third try at importing the mvme88k port. This is a working kernelTheo de Raadt
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.
1995-12-04a.out is more likely, so check for it firstTheo de Raadt
1995-12-03Rearrange user page table size calculation so that silent overflowNiklas Hallqvist
cannot occur
1995-12-03Restore condition codes if we pull the special_fp_storedavem
trick before returning from the trap.
1995-12-01we cannot jump into ddb until the interrupt has been acknowledged to theTheo de Raadt
chip. set a flag and defer calling ddb till end of interrupt routine.
1995-12-01previous verbosity patch was wrongTheo de Raadt
1995-12-01add CONSOLEBREAKDDB support. also be less verbose at boot..Theo de Raadt
1995-12-01Oops, forgot to declare emul_sunosNiklas Hallqvist
1995-12-01fixed ddb, improved fifo handling, new still-not-working dma supportTheo de Raadt
from drahn@pacific.urbana.mcd.mot.com
1995-12-01for now, assume no flash on 167 (is this true?)Theo de Raadt
1995-12-01niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Niklas Hallqvist
always set/clear in setregs() now
1995-12-01from netbsd:Theo de Raadt
preserve netbsd when compressing
1995-12-01from netbsd:Theo de Raadt
latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-12-01from netbsd:Theo de Raadt
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.
1995-12-01correct typo pointed out by chuck (in the prettiest way possibleTheo de Raadt
1995-11-30properly catch cases where buffers are on the kstack, from ↵Theo de Raadt
hannken@eis.cs.tu-bs.de
1995-11-30correct way to call tsleep is almost always "while (condition) tsleep(...)"Theo de Raadt
1995-11-30do not truncate swdevt[] everTheo de Raadt
1995-11-30in actual fact MAXPARTITIONS is 16 and scsi disk is major 4Theo de Raadt
1995-11-30prevent access to page 0 of virtual spaceTheo de Raadt
1995-11-30integrate 040 MDP_UNCACHE_WX cache changes by niklas & deraadtTheo de Raadt
1995-11-30do not drop into debugger on simple recoverable errorsTheo de Raadt
1995-11-29niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Theo de Raadt
always set/clear in setregs() now
1995-11-28add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsdTheo de Raadt
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28on the '040, do not cache write+exec pages for sunos processes. SunOS ld.soTheo de Raadt
is unaware of split I/D caches, and hence messes up. patch by niklas
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28let loadbsd define sync scsi operationTheo de Raadt
1995-11-28update from netbsdTheo de Raadt
1995-11-28i386 isa bounce buffers by hannken@eis.cs.tu-bs.deTheo de Raadt
1995-11-28i386 isa bounce buffers by hannken@eis.cs.tu-bs.deTheo de Raadt
ultra14f does not bounce properly yet.
1995-11-28delete last chunks of MAPPEDCOPYTheo de Raadt
1995-11-28delete duplicate sysarch function bodyTheo de Raadt
1995-11-28log source route attempts when source routing is disabledTheo de Raadt
1995-11-26add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsdTheo de Raadt
1995-11-26partial cleanupTheo de Raadt
1995-11-26enable tftp as it has security builtin;Theo de Raadt
disable walld/1 by default for security (as pointed out by Chris Cappuccio)
1995-11-26new motdTheo de Raadt
1995-11-25make quotas work on ffs; from andrew@wipux2.wifo.uni-mannheim.de; netbsd pr ↵Theo de Raadt
#1790
1995-11-25documentation repair; from andrew@wipux2.wifo.uni-mannheim.; netbsd pr #1786Theo de Raadt
1995-11-25document "ms" field; from tng@nuclth15.phys.sci.osaka-u.ac.jp, netbsd pr#1789Theo de Raadt
1995-11-23include sys/types.h as mandated by X/Open XPG 4.2; from ↵Theo de Raadt
agc@sde.uts.amdahl.com; netbsd pr#1785
1995-11-23from netbsdTheo de Raadt
1995-11-23update from netbsdTheo de Raadt
1995-11-23update from netbsdTheo de Raadt