Fix txcsum/rxcsum ioctl support, so that txcsum and rxcsum can be
[dragonfly.git] / sys /
2007-08-10 Sepherosa ZiehauFix txcsum/rxcsum ioctl support, so that txcsum and...
2007-08-10 Matthew DillonAdd support for a new revision of the RealTek 8168B...
2007-08-09 Simon SchubertFix automatic vinum probing to include the compat slice...
2007-08-09 Sepherosa ZiehauPass address of mbuf pointer to bge_encap(), so the...
2007-08-09 Matthew DillonIntroduce two delays in nfe_stop().
2007-08-09 Matthew Dillonnfe_init() can be called as a side effect of certain...
2007-08-09 Sascha Wildner* Repocopy sys/dev/misc/syscons/daemon -> sys/dev/misc...
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2007-08-09 Matthew DillonFix a mbuf leak that was introduced in April. In April...
2007-08-09 Sascha WildnerAdjust the shape of the right wings and make the apostr...
2007-08-08 Sepherosa ZiehauAdd hardware csum offload support.
2007-08-08 Sascha WildnerFix some remaining issues with MSDOSFS_DEBUG and add...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-08-07 Matthew DillonFix build errors when MSDOSFS_DEBUG is defined.
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Hasso TepperThere is no need to explicitly call ttwakeup() and...
2007-08-07 Sepherosa ZiehauUpdate Marvell PHY supports.
2007-08-07 Sepherosa Ziehauregen
2007-08-07 Sepherosa ZiehauMore Marvell PHY IDs.
2007-08-07 Hasso Tepperttyclose() increments t_gen. Remove redundant incremen...
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
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.
next