Age | Commit message (Expand) | Author |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-06 | Remove long dead meat. | Miod Vallat |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | 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-04-10 | Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and | Miod Vallat |
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 |
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-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn |
2004-01-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat |
2004-01-28 | More clock handling cleanup: | Miod Vallat |
2004-01-25 | Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead. | Miod Vallat |
2004-01-24 | Switch libsa to use loadfile() | Miod Vallat |
2004-01-24 | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; | Miod Vallat |
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat |
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat |
2003-12-04 | Typos | Miod Vallat |
2003-11-25 | Allow mvmeppc to compile again. not a supported arch. | Dale Rahn |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-04-16 | Clarify license terms. | Miod Vallat |
2002-07-23 | Remove unused files now that powerpc archs use link_elf.h | Dale Rahn |
2002-06-08 | Oops, it was not meant to be removed, just liposucked. | Miod Vallat |
2002-06-08 | One ddb to rule them all. | Miod Vallat |
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat |
2002-06-08 | Fix device and console device prototypes. | Miod Vallat |
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat |
2002-06-07 | Switch mvmeppc to the current powerpc pmap scheme. | Miod Vallat |
2002-06-07 | Fix the cache invalidation routines, per macppc cpu.h rev 1.3. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |