Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | Avoid dereferencing a null pointer when logging a DNS lookup failure. | Joel Sing | |
ok gilles@ | |||
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson | |
From Brad. | |||
2009-12-07 | don't use $set->print, consistent messages. | Marc Espie | |
2009-12-07 | Cleanup discipline initialisation. | Joel Sing | |
ok marco@ | |||
2009-12-07 | Define discipline capabilities using a set of flags. | Joel Sing | |
"shiny!!" marco@ | |||
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie | |
kill code that never got used | |||
2009-12-07 | oops, wrong version of previous diff. | David Gwynne | |
we have to exec a command (with ata_exec) before we check if its done with ata_polled. of course an unstarted command will not be done. found by and debugged with krw@ ok krw@ | |||
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne | |
now return void. all state about a command is now represented within the ata_xfer structure, and all layers using it (both hba and atascsi) now check only ata_xfer. this relies on my scsi midlayer changes. it was written just before the second last backout of the midlayer. | |||
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann | |
ok henning@, claudio@ "I think this should go in" | |||
2009-12-07 | behaviour for the -l flag differs between this implementation and posix; | Jason McIntyre | |
spotted by millert | |||
2009-12-07 | Re-enable SCSIDEBUG display of commands and data. Original diff | Kenneth R Westerback | |
from dlg@, tweaking by me to make it compile. ok dlg@ | |||
2009-12-06 | fix potential divide-by-zero in sftp's "df" output when talking to a server | Darren Tucker | |
that reports zero files on the filesystem (Unix filesystems always have at least the root inode). From Steve McClellan at radisys, ok djm@ | |||
2009-12-06 | use socklen_t for getsockopt optlen parameter; reported by | Damien Miller | |
Steve.McClellan AT radisys.com, ok dtucker@ | |||
2009-12-06 | zap unused variable and strlen; from Steve McClellan, ok djm | Darren Tucker | |
2009-12-06 | missing space; | Jason McIntyre | |
2009-12-06 | Make internal file descriptor handling async-signal safe by eliminating | Kurt Miller | |
the use of spinlocks and malloc. All needed memory is allocated upfront and _thread_kern_sig_defer/undefer() is now used to protect critical sections. okay guenther@ | |||
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback | |
was to try to play dangerous games with tagged queuing. ok marco@ | |||
2009-12-06 | Add /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES. | Antoine Jacoutot | |
ok sthen@ | |||
2009-12-06 | During the session's initialization, when playing the passive role, send | Michele Marchetto | |
the initialization message before the keepalive. This fixes session initialazion failures noticed by Christophe Fillot. ok claudio@ | |||
2009-12-06 | Improve divert.4 man page. | Michele Marchetto | |
Be more clear about what happens to the packets when they are queued to userspace or reinjected in the kernel. input by jmc@ ok claudio@ | |||
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau | |
with input from marco@ "that i like" marco@ ok dlg@ | |||
2009-12-06 | Doh, switch src and dst in memcpy calls or the wrong thing gets copied. | Claudio Jeker | |
For some reasons memcpy has the argument reversed - grmbl. Found the hard way by Insan Praja. | |||
2009-12-06 | SCSI_USER is deprecated. the ioctl handlers arent special with regard to | David Gwynne | |
the midlayer. | |||
2009-12-06 | -U before -u; | Jason McIntyre | |
2009-12-06 | consistently refer to the softc pointer as sc, not sd. | David Gwynne | |
2009-12-06 | biodone must be called at splbio. | David Gwynne | |
2009-12-06 | nitems(array) is prettier than sizeof(array)/sizeof(array[0]) | David Gwynne | |
2009-12-06 | whitespace tweaks | David Gwynne | |
2009-12-06 | ansify dvd functions a bit. | David Gwynne | |
2009-12-06 | fix previous | Jacek Masiulaniec | |
2009-12-05 | a bit more documentation, including revisit of OpenBSD::Intro to reflect | Marc Espie | |
the current state of things. | |||
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray | |
if the current mode is 802.11a or 802.11b. found by gcc svn. ok damien@ | |||
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb | |
devices actually supported by this device. The Linux driver confirms they exist. ok miod@ jsg@. | |||
2009-12-05 | fix interface tagging listeners in the ipv6 case | Charles Longeau | |
while there factor some common code (from jacekm input) ok jacekm@ | |||
2009-12-05 | use eval {} everywhere around quirks. | Marc Espie | |
also, remove quirks from the list of packages to update, since it deserves special treatment... | |||
2009-12-05 | since we don't redisplay missing libraries message, tell why we can't install | Marc Espie | |
in general terms... | |||
2009-12-05 | quirks exists | Marc Espie | |
2009-12-05 | avoid progressmeter warning | Marc Espie | |
2009-12-05 | better quirks interface: pass the search object that was built, so we can | Marc Espie | |
adjust it (eventually, pass the whole list ?) | |||
2009-12-05 | change the internal representation of Search::Stem to allow the addition | Marc Espie | |
of supplementary stems (useful for quirks) | |||
2009-12-05 | oops | Marc Espie | |
2009-12-05 | cosmetic | Marc Espie | |
2009-12-05 | fix quirks object construction. Simplify its handling: just install/update | Marc Espie | |
it first, and try to build the Quirks object. Make ourselves resilient to errors in there. For removing sets with only older packages, we have to call complete_old even if there are no conflicts at all ! | |||
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie | |
we may end up updating sets with newer == 0 | |||
2009-12-05 | fix off-by-one, noticed by frantisek holop | Marc Espie | |
2009-12-05 | missing word; | Jason McIntyre | |
from trhodes@freebsd, r200095; | |||
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt | |
suspend. It is neat but annoying without a 'button'. | |||
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave | |
fixes Thinkpad SL300, maybe others | |||
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson | |
2009-12-04 | Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the | Miod Vallat | |
request to other bricks connected to our node. |