Age | Commit message (Expand) | Author |
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 |
2014-07-20 | This pulls in <ddb/db_output.h>, so don't redeclare ddb functions | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
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-19 | miod pointed out i forgot which way round casts go. | David Gwynne |
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-18 | implement 'rootdev' parsing similar to what's already done in the kernel, | Jasper Lievisse Adriaanse |
2014-07-18 | implement EFBIG handling for heavily fragmented packets on the tx path. | David Gwynne |
2014-07-17 | Rework management of the external L2 cache on the few Indy/Indigo2 systems | Miod Vallat |
2014-07-17 | zero random buf for sysctl too, just in case | Ted Unangst |
2014-07-17 | zero entropy buf | Ted Unangst |
2014-07-17 | Turn the console code into regular cons_decl() ones, to better fit libsa | Miod Vallat |
2014-07-17 | interrupt handlers established via the ioapic didnt get their | David Gwynne |
2014-07-17 | immidiatelly -> immediately | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | Save and restore NVS ranges when hibernating, as per The Spec. | Mike Larkin |
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-16 | Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501 | Christian Weisgerber |
2014-07-16 | the scan for transforming free(...) to (free..., 0) failed becuase this | Theo de Raadt |
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin |
2014-07-15 | Don't define uuid_t yet; unbreaks some ports. spotted by jca@ | Miod Vallat |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-15 | delete commented out sl | Theo de Raadt |
2014-07-15 | crank to 5.6-beta | Theo de Raadt |
2014-07-15 | Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicated | Miod Vallat |
2014-07-15 | Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug in | Miod Vallat |
2014-07-14 | In the next step, stop accepting the nibble-swapped protocol for 5.6. | Theo de Raadt |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-14 | Enable ext2fs support on RAMDISK_CD. Requested a few months ago in | Vadim Zhukov |