Age | Commit message (Expand) | Author |
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-19 | Bring back pci_dopm, but disable it before powerdown. | Paul Irofti |
2014-07-19 | Backout pci_dopm usage as it also breaks reboot on Lemote's. | Paul Irofti |
2014-07-16 | Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI in | Miod Vallat |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | boot(9): Undo curproc-overriding hacks | Masao Uebayashi |
2014-07-11 | remove bthub remnants | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-09 | Don't use the suspending kernel's VA mapping for the piglet. It's far | Mike Larkin |
2014-06-27 | Update list of .S depencies over assym.h. | Miod Vallat |
2014-06-16 | Enable PCI power management on Lemote. | Paul Irofti |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-04-07 | Enable upd(4) on archs where uhidev(4) is present, requested by mpi@. | andre |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-03 | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. | Martin Pieuchot |
2014-03-31 | Due the virtually indexed nature of the L1 instruction cache on most mips | Miod Vallat |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-29 | Update the loongson codebase to recognize the so-called `EFI-like' interface | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-27 | Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito | Miod Vallat |
2014-03-27 | Make sure the HIBERNATE pages get reserved regardless of the memory layout. | Miod Vallat |
2014-03-27 | Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memory | Miod Vallat |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-10 | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with | Miod Vallat |
2014-01-06 | Use the dedicated BCD macros from sys/time.h instead of handrolling | Paul Irofti |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |