Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-10 | comment amdpm | Theo de Raadt | |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-06 | Err, commited from the wrong tree | Alexander Yurchenko | |
2006-01-06 | Fix acpi includes. | Alexander Yurchenko | |
2006-01-05 | enable nviic | David Gwynne | |
ok deraadt | |||
2006-01-05 | Enable amdpm; ok deraadt@. | Alexander Yurchenko | |
2006-01-05 | Check securelevel and machdep.allowaperture for i386_set_ioperm() the | Matthieu Herrb | |
same way as for i386_iopl(). ok deraadt@ | |||
2006-01-05 | enable ixgb | 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 | |
ok deraadt@ | |||
2006-01-05 | interacting with the watchdog while we're in the middle of updating sensors | David Gwynne | |
is bad(tm). if updates are happening then make esm_refresh to do esm_watchdogs work after its own. | |||
2006-01-04 | esm_cmd has to wait for two registers to change state for every command | David Gwynne | |
that you issue to the controller. the current code works around busy waiting on the first register by retrying it in a new tick of softclock, but the second register was still handled with a busy wait. esm_cmd now returns which register it is up to dealing with so you can resume the command at the right point in a new tick. this drops the cpu usage when doing the updates from roughly 15% time in interrupts down to barely noticable. looks reasonable deraadt@ commitsky! marco@ | |||
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 | |
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile. | |||
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove | |
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@ | |||
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis | |
ok brad@, deraadt@ | |||
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat | |
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails. | |||
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 | |
Discussed with and ok deraadt@ millert@ | |||
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 | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
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 | |
which was introduced in rev 1.11. thanks to marco@ for pointing out the issue, testing and ok'ing the diff. | |||
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt | |
by each arch enable adc(4), admtemp(4), admlc(4), admtm(4), admtmp(4), admtt(4), adt(4), lm(4), lmenv(4), lmtemp(4), maxds(4), and maxtmp(4) iic chip drivers too, which provide gobs of sensor info | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
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 | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko | |
ok deraadt@ | |||
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 | |
ok deraadt@ jordan@ | |||
2005-12-16 | Power down machine from acpi. | Marco Peereboom | |
Help deraadt, ok jordan@ | |||
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 | |
psu is powered, switched on, overtemp, failed and so on now. ok marco@ | |||
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 | |
heavy network interrupt load (I can reproduce with an ARP flood) with an MP kernel. Patch from NetBSD PR20180. Has been in snapshots for a bit. Testing by pedro@, jolan@. deraadt@ ok | |||
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 | |
sensors. as a result i wasnt being shown that i have a failed power supply. power supplies now show up like this: hw.sensors.14=esm0, Power Supply 1, OK, raw, 65359 hw.sensors.15=esm0, Power Supply 2, OK, raw, 65359 hw.sensors.16=esm0, Power Supply 3, CRITICAL, raw, 65347 anyone got a spare 2500 power supply they want to send to me? ok deraadt@ marco@ jordan@ VS: ---------------------------------------------------------------------- |