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