]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Style cleanups on ifconfig.8
[FreeBSD/FreeBSD.git] / sys /
2014-06-05 zbbAvoid using hard-coded SoC's register address in mptram...
2014-06-05 zbbFix broken SMP startup on Armada XP after r265694
2014-06-05 luigiwhitespace change: remove trailing whitespace
2014-06-05 hselasky- Verify that we don't load more data into a FIFO than...
2014-06-05 hselaskyNeed to check the transfer cache field in the device...
2014-06-05 hselaskyTry to fix DWC OTG regression issues with full and...
2014-06-05 impThe code that combines adjacent ranges for BIO_DELETEs...
2014-06-05 emasteUpdate vt(4) "Terminus BSD Console" font
2014-06-05 tuexenUse ENOBUFS instead of ENOMEM in error situations relat...
2014-06-05 davideConvert functions to the new-style format.
2014-06-05 kevloRemove D-Link DWA140 rev D1 by accident.
2014-06-05 npcxgbe(4): Properly account for the freelist buffers...
2014-06-04 emasteRemove extra copy of old email address.
2014-06-04 emasteUpdate vt(4) console font author's email address
2014-06-04 hselaskyMore RSU fixes:
2014-06-04 luigimake sure ifp->if_transmit returns 0 if a buffer is...
2014-06-04 kibFor Xeon 7500 and 48XX (Nehalem EX and Westmere EX...
2014-06-04 kibAllow shared locking for the tmpfs vnodes.
2014-06-04 mav- Add support for SG_GET_SG_TABLESIZE IOCTL to report...
2014-06-04 hselaskyThe external USB HUB in the RPI-B rejects control endpo...
2014-06-04 hselaskyFixes for the RSU driver:
2014-06-04 bdrewery- Naively fix build by partially reverting r267029...
2014-06-03 jmgdon't check fs_flags for _FLAGS_UPDATED as it is stored...
2014-06-03 delphijDon't leak Giant.
2014-06-03 mavReplace gethrtime() with cpu_ticks(), as source of...
2014-06-03 loosFreeBSD, historically, has always used 8-bit addresses...
2014-06-03 loosRemove the unnecessary i2c slave address assignment.
2014-06-03 rayFix case when vt(4) started w/o driver assigned.
2014-06-03 kevloFix build UDP-Lite with VIMAGE enabled when building...
2014-06-02 jmghandle longer commands so that lines don't overflow...
2014-06-02 gnnAdd missing Ivy Bridge and Haswell events.
2014-06-02 mavOverhaul CAM SG driver IOCTL interfaces.
2014-06-02 marcelConvert bxe(4) to use the driver API.
2014-06-02 marcelConvert em(4) to use the driver API.
2014-06-02 marcelConvert fxp(4) to use the driver API.
2014-06-02 marcelIntroduce a procedural interface to the ifnet structure...
2014-06-02 hselaskyChange type of the DMA address so that on PAE platforms...
2014-06-02 jmgenable sound modules on arm.. This is necessary to...
2014-06-02 loosConfigure the analog input 7 which, on BBB, is connecte...
2014-06-01 hirenDNOLD_IS_ECN introduced by r266941 is not required.
2014-06-01 bryanvSplit the virtio.h header file into multiple files
2014-06-01 brAdd ident value. This fixes universe build.
2014-06-01 hselaskyAdd basic support for isochronous transfers in host...
2014-06-01 brFix i2c communication interface to be compatible with
2014-06-01 brRename exynos uart driver filenames.
2014-06-01 brAdd support for Exynos 5420 Octa - 8-core
2014-06-01 brDo only receive chars if there are some data in the...
2014-06-01 hirenECN marking implenetation for dummynet.
2014-06-01 ganboldSilence tinderbox build.
2014-06-01 adrianPin the right thread.
2014-06-01 rodrigcAllow customization of the brand displayed in the boot...
2014-06-01 loosExport two new settings for the AM335x PWM, the clock...
2014-05-31 neelActivate vcpus from bhyve(8) using the ioctl VM_ACTIVAT...
2014-05-31 dchaginTo allow to run the interpreter itself add a new ELF...
2014-05-31 dchaginGlibc was switched to the FUTEX_WAIT_BITSET op and...
2014-05-31 loosIgnore IIC_ENOADDR from iicbus_reset() as it only means...
2014-05-31 loosAdd a bounds verification to the SCL and SDA pin values.
2014-05-31 ganboldAdd #NO_UNIVERSE to RADXA and RADXA-LITE kernel configs
2014-05-31 delphijMFV 266913+266914:
2014-05-30 tychonIf VMX isn't enabled so long as the lock bit isn't...
2014-05-30 npcxgbe(4): Fix a NULL dereference when the very first...
2014-05-30 bzWhile PAWS is disabled, there are no consumers for...
2014-05-30 neelRemove bogus check for kmem_malloc() failure even thoug...
2014-05-30 pfgBump FreeBSD_version due to changed header for strcasec...
2014-05-30 neelAllocate a zeroed LDT.
2014-05-30 hselaskyUse own memory pool of 128K until further, hence that...
2014-05-30 hselaskyAdd optional support for USB to BERI loader. Fix the...
2014-05-30 hselaskyIt appears the ISP/SAF1761 sometimes is busy when readi...
2014-05-30 jhbUse callout_*() rather than timeout()/untimeout().
2014-05-30 hselaskyResolve issue with resolving malloc() and free() functi...
2014-05-30 hselaskyExport structure(s) properly.
2014-05-30 hselaskyFix delay() function in the BERI loader code.
2014-05-30 hselaskyMake driver detach code in USB mass storage test optional.
2014-05-30 hselaskyAdd ISP/SAF1761 bootloader bus interface file.
2014-05-30 hselaskyUSB boot library improvements:
2014-05-30 hselaskyAdd support for USB mass storage to libusbboot.
2014-05-30 aeUse g_conf_printf_escaped() to escape symbols, which...
2014-05-30 glebiusWhitespace only.
2014-05-30 brReset HSIC hub during EHCI initialization. This makes...
2014-05-30 brFix off-by-one error that makes 0-th pins of each bank...
2014-05-30 hselaskyAdd support for basic read, write and read capacity...
2014-05-30 bro Make keyboard-related properties to be compatible...
2014-05-30 ganboldAdd common kernel config file for Rockchip RK3188 syste...
2014-05-30 rpauloCleanup the RADXA kernel config file a bit and enable...
2014-05-29 emasteCorrect vt(4) border calculations on font switch
2014-05-29 emasteUpdate size in vt_grow if we don't have to reallocate
2014-05-29 asomersFix unintended KBI change from r264905. Add _fib versi...
2014-05-29 cognetIn uart_bus_grab(), use the ier_mask instead of a custo...
2014-05-29 hrsAdd rwlock to struct dadq. A panic could occur when...
2014-05-29 emasteCorrect KASSERT strings
2014-05-29 cognetIn the grab function, keep the bit 6 on in the IER...
2014-05-29 jhbFix pf(4) to build with MAXCPU set to 256. MAXCPU...
2014-05-29 cognetDo not hand the VM the memory used for stacks/page...
2014-05-29 cognetFor old CPUs, map the 64 first MB of RAM as it used...
2014-05-29 kibAdd support for the unmapped i/o to mfi(4).
2014-05-29 kibWhen usermode loaded non-default segment selector into...
2014-05-29 jhbReorganize this Makefile so that all the bsd.*.mk bits...
2014-05-29 jillesnetinet/in.h: Expose htonl(), htons(), ntohl() and...
2014-05-29 rayRemove driver as unused.
2014-05-29 hselaskyFactor out kernel configuration for DWC OTG FDT attach...
next