Age | Commit message (Expand) | Author |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | add missing break statements giving alaw encoding | Jonathan Gray |
2014-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
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 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst |
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 | remove bthub remnants | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | boot(9): Missing if_downall() on zaurus | Masao Uebayashi |
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-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(): Unify declarations | Masao Uebayashi |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-08 | Format string fixes and removal of -Wno-format for arm kernels. | Miod Vallat |
2014-04-08 | Add rgephy(4) for axe(4) and axen(4). | Brad Smith |
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 | 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-02-12 | Do not include pmap.h from .S code, but get the necessary defines from | Miod Vallat |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
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-04 | remove iop(4) driver. it is entirely unmaintained and supports something | 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-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-17 | zap ecoff and a.out support like in MI loadfile | Theo de Raadt |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-28 | A few missing config_suspend(, DVACT_POWERDOWN) constructs after | Miod Vallat |
2013-09-10 | fix typos for additional functions | Theo de Raadt |