summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/conf
AgeCommit message (Expand)Author
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-06-24Configure network devices at ipl 3, not ipl 1.Miod Vallat
2006-04-21Since bugtty (and BUG routines in general) can only work if we keep the BUGMiod Vallat
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleadingMiod Vallat
2005-08-01Dead meat.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-03-08Cosmetics...Thierry Deval
2005-02-20Do not pass 68060-specific compiler flags anymore.Miod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-08Use ${MKDEP} instead of mkdep.Alexander Yurchenko
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-07-10files.hpux is now in a {m68k,hppa} subdirTheo de Raadt
2004-01-28Do not put the sample IndustryPack driver in GENERIC. This makes no real sense.Miod Vallat
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-04-28Shave a few more bytes off bsd.rdMiod Vallat
2002-04-27Enable -Wall and friends for kernel compilations.Miod Vallat
2002-04-21Add a maxusers line, and comment out xd lines.Miod Vallat
2002-04-17new RAMDISK config, much smallerTheo de Raadt
2002-03-14Remove PTRACE support out of the ramdisks/miniroots.Miod Vallat
2002-02-22Switch mvme68k to pmap_motorola again.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-14Sync compilation flags definition accross m68k-based arches.Miod Vallat
2001-11-30Switch to pmap_motorola.Miod Vallat
2001-11-21Provide COMPAT_SUNOS files via the common m68k configuration files.Miod Vallat
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-08-30Invoke genassym.sh with both m68k/m68k/genassym.cf andMiod Vallat
2001-08-03Shupid me, bugtty is necessary...Miod Vallat
2001-08-03Make all the low-profile configurations include conf/GENERIC, andMiod Vallat
2001-07-15add install targetassar
2001-06-27UVM is no longer an option.Artur Grabowski