summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1995-12-14from netbsd:Theo de Raadt
1995-12-14from netbsd; fix casts; should cast pointers to longs, not intsTheo de Raadt
1995-12-14from netbsd (mostly by ws):Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-12-14from netbsd; shmfork does not need to know about vforkTheo de Raadt
1995-12-14from netbsd; change profil() argumentsTheo de Raadt
1995-12-14from netbsd; emulation recordsTheo de Raadt
1995-12-14from netbsd; If we abort, make sure to free ep_emul_argTheo de Raadt
1995-12-14from netbsd; init proc0 fd0 differentlyTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-12-14from netbsd; wrap against multiple inclusionTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-12-14from ws@netbsd:Theo de Raadt
1995-12-14from netbsd; add M_IPQTheo de Raadt
1995-12-14from netbsd; hpux also needs a stackgapTheo de Raadt
1995-12-14update to netbsdTheo de Raadt
1995-12-08kernel is called bsdTheo de Raadt
1995-12-08unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd ...Theo de Raadt
1995-12-07update to use new files in libsaTheo de Raadt
1995-12-07shrink bootblocks by splitting libsa contents into more files. fromTheo de Raadt
1995-12-06various changes to once again shrink the bootblocks to a useable size.Theo de Raadt
1995-12-06optimize furtherTheo de Raadt
1995-12-05delete memcpy; it makes bootblocks larger without being neededTheo de Raadt
1995-12-05working .cvsignore filesTheo 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
1995-12-03Rearrange user page table size calculation so that silent overflowNiklas Hallqvist
1995-12-03Restore condition codes if we pull the special_fp_storedavem
1995-12-01we cannot jump into ddb until the interrupt has been acknowledged to theTheo de Raadt
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
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
1995-12-01from netbsd:Theo de Raadt
1995-11-30properly catch cases where buffers are on the kstack, from hannken@eis.cs.tu-...Theo de Raadt
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
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
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist