Reomve unnecessary sys/vnode.h include.
[dragonfly.git] / sys /
2007-08-07 Hasso TepperReomve unnecessary sys/vnode.h include.
2007-08-07 Hasso TepperFix warning.
2007-08-07 Hasso TepperFix driver_t.
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Matthew DillonDo not require AHC_PCI_CONFIG to be defined.
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-08-04 Sepherosa Ziehau'phrase' and 'pending_polls' should never be changed...
2007-08-03 Sascha WildnerFix wrong parentheses.
2007-08-02 Peter AvalosAdd an ISA attachment to the aic7xxx driver to handle...
2007-08-02 Hasso TepperSome trivial fixes obtained from NetBSD:
2007-08-02 Hasso TepperMinimal (relatively) patch to make my Nokia 9300 smartp...
2007-08-02 Simon SchubertFix select and poll use in LWPs.
2007-08-02 Hasso TepperAdd support for many new devices into uplcom(4). IDs...
2007-08-02 Hasso TepperAdd more and fix some IDs, all related to uplcom(4).
2007-08-02 Hasso TepperBetter chips distinguishing code for uplcom(4).
2007-08-01 Sascha WildnerRemove some unused variables.
2007-08-01 Sascha Wildners/device/drive/ (fixes LINT build)
2007-08-01 Matthew DillonThe LWP run/sleep state does not always match the actua...
2007-07-31 Simon SchubertReorder initialization sequence of devclasses.
2007-07-31 Matthew DillonFix a coding mistake when dequeueing memory disk BIOs.
2007-07-31 Matthew DillonFix vinum. Vinum illegally uses device ops such as...
2007-07-31 Matthew DillonDetect the case where rename()ing over a file that...
2007-07-31 Matthew Dillonvrecycle() is typically called from a VFS's inactive...
2007-07-30 Matthew DillonRate-limit residual I/O warnings from the VM system...
2007-07-30 Matthew DillonIntroduce krateprintf(), a rate-controlled kprintf...
2007-07-30 Peter AvalosSpelling corrections.
2007-07-30 Simon SchubertFix linux.ko linking.
2007-07-30 Simon SchubertFix a memory leak when kern_execve() fails fatally.
2007-07-30 Matthew DillonWhen an inode collision occurs a partially initialized...
2007-07-30 Matthew DillonAdd infrastructure to locate a disk device by name...
2007-07-29 Peter AvalosAdd W{INT,CHAR}_{MIN,MAX} to stdint.h IAW ISO/IEC 9899...
2007-07-28 Matthew DillonAdd an ordering field to the interrupt config hook...
2007-07-27 Hasso TepperRegenerate usbdevs.h and usbdevs_data.h and fix affecte...
2007-07-27 Hasso TepperReduce diff with FreeBSD where it makes sense - add...
2007-07-25 Matthew DillonTurn syscall_mpsafe and trap_mpsafe on by default....
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-24 Matthew DillonRelease engineering: Update version information in...
2007-07-24 Matthew DillonBump DragonFly_version and create a subvers-DEVELOPMENT...
2007-07-23 Matthew Dillondssetmask() was being called too early, causing the...
2007-07-23 Matthew DillonAdd assertions for 0-length transfers and panic if...
2007-07-23 Matthew DillonIncorporate the device DMA limitations into the request...
2007-07-23 Matthew DillonWhen CAM creates the disk layer, set the underlying...
2007-07-23 Matthew DillonDo not loop forever doing 0-sized I/Os if si_iosize_max...
2007-07-23 Matthew DillonThe disk layer must not inherit the D_TRACKCLOSE flag...
2007-07-22 Matthew DillonProperly initialize next_cpu to 0 when '-l map' is...
2007-07-22 Matthew DillonTemporarily hack around an interrupt race against devic...
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-07-19 Simon SchubertAdd quriks for my motherboard so that the microphone...
2007-07-19 Joe TalbottLet the user know if they attempt to start a vkernel...
2007-07-19 Sepherosa ZiehauMake ath(4) and ath_rate(4) depend on wlan(4).
2007-07-19 Matthew DillonBe a little more verbose when reporting unmount errors.
2007-07-19 Peter AvalosAllocate the full SCB pool at driver attach.
2007-07-18 Peter AvalosShould use machine/limits.h, not cpu/limits.h.
2007-07-18 Sepherosa Ziehauregen
2007-07-18 Sepherosa ZiehauMore Broadcom 43xx PCI IDs.
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-16 Matthew DillonTemporarily reenable writing to the label area for...
2007-07-16 Sepherosa ZiehauCorrect RSSI calculation.
2007-07-14 Sepherosa Ziehaubusdma(9) fixes for bfe(4):
2007-07-14 Sepherosa Ziehau- When creating dma map, allocate at least one bounce...
2007-07-13 Matthew DillonClean up the ioctl switch and add support for DIOCGPART...
2007-07-13 Matthew DillonReparse device specifications. The slice is no longer...
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonBe more verbose in the bad-opencount assertion.
2007-07-12 Matthew DillonFix LWP support on exec. exec now properly kills all...
2007-07-12 Matthew DillonAdd an sc_maxiosize field which the ccd driver now...
2007-07-11 Matthew DillonAdd SHUTDOWN_PRI_DRIVER and move all driver shutdown...
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...
next