Age | Commit message (Expand) | Author |
2014-08-24 | socketvar.h instead of socket.h, oops | Theo de Raadt |
2014-08-23 | oddly now needs sys/socket.h, because someone removed struct socket fwd | Theo de Raadt |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-18 | this uses pools, but relied on mbuf.h to provide them. | David Gwynne |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-28 | Hardware supported by machfb(4) needs the aperture (for now) so make ramdisks | Mark Kettenis |
2014-07-22 | oops, duplicate | Theo de Raadt |
2014-07-22 | need dev/pci/vga_pcivar.h | Theo de Raadt |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-20 | RB_MINIROOT is never checked by anything, so stop setting it. | Theo de Raadt |
2014-07-18 | atomic_swap_ptr is special. | David Gwynne |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
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 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) | Masao Uebayashi |
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 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-07-11 | It's init as a process that's special, not init's original thread. | 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(): Remove comments about RB_TIMEBAD to reduce diffs | 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-07-08 | the way vnet works means mclgeti cant do its job. remove hte ifp | David Gwynne |
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat |
2014-06-08 | Remove an incorrect bzero() that was zeroing the | Jonathan Gray |
2014-06-08 | instead of reading past the end of the sun_fstypes array | Jonathan Gray |
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-25 | Turn on blinky things by default, very useful here | Theo de Raadt |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |
2014-05-10 | We print time_t by casting to "long long" even in the kernel. | Mark Kettenis |
2014-05-10 | Fix formwat string. Cast pointer to long and print it using %lx since %p | Mark Kettenis |
2014-05-10 | A few more straightforward format string fixes. | Mark Kettenis |
2014-05-10 | Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere. | Mark Kettenis |