summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-16Fix comments for ref-count of PT pages.tsutsui
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-13change the reference-counting of PT pages to start from zero instead ofchs
2001-12-09Register prefixes for tron()/troff() macros.briggs
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-24fix typo s/68551/68851/ in a comment.isaki
2001-11-23macos partition tables appear to use 512 bytes per record rather thanchs
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-20include COMPAT_AOUT_M68K stuff.chs
2001-11-20support both ELF and a.out symbols for DDB.chs
2001-11-20prepare for ELF:chs
2001-11-19allocate and free page table pages explicitly instead of abusingchs
2001-11-18Correct operation of non-pseudo-DMA mode. Used on 660 & 840 AV models.briggs
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-10Now properly probes for cards with 64k of buffer. Reversed orderjklos
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej
2001-09-29fix typo in pmap_kremove() which was invalidating the wrong TLB entry.chs
2001-09-23Nit -- this kernel is called "INSTALLSBC", not "INSTALL".fredb
2001-09-23Sync with "GENERIC".fredb
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
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-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-31Use comments around the token after a #endif.simonb
2001-08-23add a missing pmap_update().chs
2001-08-20"wierd" is weird.wiz
2001-08-04implement pmap_k{enter_pa,remove}() correctly.chs
2001-08-04use pmap_k* in pagemove() (ie. for buffer cache pages)chs
2001-07-22seperate -> separatewiz
2001-07-14Hack writedisklabel() to re-read and analyze the Apple Disk Partition Mapscottr
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-06-30Add System V semaphore resource limits to each GENERIC file that has andarcy
2001-06-19`existent', not `existant'wiz
2001-06-19`accessible' only has one `a'.wiz
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-05HZ -> hzthorpej
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg
2001-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg
2001-05-26replace vm_page_t with struct vm_page *.chs