Age | Commit message (Expand) | Author |
2007-01-22 | use the MI DP8390 driver instead of rolling our own functions | Martin Reindl |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat |
2006-01-29 | SMC91CXX NuBus hooks | Martin Reindl |
2006-01-22 | Minimal iop code to set the serial ports to compatible mode automagically, | Miod Vallat |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat |
2006-01-15 | Do not put HZ in the kernel configuration file anymore, and let the kernel | Miod Vallat |
2006-01-13 | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being | Miod Vallat |
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat |
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause |
2005-04-30 | start the job of making things look more alike | Theo de Raadt |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-12-08 | Crank maxusers to 32. | Miod Vallat |
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat |
2004-12-02 | option DISABLE_EXT_CACHE is not used anymore. | Miod Vallat |
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-08-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat |
2004-04-01 | typos in comments: hz -> Hz | Xavier Santolaria |
2003-11-21 | + -fno-builtin-* on architectures confirmed to work. | Marc Espie |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-05 | Write explicit scsibus at controller attachment, rather than scsibus at scsi | Miod Vallat |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-04-24 | RAMDISK configurations for mac68k. | Miod Vallat |
2002-04-18 | Make the Mac68k disklabel 16 partitions long, to cope with | Miod Vallat |
2002-04-16 | Using a dull device to probe the FPU is ridiculous, replace it with an early | Miod Vallat |
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat |
2001-07-15 | add install target | assar |