Do not synchronously waitmsg in the unix domain socket's custom putport
[dragonfly.git] / sys / dev /
2007-07-07 Peter AvalosFix typo.
2007-07-07 Peter AvalosFix typos.
2007-07-07 Peter Avalosinitialize some variables before potential use.
2007-07-07 Peter Avalos-Wundef fix.
2007-07-07 Peter Avalos-Wundef fix.
2007-07-07 Peter Avalos-Wundef fixes.
2007-07-07 Peter AvalosUse the AHC_DISABLE_PCI_PERR flag to silence parity...
2007-07-07 Peter AvalosEnhance diagnostic printfs for the chains of free lists...
2007-07-07 Peter AvalosCorrect bug that caused the completed "recovery" scb...
2007-07-07 Peter AvalosSet allow_memio to 1 if fetching the allow_memio hint...
2007-07-06 Peter Avalosremove useless ptr check; cur_column can never be null.
2007-07-06 Peter AvalosUse BUS_PROBE_DEFAULT for pci probe return value.
2007-07-06 Peter AvalosAllow print_reg() to be called with a NULL column.
2007-07-06 Peter AvalosOn Rev. B silicon, we disabled the enhanced busfree...
2007-07-06 Peter Avalos Explicitly initialize timedout_scb lists, use...
2007-07-06 Peter AvalosAdd some useful target mode diagnostics for incoming...
2007-07-06 Peter AvalosRevert to basing all timeout/timer values in ms rather...
2007-07-06 Peter Avalosaic7xxx.h:
2007-07-06 Peter AvalosIn the PCI error interrupt handler, specify the width...
2007-07-06 Peter AvalosSet AHD_BUSFREEREV_BUG in the bug field for Rev B chips...
2007-07-06 Peter AvalosInvert the polarity of two tests in the recovery code...
2007-07-06 Peter AvalosRemove spurious EISA definitions left over from the...
2007-07-06 Peter AvalosAdd an ISA attachement to the aic7xxx driver to handle...
2007-07-06 Peter AvalosExtend critical section protection around portions...
2007-07-06 Peter AvalosFix an off by one in the critical section clearing...
2007-07-06 Peter AvalosCorrect a very rare case where command ordering could...
2007-07-06 Peter Avalosaic79xx.c:
2007-07-06 Peter Avaloso When restarting the sequencer, clear any pending
2007-07-06 Peter AvalosAdd aic_scb_timer_start() which will be used in the...
2007-07-06 Peter Avalosbus_alloc_resource -> bus_alloc_resource_any
2007-07-06 Peter Avalosaic7xxx.c:
2007-07-06 Peter Avalosaic79xx.c:
2007-07-06 Peter Avalosahc_eisa.c:
2007-07-05 Sepherosa ZiehauUpdate cardbus/pccard support.
2007-07-05 Peter AvalosWhen outputing a code listing, properly display
2007-07-05 Peter AvalosModify assembler to ignore carriage returns in input.
2007-07-05 Peter AvalosWhen performing our register test, be careful
2007-07-05 Peter AvalosUse PCIR_BAR(x) instead of PCIR_MAPS.
2007-07-05 Peter AvalosRemove extraneous line in comment.
2007-07-05 Peter AvalosFix a race condition in the flushing of commands that
2007-07-05 Peter Avalosaic79xx.h:
2007-07-05 Peter AvalosUse clr instead of an explicit mov from ALLZEROS
2007-07-05 Peter AvalosImplement ahd_inq_scbram() and change the implemention
2007-07-04 Peter AvalosCorrect a typo in a comment.
2007-07-04 Peter AvalosRemove an old comment that no longer applies.
2007-07-04 Peter Avalosaic79xx.h:
2007-07-03 Peter AvalosFix logic to avoid a potential deadlock in ahd_run_qout...
2007-07-03 Peter AvalosConvert to use cam_calc_geometry().
2007-07-03 Hasso TepperRemove last usb_port.h defines usages from the tree...
2007-07-03 Hasso TepperNuke the code specific to other BSDs.
2007-07-02 Hasso TepperNuke USB_DECLARE_DRIVER and USB_DECLARE_DRIVER_INIT...
2007-07-02 Matthew DillonIf more then 2 virtual cpus are present, dedicate one...
2007-07-02 Hasso TepperNuke USB_GET_SC and USB_GET_SC_OPEN macros.
2007-07-02 Matthew DillonExhaust the virtual kernel network interface even if...
2007-07-01 Hasso TepperNuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros.
2007-06-30 Hasso TepperNuke PROC_(UN)LOCK, usb_callout_t, usb_kthread_create...
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Hasso TepperUse kernel functions. I don't understand how I could...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2007-06-26 Hasso TepperNuke USBDEV().
2007-06-26 Sepherosa ZiehauIf RX csum calculation with pseudo header is enabled...
2007-06-26 Hasso TepperOne callout_stop() is enough.
2007-06-26 Hasso Teppermalloc -> kmalloc
2007-06-26 Hasso Tepper- Fix headphone jack sensing support for Olivetti Olibo...
2007-06-26 Hasso TepperNuke "is is" stammering.
2007-06-23 Sepherosa Ziehau- Add hw.skcX.imtime sysctl node and hw.skc.imtime...
2007-06-22 Simon SchubertRemove unused variable.
2007-06-22 Sepherosa Ziehau- Factor out bge_{disable,enable}_intr().
2007-06-22 Sepherosa ZiehauDrain packets even if link is down.
2007-06-21 Sepherosa ZiehauAdd some KTRs in bge(4) to count RX/TX packets per...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-19 Matthew DillonThe fstype was not being properly tested for a CCD...
2007-06-19 Sepherosa ZiehauAdd sysctl/tunable for TX/RX interrupt coalescing varia...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonDisable per-channel interrupt sources before enabling...
2007-06-17 Sepherosa Ziehau- Make "ifconfig nfeX mtu xxx" work.
2007-06-17 YONETANI Tomokazuwe do not want to shift by the block size, which is...
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-16 Sascha WildnerTurn VINUM_LABEL into a noop (fixing LINT).
2007-06-16 Matthew DillonUpdate all sound code to use the snd_*() locking abstra...
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-06-15 Sascha WildnerAdjust Makefile like those of other drivers which suppo...
2007-06-14 Simon SchubertAllow vchans to have their own volume control.
2007-06-14 Matthew Dillonxpt_bus_deregister() never returns 0, don't test for it.
2007-06-13 Matthew DillonRefuse to poll a detached sim.
2007-06-13 Matthew DillonDont poll PS/2 mouse interrupts, it can cause the mouse...
2007-06-09 Matthew DillonThis patch allows umct (USB<->RS232 adapter) to write...
2007-06-07 Simon SchubertGet rid of disklabel faking/processing.
2007-06-07 Simon SchubertDon't loose count when adding too many plexes to a...
2007-06-07 Matthew DillonAdd polling support to BGE.
2007-06-06 Matthew DillonAdd a field to the keyboard abstraction structure that...
2007-06-05 Sascha WildnerUpdate FreeBSD ID tags.
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Matthew DillonCatch up a bit with FreeBSD netgraph by replacing ...
2007-06-03 Matthew DillonPart 1/2: Add a sanity check to the NATA interrupt...
2007-06-03 Matthew DillonSet the IDE DMA start bit as a separate I/O write from...
next