Age | Commit message (Expand) | Author |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-05-29 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-03-29 | Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls in | Uwe Stuehler |
2007-03-27 | only actually change the drive LED state if there was a real state change; | Theo de Raadt |
2007-03-26 | software-driven drive light code, using a timeout. uwe wrote some code | Theo de Raadt |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-03-18 | Add an interface to scoop(4) to control CF and SD card power | Uwe Stuehler |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-25 | Initial NAND flash support for Zaurus, not enabled yet; prodded by many. | Uwe Stuehler |
2005-12-22 | last change by me was wrong; do not setperf 2x on wakeup | Theo de Raadt |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt |
2005-12-20 | remove old #if 0 chunks no longer needed for debug | Theo de Raadt |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt |
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt |
2005-11-17 | Sharp CE-RH2 remote control driver | Uwe Stuehler |
2005-11-11 | first key is scanned based on interrupt. but if a key is held down | Theo de Raadt |
2005-11-11 | make power button cause suspend after .25 seconds (was 3 seconds) | Theo de Raadt |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn |
2005-08-18 | Make zaudio(4) work like a laptop, so that when you plug your headphones | Robert Nagy |
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler |
2005-05-27 | oops! printf -> DPRINTF | Uwe Stuehler |
2005-05-27 | - raise the "critical" battery level a bit to suspend earlier | Uwe Stuehler |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe |
2005-05-26 | No need to clock i2s during i2c operations, so don't. Relocate i2c | Christopher Pascoe |
2005-05-25 | Resample the hinge value on wakeup, prevent 'hung' keyboard on return | Dale Rahn |
2005-05-24 | serial console support | Uwe Stuehler |
2005-05-23 | Cleanup leading and trailing whitespace. | Christopher Pascoe |
2005-05-23 | Headphone output and volume control support. | Christopher Pascoe |
2005-05-10 | enter ddb thru alt-escape. | Marc Espie |
2005-05-09 | Added comments, and a new function to control the infrared LED. | Uwe Stuehler |
2005-04-24 | Do down-sampling of the high-resolution touch pad events in kernel, | Uwe Stuehler |
2005-04-21 | Move i2c open/close from callers into zaudio_standby. Fixes an error path. | Christopher Pascoe |
2005-04-21 | provide pgup, pgdown, home and end by using fn with the arrow keys. | David Gwynne |
2005-04-19 | newline after attach; ok deraadt@ | Damien Miller |
2005-04-15 | Add TODO list for zaudio. | Christopher Pascoe |
2005-04-15 | Add basic audio playback support for the Zaurus SL-C3000. | Christopher Pascoe |
2005-04-13 | Resume only if the lid is open and the power key pressed. Also fix | Uwe Stuehler |
2005-04-11 | - generate power change and battery low events | Uwe Stuehler |
2005-04-08 | Synchronize ADS7846 communication and LCD refresh so as to avoid jitter | Uwe Stuehler |
2005-04-08 | new functions for a unified interface to all chips. | Uwe Stuehler |
2005-03-30 | - Enable charging properly, avoiding the stuck "battery full" signal. | Uwe Stuehler |
2005-03-29 | Changed On/Off button behaviour (unless the lid is closed): | Uwe Stuehler |
2005-03-16 | permit ramdisks to compile | Theo de Raadt |