Age | Commit message (Expand) | Author |
2006-01-05 | enable nviic | David Gwynne |
2006-01-05 | In aml_eval_name() don't return success if no object found. | Alexander Yurchenko |
2006-01-05 | Enable amdpm; ok deraadt@. | Alexander Yurchenko |
2006-01-05 | Random KNF and cleanup | Alexander Yurchenko |
2006-01-05 | enable dynamic standby workaround for the 82551 as well. | Brad Smith |
2006-01-05 | Kill all typedef struct goo. | Marco Peereboom |
2006-01-05 | Disable the minimum size frame bundling when using the CPUSaver microcode. | Brad Smith |
2006-01-05 | Provide symbolic names for the acpi sleeping states and use it. | Alexander Yurchenko |
2006-01-05 | don't include sys/errno.h, pointed out by Miod | Martin Reindl |
2006-01-05 | load the CPUSaver 102E microcode for the 82551 Rev 10 chip. | Brad Smith |
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 | regen | Brad Smith |
2006-01-05 | more fxp PCI ids. | Brad Smith |
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 | Work around flawed IBM 325 eServer IPMI implementation. | Marco Peereboom |
2006-01-05 | Better debug verbosity values. | Marco Peereboom |
2006-01-05 | Adjust debug levels. | Marco Peereboom |
2006-01-05 | Don't change pins state on attach. | Alexander Yurchenko |
2006-01-05 | I got the time scale wrong with the previous commit. Now the advertised | Marco Peereboom |
2006-01-05 | Make it possible to set a default vlan priority for vlan interfaces. | Esben Norby |
2006-01-05 | Finish framework for attaching kernel drivers to the GPIO pins. | Alexander Yurchenko |
2006-01-05 | knf | Alexander Yurchenko |
2006-01-05 | Add my copyright. | Alexander Yurchenko |
2006-01-05 | Add SMBus host interface support for amdpm(4). | Alexander Yurchenko |
2006-01-05 | Happy New Year! | Alexander Yurchenko |
2006-01-05 | Reliability fixes: | Alexander Yurchenko |
2006-01-05 | interacting with the watchdog while we're in the middle of updating sensors | David Gwynne |
2006-01-05 | rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD: | Jonathan Gray |
2006-01-05 | part of rev 1.58 of rtw.c David Young comitted to NetBSD: | Jonathan Gray |
2006-01-05 | ansi/deregister | Jonathan Gray |
2006-01-05 | bzero buffers after malloc, or clear string buffer before strlcpy'ing | Theo de Raadt |
2006-01-05 | if a kthread fails to call kthread_exit() but instead returns, | Ted Unangst |
2006-01-05 | bzero after malloc; ok dhartmei | Theo de Raadt |
2006-01-04 | Adjust timeout values. This was determined by using beck's ibm e325. | Marco Peereboom |
2006-01-04 | Make bitfields readable. ok jordan@ | Marco Peereboom |
2006-01-04 | Switch to the C version of random() on m68k platforms. It is almost as fast | Miod Vallat |
2006-01-04 | Return from interrupt handler after chip init(reset). | Brad Smith |
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 | People doing time comparisons without using the time{r,spec}cmp macros are | 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 |