Age | Commit message (Expand) | Author |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis |
2007-03-20 | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for | Mark Kettenis |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |
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-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-09-18 | Extend the .text and .data segments to 64MB. This allows programs with | Marco Peereboom |
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-02-12 | Remove unused openfirmware code; ok drahn@ | Miod Vallat |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-04 | Remove unused structures and ioctl declarations. | Miod Vallat |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith |
2005-10-21 | Clean up RTC code. | Mark Kettenis |
2005-10-09 | Provide a machdep sysctl to determine if altivec is avaliable on macppc | Dale Rahn |
2005-10-09 | Nearly functional crashdump support for macppc. Because savecore | Dale Rahn |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst |
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-06-14 | de-__P | Theo de Raadt |
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat |
2003-10-08 | Fix endian bug in macppc bus_space_set_region_N(). ok miod@ | Dale Rahn |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-06-23 | bus_space_*_raw*_1() do not exist; drahn@ ok | Michael Shalayeff |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn |
2002-09-15 | backout premature | Theo de Raadt |
2002-09-15 | KNF | Theo de Raadt |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn |
2002-07-23 | Remove unused files now that powerpc archs use link_elf.h | Dale Rahn |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff |
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn |
2002-06-08 | One ddb to rule them all. | Miod Vallat |