Age | Commit message (Expand) | Author |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-05-15 | add some missing splx() calls | Jonathan Gray |
2015-05-07 | fix indentation | Jonathan Gray |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-08 | Format string fixes and removal of -Wno-format for arm kernels. | Miod Vallat |
2014-04-03 | More uvm_extern.h cleanup. | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-20 | oops, typo | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-10-24 | add rcsids | aalm |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-04-16 | Get rid of various 'typedef struct' definitions and use plain structure | Theo de Raadt |
2013-02-09 | Fix indent, add RCS Id | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-17 | Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-08-22 | use static inline instead of inline so this will be compatible with | Jonathan Gray |
2011-09-20 | Late spring cleaning of the arm code for old dusty bits we do not want to | Miod Vallat |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-30 | Hurray! Zaurus apm can now call the activate functions intead of powerhooks. | Theo de Raadt |
2010-08-30 | Convert all powerhooks to activate functions, and provide powerhook stubs. | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-29 | put the bufq_restart() in the right place, so that a 2nd resume works. | Theo de Raadt |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2009-09-09 | Add simple PXA27x matrix keypad controller driver | Marek Vasut |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut |
2009-09-03 | Rearrange the interrupt handler so that it handlers "error status bits" | Theo de Raadt |
2009-09-03 | pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not needed | Marek Vasut |
2009-09-02 | pxa2x0_mmc.c: optimize the speed of the interrupt handler | Marek Vasut |
2009-08-26 | more bloody const crap mk broke | Theo de Raadt |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | toby do you even care enough to try to do right? | Theo de Raadt |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-04-08 | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |