summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2007-11-04Remove System V semaphores and share memory options to set the limits:xtraeme
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-17Fix typo: in disk_init() call: fd -> sc.he
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-09-0168030 and 68040 processors consider the read portion of a read-modify-writemhitch
2007-08-06Remove iso(4) from GENERIC kernels, as discussed on tech-net@adrianp
2007-08-04Add ci_cpuid where it's missing.ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-23Same change as -r1.133 of src/sys/arch/amiga/amiga/pmap.c:he
2007-07-16change pmap_phys_address()s parameter to paddr_t since that's what it getsmacallan
2007-07-16Regenerate configurations after adding COMPAT_40 to GENERIC.in.he
2007-07-16The COMPAT_AOUT_M68K option now requies COMPAT_40 after the changeshe
2007-07-14Generic soft interrupts are mandatory.ad
2007-07-11Adapt to new signature for callout_init().he
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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