summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2014-02-19Fix kernel crash when a user tries to switch to nonexistent terminal.tsutsui
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-03Remove the _KERNEL part of these two clones of sys/exec_elf.hdsl
2014-01-03Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicitmlelstv
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23convert from CIRCLEQ to TAILQ; remove open coding.christos
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-08-12Build boot loaders without unwind tables.joerg
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-26use sizeof(buffer) - 1, not sizeof(buffer - 1)apb
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-08-17Update all kernel configs mentioning WSEMUL_* but not already includingabs
2012-08-12Add a missing extern to apeas -fno-common.martin
2012-08-10Appease gcc -fno-common:tsutsui
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-30Fix buffer overrun (off by one). PR port-atari/42717tsutsui
2012-06-30Add a dirty hack for atari's ancient installation ramdisk:tsutsui
2012-06-05Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at leastabs
2012-03-28- Normalize inclusion protection (remove)christos
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-21Use actual physmem size for allocation of bootstrap extra PT pagestsutsui
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-13Build fix - convert to new-style definitions.jdc
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-10The recent kmem changes allocate a large kernel address space beforemhitch
2012-02-02Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL))tsutsui
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-22Merge m68881_save() and m68881_restore() (using most common mvme68k ones).tsutsui
2011-12-18Restore __HAVE_MM_MD_READWRITE which was added for 5.99.53 in rev 1.14tsutsui
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-12-18Explicitly specify -m68020-60 to avoid possible 060SP instructions,tsutsui
2011-12-17Commit regenerated configuration file after COPTS=-Os shuffle.he
2011-12-17Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atarihe
2011-12-15Specify COPTS="-Os" for rich gcc 4.5 as bsd.sys.mk does for userland binariestsutsui
2011-12-12implement bdev_size(9) wrapper around d_psize() routine, so we can takemrg
2011-11-26Make sure to call pflusha before (not after) enabling MMU ontsutsui
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-11-15Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports).tsutsui