Age | Commit message (Expand) | Author |
2007-11-08 | Pass correct pointers to memcpy when concatanating strings/buffers | Can Erkin Acar |
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar |
2007-11-06 | all ACPI_ENABLE kernels need acpi_interrupt() | Theo de Raadt |
2007-11-06 | move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL so | Theo de Raadt |
2007-11-05 | Establish the acpi interrupt earlier. Fixes problems with some | Can Erkin Acar |
2007-11-05 | Use the acpi_{acquire,release}_global_lock() to implement the global | Tobias Weingartner |
2007-11-04 | Check for non-zero address if mapping to the extended addresses. | Mike Belopuhov |
2007-11-03 | Notebook from ckuethe@ that notifies AC with 0x01, so add that in. | Can Erkin Acar |
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe |
2007-11-03 | Remove a useless printf, hit if acpicpu is disabled. | Gordon Willem Klok |
2007-11-03 | Added support for displaying wakeup devices | Jordan Hargrave |
2007-11-03 | Add missing else so that Concatanation of two buffers work. | Can Erkin Acar |
2007-11-03 | Fix setting values to buffers by obeying the conversion rules. | Can Erkin Acar |
2007-11-03 | less colons | Theo de Raadt |
2007-11-03 | Remove those words... | Chris Kuethe |
2007-11-03 | repair attach messages; ok gwk canacar | Theo de Raadt |
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe |
2007-11-03 | Changed aml_parselength to use incremental length calc | Jordan Hargrave |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-09-13 | Remove unnecessary memset() (see aml_evalnode(9)) and a bit of KNF. | Michael Knudsen |
2007-09-13 | Implement ACPI 6.5.1 spec tree walk for _STA and _INI. | Tobias Weingartner |
2007-09-08 | Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, and | Gordon Willem Klok |
2007-09-07 | Fix code that figures out the PCI bus number for a _PRT configuration object. | Mark Kettenis |
2007-06-23 | Accept 0x00 as notify type since some notebooks (MSI-S260) | Can Erkin Acar |
2007-06-15 | Check that sc_notify actually points to something before attempting to call | Gordon Willem Klok |
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | Gordon Willem Klok |
2007-05-28 | fix build when ACPI_DEBUG is defined | Robert Nagy |
2007-05-28 | Eliminate unsightly blank lines in dmesg. | Kenneth R Westerback |
2007-05-06 | at least always print a new line, even if NOPSS | Ted Unangst |
2007-04-23 | When receiving an undock request, walk the list of dependant devices | Michael Knudsen |
2007-04-23 | When adding a device node to the list of dependant devices, don't add | Michael Knudsen |
2007-04-23 | In acpidock_softc, change sc_sens from being a one element long array to | Michael Knudsen |
2007-04-23 | spacing and some really long lines | Gordon Willem Klok |
2007-04-22 | Whitespace cleanup. | Michael Knudsen |
2007-04-22 | Remove unnecessary local variable in acpidock_status() and kill an XXX | Michael Knudsen |
2007-04-22 | Add a TAILQ, aml_nodelist, of devices depending on the dock device to | Michael Knudsen |
2007-04-17 | Now that acpidock no longer hangs machines during boot (at least | Michael Knudsen |
2007-04-17 | Fix a really emberrassing bug: Do not unconditionally call _DCK with a | Michael Knudsen |
2007-04-16 | Fix debug info when docking/undocking so it tells users what they need | Michael Knudsen |
2007-04-11 | Added changes for C-State | Jordan Hargrave |
2007-04-06 | Fix a strange typo and don't set sc_docked in acpidock_dockctl(). It's | Michael Knudsen |
2007-03-26 | Don't leak memory. | Marco Peereboom |
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom |
2007-03-23 | Fix set to already set local | Jordan Hargrave |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-20 | Use aml_val2int() instead of accessing v_integer directly. | Michael Knudsen |
2007-03-03 | Stop looking for acpidock until we fix that stuff that breaks all pre-60 | Michael Knudsen |
2007-02-27 | please, check it compiles before you commit | Theo de Raadt |
2007-02-27 | Added fix for condref, free storing into value | Jordan Hargrave |