Age | Commit message (Expand) | Author |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |
2015-01-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat |
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat |
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | Add missing Utilite case in imx_platform_init_cons() | Jonathan Gray |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-11 | Remove orphaned defines. | Miod Vallat |
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-11 | When using sun4 PROM I/O routines, make sure we never attempt to transfer more | Miod Vallat |
2015-01-11 | Use the softc-specific function pointers for bcopy() and bzero() in iestart(), | Miod Vallat |
2015-01-11 | Make sure to initialize nbpg to a sensible value in bootxx, when running on | Miod Vallat |
2015-01-11 | Unbreak sun4 | Miod Vallat |
2015-01-11 | armv6 introduced opcodes for reversing words in registers. we can | David Gwynne |
2015-01-10 | Bye, bye simple_lock. | Mark Kettenis |
2015-01-10 | Enable nep(4). | Mark Kettenis |
2015-01-09 | Fix loading memory allocated with bus_dmamem_alloc(9). The old could would | Mark Kettenis |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-06 | when we're entering an interrupt handler, record its ipl so splassert | David Gwynne |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations | Miod Vallat |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach |
2015-01-02 | Add some additional i.MX6 board types from Bitrig. | Jonathan Gray |
2015-01-01 | move to 5.7-beta | Theo de Raadt |
2015-01-01 | Always drain the write buffer on pte sync. Needed for Cortex A7/A15 | Jonathan Gray |
2014-12-31 | Correct evcount_attach argument on cbus(4). | Kenji Aoyama |
2014-12-30 | Remove redundant md memcpy.S and memmove.S lines. The mi config | Jonathan Gray |
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-12-24 | Partially revert 1.46 and print more details when panicing at the end of | Miod Vallat |
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat |
2014-12-23 | Pass real sizes to free() | Miod Vallat |
2014-12-23 | Fix an obvious free() argument misuse which has been there since r1.1. | Miod Vallat |