Age | Commit message (Expand) | Author |
2014-08-05 | Only check if the abort transfer is the interrupt one if the pipe is | Martin Pieuchot |
2014-08-03 | Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt | Stefan Sperling |
2014-08-03 | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt | Stefan Sperling |
2014-08-03 | don't return unitialised memory on error in ehci_alloc_sqtd() | Jonathan Gray |
2014-08-03 | When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code | Jonathan Gray |
2014-08-01 | When attempting to rebuild a softraid volume, use the actual data offset | Joel Sing |
2014-07-31 | always use the little-endian copy of a superblock. | Martin Pelikan |
2014-07-31 | unbreak aac(4) by re-adding uvm_extern.h for ptoa() | Jasper Lievisse Adriaanse |
2014-07-31 | use proper on-disk inode size: no more, no less. | Martin Pelikan |
2014-07-29 | disable POOL_DEBUG for release | Theo de Raadt |
2014-07-29 | move to -release mode | Theo de Raadt |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-28 | I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts | Alexander Bluhm |
2014-07-28 | On SPARCbook systems, the ledma device node has a `cable-selection' property | Miod Vallat |
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-26 | If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuit | Mark Kettenis |
2014-07-24 | Speed up the boot sequence by deferring the scan of xt keyboard code set. | Martin Pieuchot |
2014-07-24 | Fix debug printf, from Nathanael Rensen and chris@. | Martin Pieuchot |
2014-07-23 | Set the console input in polling mode before entering ukc. | Martin Pieuchot |
2014-07-23 | correctly drain and destroy the bufq upon detach | Jasper Lievisse Adriaanse |
2014-07-22 | The last poison change is awesome, it is triggering use after free bugs. | Theo de Raadt |
2014-07-22 | use NULL instead of (foo *)0; Kent R. Spillner | Theo de Raadt |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | remove unneccessary casts; Kent R. Spillner | Theo de Raadt |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
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-22 | boot(9): Reduce diffs between hppa & hppa64 (& others) | Masao Uebayashi |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-21 | fix some wrong comments and a bit of KNF | Mike Larkin |
2014-07-20 | Provide correct guidance on which header to use in the comments | Philip Guenther |
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
2014-07-20 | RB_MINIROOT is never checked by anything, so stop setting it. | Theo de Raadt |
2014-07-20 | spacing glitches | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-20 | Skip reading bits from a region marked as "Preserve" if all bits will be | Mark Kettenis |
2014-07-20 | Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit | Stefan Sperling |
2014-07-20 | In bwi(4), don't declare an interrupt as unhandled in case the PHY TX error | Stefan Sperling |
2014-07-20 | Make bwi_dma_mbuf_create() use the correct loop counter in error case. | Stefan Sperling |
2014-07-20 | Load bwi(4) firmware once, not every time the interface is brought up. | Stefan Sperling |