summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
AgeCommit message (Expand)Author
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-30Old typos bite the dust.Miod Vallat
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
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-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-10-26Mach-macro wipeoutMartin Reindl
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-08-02Save floating point context on signals, same diff as macppcDale Rahn
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Add tags to mvmeppc.Marco Peereboom
2005-05-01spacing; ok miod@ deraadt@David Krause
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-21correct idiom for snprintf failure handling; ok beckTheo de Raadt
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-04-07Remove spurious -L for /usr/include in INCLUDES defn. ok miod@Ian Darwin
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
2005-03-08Cosmetics...Thierry Deval
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
2004-11-19Better i8259 slave handling:Miod Vallat
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2004-11-18Tell MVME2600 and MVME2700 apart.Miod Vallat
2004-11-18Feature sync with macppcMiod Vallat
2004-11-17Enable interrupts after autoconf.Miod Vallat
2004-11-17Remove dead or unused code; minor syncs with macppc code.Miod Vallat
2004-11-17Correct *cnputc() prototypes.Miod Vallat
2004-11-17Add register prefixes and generally match macppc locore.S now; diff betweenMiod Vallat
2004-11-16Set p_stat to SONPROC in cpu_switch() after picking a proc to run.Miod Vallat
2004-11-15Let stand/ compile with gcc 3.Miod Vallat
2004-11-15Get rid of some old debug stuff.Miod Vallat
2004-11-15Compile with gcc 3.Miod Vallat
2004-11-10Remove __cplusplus crud.Alexander Yurchenko