summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-08-08regenJonathan Gray
2014-08-08add bochs and microsoft emulated vgaJonathan Gray
2014-08-08use nitems() instead of various local constructsJasper Lievisse Adriaanse
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot
2014-08-08Super Speed hub descriptor definition and routine, required for upcomingMartin Pieuchot
2014-08-08Even if the endpoint it reseted before the stack gets informed that aMartin Pieuchot
2014-08-08Fix debug printfs.Martin Pieuchot
2014-08-06Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files.Philip Guenther
2014-08-06Correct some dma cleanup error paths.Jonathan Gray
2014-08-06fix an off by oneJonathan Gray
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