summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1996-01-15Don't feed ${DEBUG} to the assembler, it doesn't take those argsNiklas Hallqvist
anyway.
1996-01-15Remove vnode_if.[ch] during a "make clean", per PR#536 fromTheo de Raadt
Dan Carosone <danielce@ee.mu.oz.au>.
1996-01-14Use dma_cachectl instead of cachectl when writing into the kernel textNiklas Hallqvist
segment. Ordinary cachectl is for userlevel virtual addresses.
1996-01-14Add hooks for custom audio players. This is the original untouchedNiklas Hallqvist
kernel diffs from Tim Newsham <newsham@hookomo.aloha.net> found in his well-known audio LKM kit.
1996-01-14netbsd -> bsdNiklas Hallqvist
1996-01-14Fix typoNiklas Hallqvist
1996-01-12from netbsd;Theo de Raadt
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page.
1996-01-12SIGBUS is an alignment fault. SIGSEGV is an access violationTheo de Raadt
1996-01-07created devices for the IP filter log on all architecturesdm
1996-01-05ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵Theo de Raadt
pr#1784
1996-01-05from netbsd: explicitly mask the address valueTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
fix initialization (pr#1853) from Ignatios Souvatzis add support for GRFIOCBLANK (pr#1810) from Ignatios Souvatzis rename grf_ul.gsp
1995-12-30from netbsd: make changes from pr#1824 from Ignatios SouvatzisTheo de Raadt
1995-12-30from netbsd: remove uneeded routines (pr#1837) from Bernd ErnestiTheo de Raadt
1995-12-30from netbsd: fixup the table (pr#980) from Ignatios SouvatzisTheo de Raadt
1995-12-30from netbsd: remove -fno-builtin (pr#1727) from Bernd ErnestiTheo de Raadt
1995-12-30from netbsd: add vnd (pr#1744) from Robert LelandTheo de Raadt
1995-12-30from netbsd: fix for newer boards (pr#1829) from Matthias SchelerTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-15INSTALL kernel was just used by netbsd1.1 for their release..Theo de Raadt
1995-12-15from netbsd; update grf_ul; support files now only used if neededTheo de Raadt
1995-12-15from netbsd; bcopy moves to m68k treeTheo de Raadt
1995-12-15from netbsd; cpu_fork changes typesTheo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-12-03Rearrange user page table size calculation so that silent overflowNiklas Hallqvist
cannot occur
1995-12-01Oops, forgot to declare emul_sunosNiklas Hallqvist
1995-12-01niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Niklas Hallqvist
always set/clear in setregs() now
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28Fix SunOS emulation on 040Niklas Hallqvist
1995-11-28let loadbsd define sync scsi operationTheo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-11-13update to netbsdTheo de Raadt
1995-10-26update from netbsd treeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt