Age | Commit message (Expand) | Author |
2013-06-16 | Add IPL_MPSAFE for some architectures that I missed in the first round. | Mark Kettenis |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-04 | Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, | Miod Vallat |
2006-04-18 | Oops, correct import this time. | Miod Vallat |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-01-02 | Kill pmap_table_t typedef. | Miod Vallat |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-23 | The exception vector page on m88k systems has always been the same page as | Miod Vallat |
2010-04-24 | AViiON VDM and VDIT defines, to be used by disksubr.c very soon. | Miod Vallat |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2007-12-19 | Overhaul interrupt handling, in order to make it (arguably) simpler and | Miod Vallat |
2007-12-19 | The serial console address apparently does not change accross 88100 designs, | Miod Vallat |
2007-12-19 | Allocate memory for the onboard le interface using uvm functions, instead of | Miod Vallat |
2007-12-08 | Better siginfo fault codes for floating point exceptions on 88110, with | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-05-21 | Fix AV_IEN() computation for cpu #2 and #3. | Miod Vallat |
2006-05-21 | Move common definitions shared by the various 88100-based designs to their | Miod Vallat |
2006-05-20 | Introduce a ``struct board'' platform abstraction, to be able to support | Miod Vallat |
2006-05-20 | Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs, | Miod Vallat |
2006-05-20 | Save the PROM VBR on startup, rather than assuming the PROM (and thus its | Miod Vallat |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat |
2006-05-09 | Oops, correct import this time. | Miod Vallat |
2006-05-09 | Oops, correct import this time. | Miod Vallat |