Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-06 | sync | Antoine Jacoutot | |
2007-11-06 | - from FreeBSD: | Antoine Jacoutot | |
add support for Epson multifunction USB devices (i.e. scanner/printer/card readers) by adding their IDs to the table of recognised devices (because we don't have a "scanner" class) and preventing uscanner attach routine to reconfigure the whole USB device while we are dealing only with one of its interfaces. - add the Epson Stylus 3850/4050 ID in the process feedback from mbalmer@ and jmc@ ok jsg@ | |||
2007-11-06 | update to tzdata2007i | Todd C. Miller | |
2007-11-06 | Add testcases for switch. ok otto@ | Stefan Kempf | |
2007-11-06 | avoid coredump when ther;s only one token on a line; ok millert@ | Otto Moerbeek | |
2007-11-06 | fix format string | Charles Longeau | |
ok ray@ gilles@ | |||
2007-11-06 | malloc/memset -> calloc | Charles Longeau | |
ok ray@ | |||
2007-11-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek | |
2007-11-06 | - when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulate | Jacob Meuser | |
a single OSS ioctl, return the return value and errno from from AUDIO_SETINFO if there was an error, since it's more informative than the return value and errno from AUDIO_GETINFO. also, don't bail if AUDIO_SETINFO fails, because OSS ioctls should return the current value of the parameter they are setting, even if there was an error. - avoid a possible (though highly unlikely) divide by zero in SNDCTL_DSP_GET[IO]SPACE. ok ratchov@ | |||
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-06 | Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush() | Kenneth R Westerback | |
called from the last sdclose() on a device will now reset SDF_DIRTY after submitting the SYNCHRONIZE CACHE command. sddone() need not worry about SDF_DIRTY since it was never called for the SYNCHRONIZE CACHE command anyway. This eliminates a spurious SYNCHRONIZE CACHE command being issued for every sd device from sd_shutdown(). ok dlg@ | |||
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-06 | move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL so | Theo de Raadt | |
that acpi ramdisks can compile (obvious solution) | |||
2007-11-05 | Change chio.conf's group ownership to operator and mode to 644. | Michael Erdely | |
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@ | |||
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-05 | More scsi_done() at SPLBIO. Wrap more interrupt function calls while | Kenneth R Westerback | |
polling in splbio/splx. Put belts and suspenders splbio/splx around the scsi_done() call since it may be possible to get there other ways. Partly from thib@ | |||
2007-11-05 | Pull from master repo: | Stefan Kempf | |
Fix defalign(). ok otto@, gmcgarry | |||
2007-11-05 | I screwed the pooch. Fix the stack offsets. | Tobias Weingartner | |
"That's much better." kettenis@ | |||
2007-11-05 | deinline nfs_attrtimeo(); and remove some associated | Thordur I. Bjornsson | |
#ifdef goo. ok krw@, blambert@ | |||
2007-11-05 | More scsi_done() at SPLBIO. Wrap more interrupt function calls while | Kenneth R Westerback | |
polling in splbio/splx. | |||
2007-11-05 | More scsi_done() at SPLBIO. Wrap another interrupt function call while | Kenneth R Westerback | |
polling in splbio/splx. Wrap one call to dpt_done_ccb() not already at SPLBIO. | |||
2007-11-05 | Sprinkle a few holy membars around memory writes. | Miod Vallat | |
ok kettenis@ | |||
2007-11-05 | Tweaks. | Marc Balmer | |
2007-11-05 | Mention the PEX511 card here. | Marc Balmer | |
2007-11-05 | Mention the PEX511 card. | Marc Balmer | |
2007-11-05 | Add support for the Meinberg PEX511 PCI Express DCF77 radio clock. | Marc Balmer | |
Only print firmware ID when compiled with -DMBG_DEBUG, as suggested by miod. | |||
2007-11-05 | regen. | Marc Balmer | |
2007-11-05 | Add the Meinberg PEX511 PCI-express DCF77 radio clock. | Marc Balmer | |
2007-11-05 | fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simpler | Martin Reindl | |
ok oga@ brad@ | |||
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat | |
some radix configurations. | |||
2007-11-05 | More scsi_done() at SPLBIO. Wrap another interrupt function call while | Kenneth R Westerback | |
polling in splbio/splx. And wrap scsi_done() itself since it appears reachable from multiple places. | |||
2007-11-05 | More scsi_done() at SPLBIO. Wrap another interrupt function call while | Kenneth R Westerback | |
polling in splbio/splx. | |||
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-05 | Establish the acpi interrupt earlier. Fixes problems with some | Can Erkin Acar | |
GENERIC.MP kernels not getting acpi interrupts. This is a workaround until the real issue with late establishment is fixed. ok weingart@, beck@, gwk@ | |||
2007-11-05 | Slight rewording of @depend description (this -> that) | Stuart Henderson | |
ok espie | |||
2007-11-05 | More scsi_done() at SPLBIO. If you poll by manually calling the | Kenneth R Westerback | |
interrupt function, wrap the call in splbio/splx! | |||
2007-11-05 | make sure configure does not hardcode MAKE in its generated makefile. | Marc Espie | |
(GNU people high on LSD... ? ??? ) | |||
2007-11-05 | relate fields to stat(2). | Marc Espie | |
with help from jmc@ for wording and nroff magic | |||
2007-11-05 | Oops. Stray debug printf snuck in. | Kenneth R Westerback | |
2007-11-05 | Fix some cpu_switchto fallout. Reading disklabels to find raid | Kenneth R Westerback | |
components was causing some systems to hang. The hangs were due to tsleep() being called before it was prudent to do so. Create a startup hook to find the raid components when it is safe to encounter tsleep() but before root is mounted. Noticed and fix tested by Josh Grosse (who proved the cpu_switchto link), merdely@, fkr@. | |||
2007-11-05 | regen. | Owain Ainsworth | |
2007-11-05 | add "82452KX/GX Orion Extended Express Processor to PCI Bridge", from NetBSD. | Owain Ainsworth | |
ok mbalmer@ | |||
2007-11-05 | sync the comments for struct stat w/ <sys/stat.h>; | Jason McIntyre | |
2007-11-05 | adjust an awkward piece of grammar; | Jason McIntyre | |
problem spotted by, and ok, jsing | |||
2007-11-05 | agressively -> aggressively; | Jason McIntyre | |
2007-11-05 | document Ev FTP_KEEPALIVE; | Jason McIntyre | |
from giovanni, tweaked by espie and myself | |||
2007-11-05 | forgotten arg to printf, Tobias Ulmer | Otto Moerbeek | |
2007-11-05 | - clarify the descriptions of "sync" and "async" | Jason McIntyre | |
- "async" and "softdep" are mutually exclusive (from simon) - change the "no" example to sth potentially less confusing (and safer) some feedback from millert ok simon | |||
2007-11-05 | - sync the error descriptions w/ those in errlist | Jason McIntyre | |
- escape "No" incase groff thinks it's a macro call | |||
2007-11-05 | recognise (and use) ahci 1.2 controllers. | David Gwynne | |
diff from Henrik Gustafsson |