summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Expand)Author
2006-03-12remove splimp().Brad Smith
2006-03-04Dead meat.Miod Vallat
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-21Remove old mdpflag debug help.Miod Vallat
2006-01-17since bcopy/bzero will be assigned to these pointers, get the size_t in the c...Theo de Raadt
2006-01-16adjust to size_t changesTheo de Raadt
2006-01-11Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-10Really pass -fno-stack-protector in CFLAGS as intended, and define theMiod Vallat
2006-01-10use ${INSTALL_STRIP} ok miodTheo de Raadt
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-22More reasonable size for fixed extent storage.Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-11On halt, wait for a keypress on the console and reboot; allows one to haveMiod Vallat
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
2005-11-27Nuke autoconf.h commons.Miod Vallat
2005-11-25We don't have a va mapping in match() so don't bother trying to use badvaddr()Miod Vallat
2005-11-24Prefer vaddr_t and paddr_t types in device softc, instead of void * andMiod Vallat
2005-11-24Peek at the correct location in badpaddr() - how could this go unnoticed before?Miod Vallat
2005-11-21contorl -> controlMiod Vallat
2005-11-12Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it.Miod Vallat
2005-11-06Factorize setregs() code to m68k-common location.Miod Vallat
2005-11-06Homogeneize all PSR field tests in user-provided structures. No functionalMiod Vallat
2005-10-27stupid me, of course these MD macros need to be converted to MI macrosMartin Reindl
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-14DCIAS() no more.Miod Vallat
2005-08-14Use dma_cachectl() with the right size rather than DCIAS() which implies aMiod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
2005-08-01Kill unused PARTITIONMASK define; ok deraadt@Miod Vallat
2005-08-01Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleadingMiod Vallat
2005-08-01Dead meat.Miod Vallat
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-07-31Wrong copyout() size in writeback().Miod Vallat
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt