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