Age | Commit message (Expand) | Author |
2006-01-04 | driver for the nvidia nforce2/3/4 smbus controller. | David Gwynne |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove |
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-31 | Kill a pcvt leftover. | Miod Vallat |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-31 | amdiic enable. if problems or worries, we shut things off before a release | Theo de Raadt |
2005-12-30 | add asbtm iic sensor; ok kettenis@ | Damien Miller |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-29 | right spot | Theo de Raadt |
2005-12-29 | add admcts(4) | Theo de Raadt |
2005-12-29 | Add viapm(4). | Mark Kettenis |
2005-12-29 | remove bad newline for the secondary PCI bus with the 82450KX/GX chipset | Brad Smith |
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-25 | KERN_RESOURCE_SHORTAGE -> ENOMEM | Miod Vallat |
2005-12-22 | Enable ichiic(4), ok deraadt@. | Alexander Yurchenko |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko |
2005-12-16 | Add delay before powering down on acpi. Give the sync some extra time. | Marco Peereboom |
2005-12-16 | Forgot to check a flag to powerdown via acpi. | Marco Peereboom |
2005-12-16 | Power down machine from acpi. | Marco Peereboom |
2005-12-16 | Lose dsdt since it was moved inside acpi.c | Marco Peereboom |
2005-12-15 | shrink a little | David Gwynne |
2005-12-15 | dont use the esm sensor tables to store format strings. | David Gwynne |
2005-12-15 | split esms psu sensor into 6 kernel sensors. you can easily see if the | David Gwynne |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-14 | Add AC device. | Marco Peereboom |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom |
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | some bioses screw the order so be extra careful to counters; been in snaps fo... | Michael Shalayeff |
2005-12-11 | add a few Intel PCI-ISA bridges. | Brad Smith |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-12-07 | Add dsdt to GENERIC | Jordan Hargrave |
2005-12-01 | shrink code size by sharing some printf code, no change in how it works | Theo de Raadt |
2005-11-30 | format string mishandling | Theo de Raadt |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne |
2005-11-30 | reorder slightly | David Gwynne |
2005-11-30 | determine the status of fan, volt, and temp sensors by reading the | David Gwynne |
2005-11-28 | no need for printf; man page should describe functionality | Theo de Raadt |
2005-11-28 | spacing | Theo de Raadt |
2005-11-28 | Added dlg@ watchdog code for enabling ESM2 watchdog timer | Jordan Hargrave |