summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf
AgeCommit message (Expand)Author
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-10-11Merge sclock and clock pseudo-devices.Miod Vallat
2003-10-01Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.Miod Vallat
2003-08-30Compile kernels with -mno-check-zero-division. Saves two pages, and thingsMiod Vallat
2003-08-09New RAMDISK configuration, inspired by the mvme68k one; and the associatedMiod Vallat
2003-08-01Fix pcctwo locator typosMiod Vallat
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
2003-03-16Old unused stuff left under the carpet.Miod Vallat
2003-01-14Define exception vector tables as assembly source, with the appropriateMiod Vallat
2003-01-04Fix a few pcctwo attachment addressesMiod Vallat
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-03-14Remove PTRACE support out of the ramdisks/miniroots.Miod Vallat
2002-02-19proper dependencies on assym.hTheo de Raadt
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-22Assume xxx.usr bug in RAMDISK.Steve Murphree
2001-12-22Make RAMDISK work.Steve Murphree
2001-12-22vme devices 'auto vector'.Steve Murphree
2001-12-22Put miod's Makefile hack to define M88100 and M88110 back in.Steve Murphree
2001-12-22GENERIC configuration now includes MVME197 and M88110 options.Steve Murphree
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-19bus switch name shortened. Added register definitons and functionality.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Add magic to the kernel Makefile to remove the need to explicitely putMiod Vallat
2001-12-13Make this run successfully through config(8), for starters...Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-27Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernelMiod Vallat
2001-11-23dev{cons,cninit.c} are mandatory.Miod Vallat
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-10-28Prune more old stuffMiod Vallat
2001-08-30Let non ddb kernels compile.Miod Vallat
2001-08-26We can now compile kernels with -Werror.Miod Vallat
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-11Make m18x_cmmu.c only compiled if support for 187 or 188 is required.Miod Vallat
2001-08-07Make config(8) choose which source files to exclude, from the kernelMiod Vallat
2001-07-15add install targetassar
2001-06-27UVM is no longer an option.Artur Grabowski
2001-05-31Typos.Miod Vallat
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-03-15Be more cross-compiler friendly.Miod Vallat
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino