Age | Commit message (Expand) | Author |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-11 | Don't rely in <sys/lock.h> bringing <sys/rwlock.h>. | Miod Vallat |
2015-02-07 | adapt to resume_randomness() changes | Theo de Raadt |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-18 | use suspend_randomness() and resume_randomness() | Theo de Raadt |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | add missing break statements giving alaw encoding | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-07-11 | The signal to tell init to power-off the system is SIGUSR2, not USR1 | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
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-31 | Change the order of operations during a suspend/resume cycle and | 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-10-24 | add rcsids | aalm |
2013-08-30 | Lock the audio mutex before invoking the audio(4) call-back, fixes | Alexandre Ratchov |
2013-06-28 | Uninitialized variable; Maxime Villard | Miod Vallat |
2013-06-01 | unbreak tree (will take a shot at flash_activate later) | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
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-03-01 | zaudio is play only, so return ENXIO on any attempt to open the device | Alexandre Ratchov |
2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. | Alexandr Shadchin |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-03-03 | Prevent division-by-zero when scaling down to the screen resolution. Make | Mark Kettenis |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | 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-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-07-20 | also use bufq_quiesce() when suspending, and bufq_restart() when resuming, | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-11-25 | rename zaurus_reg.h to machine_reg and rename some of the internal fields | Dale Rahn |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2007-12-27 | use TAILQ_FOREACH when possible instead of manually | Thordur I. Bjornsson |