summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-25Destaticize, and add RAMDISK_HOOK glue for bsd.rdMiod Vallat
2003-02-24Hammer the disklabel code once more: a few fixes, lots of simplifications,Miod Vallat
2003-02-24Defer the iomem extent initialization until the MMU is enabled. This isMiod Vallat
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-28Remove (now) bogus diagnostic check and set the output length correctly (why ...Jason Wright
2003-01-27padd < mimimum sized frames with 0's instead of whatever the chip wants; base...Jason Wright
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-19shut up, dn(4). There's really no need to printf junk nobody wants to readHenning Brauer
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
2003-01-04Remove COMPAT_NOMID. It was deprecated since a long time, the man page wassMiod Vallat
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-10achetypal -> archetypalMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-07-15repair tags building (due to obj dirs in /sys)Michael Shalayeff
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-24Provide dummy d_kqfilter() routine so that this compiles, until this driverMiod Vallat
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-03spell transceiver correctlyTheo de Raadt
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-04-29Enforce the bio <= net <= tty <= imp <= clock spl level ordering by fixingMiod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-27Lots of cleanup to catch up with other m68k-based ports and modern code,Miod Vallat
2002-04-25Harmonize some bootstrap procedures with hp300, and move some variablesMiod Vallat
2002-04-25Factorize more common m68k definitions.Miod Vallat
2002-04-24RAMDISK configurations for mac68k.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-04-21Add ramdisk support.Miod Vallat
2002-04-21Change disklabel policy, and allow writing disklabel to any media that doesMiod Vallat
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
2002-04-18Make the Mac68k disklabel 16 partitions long, to cope withMiod Vallat
2002-04-18Report explicit failure instead of success and no operation when asked toMiod Vallat
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-04-16Use the common m68k pmap_bootstrap code here.Miod Vallat