summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2000-07-23Make these work with obj directories.jdc
2000-07-08use _C_LABEL() for bootversion, instead of hardcoding the reference as _bootv...jdolecek
2000-07-02undef PS after inclusion of net/netisr.h to avoid conflict w/ machine/reg.hcgd
2000-07-02Kwality control:cgd
2000-06-30add PULLDOWN_TEST for all the platforms.itojun
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-29When mapping non-cacheable memory with bus_space_map, make sure we use theleo
2000-06-29Get 060 CacheCopyBack support in line with the amiga (and working ;-)leo
2000-06-29Add cdev_decl() to declare mm*() routines.mhitch
2000-06-27remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h>mrg
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-22Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.fvdl
2000-06-14Remove the obsolete config fragments for kernel crypto, because the IPsecveego
2000-06-13Throw in a bunch of _C_LABEL macro's. (Hi Klaus ;-)leo
2000-06-07Mark 'n' explicitely as output of the 'mulul' instruction.leo
2000-06-06defopt SYSCALL_DEBUG.soren
2000-06-06_qs -> _sched_qsleo
2000-06-06Fix prototype definition of findroot().leo
2000-06-05Do not clear msgbufenabled in dumpsys(). Dump messages will now go tojhawk
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-01Don't pass booted_* to findroot/getdevice, access them via the globals.matt
2000-06-01Make booted_device global (and booted_parition for consitency).matt
2000-06-01kill __P in these files. (I had to look at them anyway with an eye forcgd
2000-05-31Fix some bugs in clkread(). These bugs caused strange time leaps.leo
2000-05-31Add a comment on single-processor systems about p_cpu being initializedthorpej
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-05-27Reduce use of curproc in several places:sommerfeld
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-26Introduce a new process state distinct from SRUN called SONPROCthorpej
2000-05-24Use preempt(), not an open-coded equivalent (which won't bethorpej
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-05-14defopt FPSP.minoura
2000-05-09The console stuff might also be needed by 'ser'. Also update the names ofleo
2000-05-09Add some {u}vm includes for the sake of PHOLD().leo
2000-05-09Add "install" target, so "make install" after building the kernelhubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,thorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-19add stf pseudo interface (commented out due to possible security risks)itojun
2000-04-11Add dummies for barrier methods (copied from i386).leo
2000-04-11Now what are we doing with the return value of splx()? (probably a pasto)leo
2000-04-07Use separate callouts for motor-on and motor-off. Fixes a conditionthorpej
2000-03-30Make this compile with -DDEBUGleo
2000-03-29Nuke a bunch of cf_unit abuses.leo
2000-03-28Centralise the declarations of cpu_model, machine, machine_arch,simonb
2000-03-27This file was forgotten in the commit with log message:leo
2000-03-26Merge parts of chs-ubc2 into the trunk:kleink
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-22add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.cgd