Use I/O size limits in underlying devices to govern I/O chunk
[dragonfly.git] / sys /
2007-07-11 Matthew DillonUse I/O size limits in underlying devices to govern...
2007-07-11 Peter AvalosUse TAILQ_FOREACH to enhance readibility.
2007-07-10 Matthew DillonDo not synchronously waitmsg in the unix domain socket...
2007-07-10 Joe TalbottAdd support to vkernel for locking virtual CPUs to...
2007-07-10 Sascha WildnerKQueueFd is declared static in sys/platform/vkernel...
2007-07-07 Sepherosa ZiehauFix comment.
2007-07-07 Sepherosa ZiehauParameters of icu_{set,get}var() are used.
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 Sepherosa ZiehauAfter lwkt_waitmsg/lwkt_waitport splitting, the second...
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 Matthew DillonFix an insufficient test of the message flags when...
2007-07-04 Peter AvalosRemove an old comment that no longer applies.
2007-07-04 Peter Avalosaic79xx.h:
2007-07-04 Matthew DillonTry to catch double-replies a little earlier so we...
2007-07-04 Hasso TepperFix stupid mistake. Sorry.
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 Matthew DillonFix an issue which arises with the TAP interface when...
2007-07-03 Matthew DillonFix a number of races in the controlling terminal open...
2007-07-03 Hasso TepperFix typo.
2007-07-03 Hasso TepperNuke USB_DO_ATTACH and remove device_t dv, since it...
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 Joe TalbottAdd break after parsing the -n option.
2007-07-02 Matthew DillonIf more then 2 virtual cpus are present, dedicate one...
2007-07-02 Matthew DillonAdd usched_mastermask - a master cpu mask specifying...
2007-07-02 Matthew DillonThe vkernel's copyin/copyout implementation is not...
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-07-02 Matthew DillonA virtual kernel can cause a vm_page's hold_count to...
2007-07-02 Matthew DillonGive virtual kernels access to sysctl() prototypes...
2007-07-02 Matthew DillonMake the virtual kernel's systimer work with SMP builds...
2007-07-02 Hasso TepperThere is no need to have ETHER_ALIGN define here.
2007-07-02 Hasso TepperNuke USB_GET_SC and USB_GET_SC_OPEN macros.
2007-07-02 Matthew DillonBecause the objcache caches up to two magazines on...
2007-07-02 Matthew DillonPut a timeout on the umtx_sleep() in the idle loop...
2007-07-02 Matthew DillonExhaust the virtual kernel network interface even if...
2007-07-02 Matthew Dillonsigwinch has to run with the big giant lock so use...
2007-07-02 Matthew DillonIncrease SMP_MAXCPU to 31. Can't do 32 (boo hoo!)...
2007-07-02 Matthew DillonAdd an option (-n ncpus) to specify the number of cpus...
2007-07-02 Matthew DillonThe real-kernel madvise and mcontrol system calls handl...
2007-07-02 Matthew DillonThe kernel perfmon support (options PERFMON) was trying...
2007-07-02 Matthew Dillonsched_ithd() must be called from within a critical...
2007-07-02 Matthew DillonCopy a junk file from pc32 needed for <time.h>
2007-07-02 Matthew DillonOnly use the symbol returned by dladdr() if its address...
2007-07-02 Matthew DillonClean up a kprintf() that was missing a newline.
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-02 Matthew DillonDo not allow umtx_sleep() to restart on a restartable...
2007-07-01 Hasso TepperNuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros.
2007-07-01 Matthew DillonAlso credit lots of help from Aggelos Economopoulos...
2007-07-01 Matthew DillonUse dladdr() to obtain symbol names when possible and...
2007-07-01 Matthew DillonConditionalize SMP bits for non-SMP builds.
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-07-01 Sascha Wildnermi_switch() and cpu_switch() are gone. Remove manpage...
2007-06-30 Matthew DillonA signal is sent to a particular LWP must be delivered...
2007-06-30 Sascha WildnerUse the actual function name in the message.
2007-06-30 Hasso TepperNuke PROC_(UN)LOCK, usb_callout_t, usb_kthread_create...
next