summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-21do the unaligned dma tests so we can figure out if we need to fallDavid Gwynne
2011-06-21Eliminate some slanderous lies about the flexibility of our SCSIMatthew Dempsky
2011-06-21Two dpt(4) fixes:Matthew Dempsky
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2011-06-21remove stupid casts, ok deraadtTed Unangst
2011-06-21report the controllers part number. eg, i now know i have aDavid Gwynne
2011-06-21wire up jumbos properly. the hardware supports up to 9018 bytes offDavid Gwynne
2011-06-21i prefer 16k ints/sec to 32k ints/sec.David Gwynne
2011-06-21There is no need to handle fragmented TCP reset packets in a specialAlexander Bluhm
2011-06-21- adjust add_property() to allow more liberal whitespace usage.Jasper Lievisse Adriaanse
2011-06-21minor cleanups; ok dlgTheo de Raadt
2011-06-21Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) noMatthew Dempsky
2011-06-21looks like the disk_lock method actually does workTheo de Raadt
2011-06-20explicit_bzero for the crypto keyTed Unangst
2011-06-20Restore changelist(5) wildcard support that we inadvertently killedIngo Schwarze
2011-06-20Refactoring for simplicity, no functional change:Ingo Schwarze
2011-06-20Make -aoff option apply to MIDI ports (-q) as well, ensuring the deviceAlexandre Ratchov
2011-06-20MBR_read() can be reading from a file as well as a raw partition.Kenneth R Westerback
2011-06-20fix a segfault found by jasper@Marc Espie
2011-06-20More cleanup in pf_test/pf_test6 this time mostly the fragmentClaudio Jeker
2011-06-20Switch binary file detection from !(isprint() || isspace()) to checkingStefan Sperling
2011-06-20as man page states, lower case undoes upper case. add support for little s,Ted Unangst
2011-06-20more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@Otto Moerbeek
2011-06-20Do not compare a `char' variable to EOF, which does not fit if `char' defaultsMiod Vallat
2011-06-20serialize attach and detach of device sub-trees -- only one deviceTheo de Raadt
2011-06-20for now, move back to a private rw_lock rather than the disk_lock.Theo de Raadt
2011-06-20- add tests for suffixes in Requires(.private)Jasper Lievisse Adriaanse
2011-06-20Teach lint about %F, %A, %a format specifiers.Martynas Venckus
2011-06-20Revert rev 1.21 which is superceded by 1.22Todd C. Miller
2011-06-20Prevent lint from warning about %m in C format strings. QuietsTodd C. Miller
2011-06-20make the interrupt handler look more like what the doco suggests. seems toDavid Gwynne
2011-06-20- Adjust Getopts() hash to align options with values.Jasper Lievisse Adriaanse
2011-06-20- implement --static, and preserve dependency order,Jasper Lievisse Adriaanse
2011-06-20document -Ddonttie, even though I only put it in for performance testingMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2011-06-20zap extra try that's no longer needed: print-plist-with-depends shouldMarc Espie
2011-06-20Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing itMatthew Dempsky
2011-06-20Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9)Matthew Dempsky
2011-06-20dont need debug, the myx_cmd stuff works fine.David Gwynne
2011-06-20Call bufq_drain() in wddetach() instead of reimplementing the sameMatthew Dempsky
2011-06-20enable myx(4)David Gwynne
2011-06-20enable myx(4).David Gwynne
2011-06-20syncTheo de Raadt
2011-06-20Xr myx(4)Theo de Raadt
2011-06-20i got myx working!David Gwynne
2011-06-20build firmware for myx(4)Theo de Raadt
2011-06-20isa(4) is an indirect bus, which means that drivers that attach to itMatthew Dempsky
2011-06-19UnbreakMiod Vallat
2011-06-19fix up unbalanced format stringsJonathan Gray