Age | Commit message (Expand) | Author |
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 |
2006-01-05 | Don't change pins state on attach. | Alexander Yurchenko |
2006-01-05 | Add SMBus host interface support for amdpm(4). | Alexander Yurchenko |
2006-01-05 | interacting with the watchdog while we're in the middle of updating sensors | David Gwynne |
2006-01-04 | Switch to the C version of random() on m68k platforms. It is almost as fast | Miod Vallat |
2006-01-04 | esm_cmd has to wait for two registers to change state for every command | David Gwynne |
2006-01-04 | Remove unused structures and ioctl declarations. | Miod Vallat |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat |
2006-01-04 | More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ | Miod Vallat |
2006-01-04 | Crank MAXPHYS to 64KB again and remove bogus comment. | Miod Vallat |
2006-01-04 | Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS is | Miod Vallat |
2006-01-04 | Cut buffers pressure down to 35% of kvm max, since (for now) kvm is | Miod Vallat |
2006-01-04 | Stop abusing phys_map to know if it is safe to use malloc in extent routines; | Miod Vallat |
2006-01-04 | Do not return zero in bus_space_map() on failure (sigh). | Miod Vallat |
2006-01-04 | Use symbolic constants for the MACE ISA address range in mace_space_unmap() | Miod Vallat |
2006-01-04 | Better rounding logic when registering memory regions in uvm; we would lose | Miod Vallat |
2006-01-04 | add sysctl machdep.console_device support | Martin Reindl |
2006-01-04 | missing zero | Martin Reindl |
2006-01-04 | driver for the nvidia nforce2/3/4 smbus controller. | David Gwynne |
2006-01-03 | Try to prevent red stating the machine on a misaligned user space stack by | Mark Kettenis |
2006-01-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria |
2006-01-02 | Check db_console before entering ddb. | Miod Vallat |
2006-01-02 | Faster signal trampoline code for m88k: instead of pushing everything on | Miod Vallat |
2006-01-02 | Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT. | Miod Vallat |
2006-01-02 | No need to check for P_INMEM in process_set_pc() and process_sstep(), as these | Miod Vallat |
2006-01-02 | Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), and | Miod Vallat |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove |