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