Add uslcom(4) driver which provides support for USB devices based on
[dragonfly.git] / sys /
2007-08-14 Hasso TepperAdd uslcom(4) driver which provides support for USB...
2007-08-14 Hasso TepperAdd devices based on Silicon Laboratories USB-UART...
2007-08-13 Matthew DillonPart 1/many USERFS support. Bring in the initial userf...
2007-08-13 Matthew DillonAdd additional functionality to the syslink implementat...
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-13 Matthew DillonAdd xio_init_pages(), which builds an XIO based on...
2007-08-13 Matthew DillonReplace the huge mess that was vnode_pager_generic_getp...
2007-08-13 Hasso TepperMagic Control Technology (MCT) USB to serial converters...
2007-08-12 Matthew DillonChange the ordering of the zombie test for ^T to avoid...
2007-08-12 Simon SchubertFix exporting of lwp data.
2007-08-12 Sepherosa ZiehauPCI-E re(4) needs multi hash in reverse order. Add...
2007-08-12 Matthew DillonMake m_mclfree() MP safe by fixing a N->0 dereferencing...
2007-08-11 Joe TalbottMake mbuf allocator statistics SMP safe.
2007-08-11 Matthew DillonAdd another fix to the 1's complement checksum. A...
2007-08-11 Matthew DillonOops. Correct attribution for the last commit - 1...
2007-08-11 Matthew DillonPort FreeBSD/pf_norm.c 1.18 - fix 1's complement carry...
2007-08-11 Matthew DillonIt is possible to catch a LWP while it is being created...
2007-08-11 Sepherosa ZiehauRe-enable hardware UDP/TCP checksum calculation with...
2007-08-10 Matthew DillonThe 1's complement checksum in m->m_pkthdr.csum_data...
2007-08-10 Sepherosa ZiehauHardware seems to have trouble to handle fragmented...
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.
next