summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2007-06-12Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4mhitch
2007-06-06regenmartin
2007-06-06Add pseudo-device agrmartin
2007-05-22From pmap_motorols,c:mhitch
2007-05-21Move declarations of m68k common functionstsutsui
2007-05-21Remove obsolete decralations of switch_exit() and switch_lwp_ext().tsutsui
2007-05-21curlwp can't be NULL so no need to check it.tsutsui
2007-05-20Add missing call to lwp_startup() in lwp_trampoline() (which was renamedmhitch
2007-05-20indent fix.isaki
2007-05-18Adapt to the merge of the yamt-idlelwp branch.he
2007-04-29fix typosmsaitoh
2007-04-10include files.wsfbmacallan
2007-03-21Apply MI softintr(9) patch before it becomes rotten. Untested.tsutsui
2007-03-11- Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to holdthorpej
2007-03-06Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) totsutsui
2007-03-06Change bus_space_handle_t from void * (formerly caddr_t) to u_longtsutsui
2007-03-06- remove volatile from *regkva member in struct grfabs_et_privtsutsui
2007-03-06- change pointers which actually required caddr_t to calculate addresstsutsui
2007-03-06Make TX buffer (uint8_t *) and remove an unnecessary cast.tsutsui
2007-03-06Pass (char *) to mtod(9) on pointer arith.tsutsui
2007-03-06Add (char *) cast to appease -Wpointer-arith.tsutsui
2007-03-06Make req_addr (char *) rather than adding an extra casttsutsui
2007-03-06Make io_data (char *) rather than adding an extra casttsutsui
2007-03-06More fixes after the caddr_t removal.he
2007-03-06Add a missed '*'.tsutsui
2007-03-06Remove an unnecessary cast.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-15Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used forreinoud
2007-02-09Merge newlock2 to head.ad
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-12-22We don't need the cpu_startup() prototype here. It is already provided byjdc
2006-12-21merge yamt-splraiseipl branch.yamt
2006-12-01Add -Os to CFLAGS, so that the boot code fits within the constraintshe
2006-11-25Replace the myriad copies of bounds_check_with_label() with a single MIscw
2006-11-24s/existance/existence/, from Zafer.wiz
2006-11-24s/independant/independent/, from Zafer.wiz
2006-11-21Make the install actually die when the boot code is too big (which it is).dsl
2006-11-11Remove tmpfs's experimental status. OK'ed by core@.jmmv
2006-10-21in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() themrg
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-09-16Sync with m68060 fix from amiga pmap.mhitch
2006-09-03Regenbjh21
2006-09-03Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.bjh21
2006-09-01Make sure .data is .long aligned. (fixes linker warning)matt
2006-08-28Use the common <dev/sun/vuid_event.h> header file instead of maintaininghe