Age | Commit message (Expand) | Author |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
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-09 | fix a panic in the locking stuff that was caused by a pasto. found by | David Gwynne |
2006-01-08 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat |
2006-01-08 | regen | Brad Smith |
2006-01-08 | add a third ATI RS480 PCI Express bridge. | Brad Smith |
2006-01-08 | regen | Brad Smith |
2006-01-08 | add another ATI RS480 PCI Express bridge | Brad Smith |
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 | Big-endian fix here too. | 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 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. | 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 | Correctly initialize ri_devcmap at 4bpp. | Miod Vallat |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-08 | regen | Damien Bergamini |
2006-01-08 | more Ralink Technology PCI ids. | Damien Bergamini |
2006-01-08 | i cant spell my own name. | David Gwynne |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat |
2006-01-07 | Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code. | Mark Kettenis |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron h... | Theo de Raadt |
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron Campbell |
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 | Add missing rcsid | Todd C. Miller |
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller |
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 | typo fix from ray lai; | Jason McIntyre |
2006-01-06 | Two helper macros for setting SLP_TYPx values. | Alexander Yurchenko |
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt |
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt |
2006-01-06 | One definition for sleeping states in acpireg.h is enough. | Alexander Yurchenko |
2006-01-06 | Err, commited from the wrong tree | Alexander Yurchenko |
2006-01-06 | Fix acpi includes. | Alexander Yurchenko |
2006-01-06 | Sudden newline | Alexander Yurchenko |
2006-01-06 | Check for ACPI control availability only if ACPI_ENABLE defined. | Alexander Yurchenko |
2006-01-06 | Informative error messages on attach, prettier dmesg. | Alexander Yurchenko |
2006-01-06 | printf -> dnprintf conversion for debug messages. | Alexander Yurchenko |
2006-01-06 | set correct delay() value after executing the `read version' command; | Xavier Santolaria |
2006-01-06 | oring in PCATCH doesn't help if we don't pass the right prio to tsleep | Ted Unangst |
2006-01-06 | check in of "rwlock.20051230" from art. | Ted Unangst |
2006-01-06 | take interp[MAXPATHLEN] off the stack. from mickey, ok otto | Ted Unangst |
2006-01-06 | we now do these checks in iic_scan | Theo de Raadt |
2006-01-06 | add Wacom Graphire3 and Graphire4 support. | Brad Smith |