Age | Commit message (Expand) | Author |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-10-08 | only call Debugger() #ifdef DDB | Theo de Raadt |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-09-06 | Rename ci_iactive into ci_flags, this field now holds the going-to- | Martin Pieuchot |
2014-08-30 | Don't panic when an illegal IRQ is passed to intr_{dis,}establish(). | Martin Pieuchot |
2014-08-30 | Bump the fan limit and avoid a panic on my quad G5. | Martin Pieuchot |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | move macppc abtn(4) driver from workq to taskq | Bret Lambert |
2014-07-08 | A few missing sys/systm.h includes. Soon the universes dragged in via | Theo de Raadt |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-03-31 | Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more. | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot |
2013-10-23 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-10-21 | Remove unused defines inherited from mac68k. | Miod Vallat |
2013-10-09 | Various fixes to make kiic(4) work on my G5s. | Martin Pieuchot |
2013-08-10 | Move the device table inside the softc. | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-06-03 | Be coherent when printing irq numbers. | Martin Pieuchot |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
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 |
2013-04-23 | Don't assume time_t is an uint32_t. | Martin Pieuchot |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-10-08 | push irqloop warnings into #ifdef DEBUG | Theo de Raadt |
2012-09-02 | Bump the buffer size from 32 to 128 bytes, because some responses may | Martin Pieuchot |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-10-28 | Enable interrupts while processing off level interrupts. simplify code | Dale Rahn |
2011-10-24 | Revert last change, reported increased stablility with the change was | Dale Rahn |
2011-10-22 | Do not run off level interrupts with external interrupts disabled as | Dale Rahn |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-16 | Set the shared priority entry to the value of the current maxipl entry, | Dale Rahn |
2011-09-04 | oops, this DPRINTF flavour takes no parentheses. | Miod Vallat |
2011-09-04 | Silence awacs_trigger_input by turning a noisy printf into the DPRINTF | Miod Vallat |
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |