summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-01Much, much, much less stack pressure when reading a disklabel.Miod Vallat
2004-12-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
2004-12-01No more splnone alias for spl0.Miod Vallat
2004-12-01Sync core dumping code with other m68k platforms.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
2004-11-28Correct pmap_enter() flags usage.Miod Vallat
2004-11-27In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowestMiod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-08-04Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installationMiod Vallat
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-07-02Cope with SONPROC scheduler changes.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-04-16probe correct amount of RAM on cards that have 64KB memoryXavier Santolaria
2004-04-02set correct MAC address for Farallon eth' cards.Xavier Santolaria
2004-04-01typos in comments: hz -> HzXavier Santolaria
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-03-09typo; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
2004-03-08typo; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-10Sorry miod, this file is needed. Look at the bottomBob Beck
2004-01-09typos from Jared Yanovich;Jason McIntyre
2003-12-21Unused.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-09More m68k common include files factorization.Miod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-06-04Delete UCB term 3. When there are other copyright owners, we affirmTheo de Raadt
2003-06-04strlcpy; tested by nick@Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-16Unbrek mac68k, bad tedu; spotted by nick@Miod Vallat
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst