Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | Add VIA VT8237S SATA. | Jonathan Gray | |
From Antonio Marques <froz@icix.org> in PR 5718. | |||
2008-01-29 | use printf instead of echo, which is more portable; | Jason McIntyre | |
issue noted by Matthew Szudzik ok marco | |||
2008-01-29 | hosts files may contain ipv6 addresses too; update proposed by | Jason McIntyre | |
Bruce Cran in freebsd pr docs/120024; ok claudio | |||
2008-01-29 | fix race in makefile | Marc Espie | |
2008-01-29 | fix another make -j race, avoid rebuilding some archives twice in parallel. | Marc Espie | |
okay millert@, went thru several full builds including >500 perl packages... | |||
2008-01-29 | fix Makefile races | Marc Espie | |
2008-01-28 | Actually support checkout's -l. | Tobias Stoeckmann | |
OK xsa@ | |||
2008-01-28 | Properly free "rev". | Tobias Stoeckmann | |
> Diff from Igor Zinovik | |||
2008-01-28 | Zapped some variables which made the source harder to read (and to verify). | Tobias Stoeckmann | |
> Diff from Igor Zinovik | |||
2008-01-28 | checkout's options -m and -F are mutually exclusive. Also watch out to | Tobias Stoeckmann | |
properly free arguments if options are supplied multiple times. OK ray@ > Diff from Igor Zinovik | |||
2008-01-28 | spelling in comment; ok mbalmer@ jmc@ | Kevin Steves | |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann | |
in front of it. OK joris@, xsa@ > Diff from Igor Zinovik | |||
2008-01-28 | Properly align stack such that code that uses SSE2 instructions doesn't crash. | Mark Kettenis | |
ok espie@, beck@ | |||
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher | |
This allows recovery after an IP address change (e.g. on dialup links). Also move the update of "nextaction" timeout below the deadline check. OK henning@ | |||
2008-01-27 | Remove outdated sections about link0 option. | Mark Kettenis | |
2008-01-27 | Add TODO's to comment. | Marcus Glocker | |
2008-01-27 | Oops forgot one function when adding 16 byte scsi commands. | Marco Peereboom | |
2008-01-27 | no hostap support for this device; | Jason McIntyre | |
2008-01-27 | minor tweak to CAVEATS; | Jason McIntyre | |
2008-01-26 | the kids want I/O; | Jason McIntyre | |
2008-01-26 | - shuffle the page a little, to make it read better | Jason McIntyre | |
- prefer I/O to IO | |||
2008-01-26 | Remove duplicate protos | Marco Peereboom | |
2008-01-26 | Fix some debug prints | Marco Peereboom | |
2008-01-26 | regen | Claudio Jeker | |
2008-01-26 | Add Radeon HD 2600 IDs. Diff by brad@ tested by myself. | Claudio Jeker | |
2008-01-26 | document the supported disciplines in a little more detail; | Jason McIntyre | |
from marco and myself | |||
2008-01-26 | replace reference to deprecated @pkgcfl keyword by @conflict | Landry Breuil | |
ok espie@ | |||
2008-01-26 | getuint() doesn't use its partno argument. So eliminate it. No | Kenneth R Westerback | |
functional change. Noticed by lint. | |||
2008-01-26 | Create the automatic tables at the base of the anchor stack rather than | Ryan Thomas McBride | |
in the inline anchor. Fixes optimizer bug where automatic table creation in inline anchors fails because rules are now loaded after optimization and no transaction has been opened for the anchor. bug reported by Henrik Johansen ok henning dhartmei | |||
2008-01-26 | Unify i386 and amd64 lapic code, and calibrate lapic timer with interrupts | Mark Kettenis | |
disabled (as suggested by mickey). ok krw@, marco@ | |||
2008-01-26 | - use command prompts for commands | Jason McIntyre | |
- a few other minor fixes ok marco | |||
2008-01-26 | Set the return value instead of returning right away so that the DMA | Brad Smith | |
memory is actually synched. ok dlg@ | |||
2008-01-26 | remove a bad space; from he@netbsd | Jason McIntyre | |
2008-01-26 | SAS1078 is a megaraid, not a fusion-mpt, so dont attach to it | David Gwynne | |
2008-01-26 | sync dma mem back to the cpu on poll failure. | David Gwynne | |
from mickey via pr5714 | |||
2008-01-26 | despatch -> dispatch | David Gwynne | |
disparate spellink fix from mickey | |||
2008-01-26 | newline when printing about a failure to attach. | David Gwynne | |
2008-01-25 | Add support for some other CPU's. Thank you to | Tobias Weingartner | |
jahrens at centtech for the information. ok otto@, hshoexer@, beck@ | |||
2008-01-25 | Fix my screwup and don't return NULL from sort_paritions. | Kenneth R Westerback | |
Problem found by ckuethe@, slightly different fix than the one proposed by otto@ applied. | |||
2008-01-25 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback | |
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. We don't actually compile this code so there is no functional change. Diff fixed & ok millert@ | |||
2008-01-25 | Prevent USB network devices to generate a page fault trap when detached | Marcus Glocker | |
while UP and holding an open bpf handler by checking bpfilter_lookup() for returning NULL in bpfpoll(). Added an XXX comment which reminds us to recheck why this race condition happens in conjunction with the USB stack. Commented by miod@ and thib@ (would prefer to directly fix race condition, if this is possible at all). lot of help and OK claudio@ | |||
2008-01-25 | document maximum partition size; ok jmc@ krw@ | Otto Moerbeek | |
2008-01-25 | validate argv, okay otto@, henning@ | Marc Espie | |
2008-01-25 | show an example for writing ErrorLog to syslog | Stuart Henderson | |
ok henning | |||
2008-01-25 | Get rid of warning when compiling with OPT_DEBUG. | Ryan Thomas McBride | |
2008-01-25 | Since TX rate control is done by the firmware, we report the maximum | Marcus Glocker | |
rate which is available. | |||
2008-01-25 | regen | Brad Smith | |
2008-01-25 | - correct a typo for the Atheros AR5311 entry. | Brad Smith | |
- add a few Atheros AR5212 compatible PCI ids. From the Linux ath5k driver. ok reyk@ dlg@ | |||
2008-01-24 | -r1.23 introduced an error in signposting, as spotted by Stefan Sperling; | Jason McIntyre | |
fix that now; while i'm here, the text read very badly, so i've redone the paragraph; | |||
2008-01-24 | Fix some comments. | Marcus Glocker | |