Age | Commit message (Expand) | Author |
2006-01-10 | Simplify external macfb interfaces, kill an intermediate attachment structure. | Miod Vallat |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl |
2006-01-10 | missing cast to vaddr_t | Martin Reindl |
2006-01-10 | struct cfdriver shall not be declared as const (oops). | Miod Vallat |
2006-01-10 | need sys/types.h for vaddr_t | Jolan Luff |
2006-01-10 | Really pass -fno-stack-protector in CFLAGS as intended, and define the | Miod Vallat |
2006-01-10 | cull the dead | Theo de Raadt |
2006-01-10 | comment amdpm | Theo de Raadt |
2006-01-10 | use ${INSTALL_STRIP} ok miod | Theo de Raadt |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Fix last change; we need machine/reg.h for struct sigcontext to | Todd C. Miller |
2006-01-09 | Spank the clock: remove relics of old GPROF code, compute tickfix for | Miod Vallat |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat |
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray |
2006-01-09 | Remove clock tick adjustment computation inherited from luna68k where some | Miod Vallat |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat |
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat |
2006-01-09 | amdpm also exists as a 2nd iic bus on amd8111 machines | Theo de Raadt |
2006-01-09 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller |
2006-01-09 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy |
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host chi... | Theo de Raadt |
2006-01-08 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat |
2006-01-08 | Don't provide bass and treble mixer controls if the underlying hardware doesn't | Mark Kettenis |
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 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat |
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-06 | Err, commited from the wrong tree | Alexander Yurchenko |
2006-01-06 | Fix acpi includes. | Alexander Yurchenko |
2006-01-06 | set correct delay() value after executing the `read version' command; | Xavier Santolaria |
2006-01-05 | enable nviic | David Gwynne |
2006-01-05 | Enable amdpm; ok deraadt@. | Alexander Yurchenko |
2006-01-05 | don't include sys/errno.h, pointed out by Miod | Martin Reindl |
2006-01-05 | More dead constants. | Miod Vallat |
2006-01-05 | A match() function should never, never, ever return UNSUPP for unsupported | Miod Vallat |
2006-01-05 | Begone. | Miod Vallat |
2006-01-05 | Check securelevel and machdep.allowaperture for i386_set_ioperm() the | Matthieu Herrb |
2006-01-05 | enable ixgb | Theo de Raadt |
2006-01-05 | go ahead, enable asms | Theo de Raadt |