summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include
AgeCommit message (Expand)Author
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-20prepare for ELF:chs
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-09-14Define __BUS_SPACE_HAS_STREAM_METHODS since the functions are there. Notedbriggs
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-08-31Use comments around the token after a #endif.simonb
2001-05-30use _KERNEL_OPTmrg
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-06Cosmetical oversight.kleink
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej
2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-12-19Unification of the m68k syscall() function.scw
2000-12-01Remove unused pcbb() macro.tsutsui
2000-11-14We use 4K pages on the mac68k. Make PAGE_SIZE and friends intothorpej
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-07-31Add bus_space_*_stream_N functions.briggs
2000-07-31Add a DIAGNOSTIC panic if (count-using) bus_space macros are called withbriggs
2000-07-30Make sure that bus_space read/write functions that take a count will not bebriggs
2000-07-30Some uncommitted poking around. No functional change.briggs
2000-07-30Add byte-swap and stride options to bus_space. Allocate as normal, thenbriggs
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-03-17Install "machineendian_machdep.h".tron
2000-03-17In the `MY THAT'S GROSS' department...mycroft
2000-02-21Explicitly include headers needed by iopreg.hscottr
2000-02-14Merge wscons work onto the main development branch.scottr
2000-02-11Update for the NKMEMPAGES changes.thorpej
2000-02-05add __BROKEN_CONFIG_UNIT_USAGE #define, becuase these ports do verycgd
2000-01-27Revert (accidentally removed) MAXSLP macro.tsutsui
2000-01-26Remove obsoleted macros.tsutsui
2000-01-25define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means thatdrochner
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-12-12Replace references to PGOFSET with m68k_trunc_page() and m68k_page_offset(),scottr
1999-12-04CL* discarding.ragge
1999-11-28Sync cachectl1() implementation with other m68k ports.scottr
1999-11-09Rip protection against multiple inclusion from wrapper headers.kleink
1999-11-06Change the behavior of spladb() so that it raises the IPL onlyscottr