summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1995-12-14from netbsd:Theo de Raadt
Still incomplete, but much more complete FPE from Ken Nakata <kenn@remus.rutgers.edu>. This emulator does not yet emulate the following functions: FSINH, FETOXM1, FTANH, FATAN, FASIN, FATANH, FSIN, FTAN, FETOX, FTWOTOX, FTENTOX, FCOSH, FACOS, FCOS, FSINCOS It is sufficient, however, to allow programs like df, w, and newfs, to run to completion with correct results. Portions of this code were based on the sparc fpe and on initial work by gwr.
1995-12-14update from netbsdTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
"goto start" after sleeping for locked iso_node in cd9660_lock, like in ufs_lock. NBPG may not be computable by the preprocessor. Make "do clustered io" a run-time decision. Note: the compiler can optimize it away.
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
Win95 ignores case on lookup Really don't generate long names when mounted with -s Fix cookie handling Don't forward credentials to bread, it makes nfs panic (Of course, nfs shouldn't rely on the credentials not being referenced) Don't give directory entry to deget, it could result in a deadlock Use device blocks, not clusters for logical block numbers Add support for Win'95 separate creation/modification/access timestamps Re-introduce lowercase filenames for non-Win'95-filesystems Fix thinko with block boundaries in directories Don't overwrite dirclust, it's needed later on Enable flock(2).
1995-12-14from netbsd:Theo de Raadt
When converting from termios to sgtty, if RAW is set, use the previous settings of LITOUT and PASS8, since these cannot be determined from the termios modes.
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
1) undef various EXEC_ cpp symbols before defining them, in case they're already defined for some reason (this can happen on the alpha, for example, which needs to define EXEC_ECOFF in the std.alpha config file). 2) add hpux compat
1995-12-14from netbsd; wrap against multiple inclusionTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
represent profiling size, scale more correctly (as size_t, u_int, resp.)
1995-12-14from ws@netbsd:Theo de Raadt
- Add support for Win'95 separate creation/modification/access timestamps - Re-introduce lowercase filenames for non-Win'95-filesystems
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
pr#1820
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
waldi@moacs.indiv.nl.net, netbsd pr#1817
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
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.
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
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-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