]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove ancient code for FreeBSD 2.x compatibility.
[FreeBSD/FreeBSD.git] / sys /
2013-07-05 rayo Make fields names short.
2013-07-05 tuexenFix a bug were only 2048 streams where usable even...
2013-07-05 np- Show the reason why link is down if this information...
2013-07-05 adrianDocument the current 11n rate selection shortcoming...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 np- Make note of interface MTU change if the rx queues...
2013-07-04 adrianImplement basic 802.11n awareness in the PHY and AMRR...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 rpauloSet ic_cryptocaps to make sure wpa_supplicant works...
2013-07-04 npOn-the-fly changes to the interrupt coalescing timer...
2013-07-04 gonzoAdd support for ePWM submodule of PWMSS
2013-07-04 gonzoAdd nodes for PWMSS1 and PWMSS2
2013-07-04 tuexenWhen processing an incoming ABORT, SHUTDOWN_COMPLETE...
2013-07-04 adrianEnable the station-side power management flag.
2013-07-04 npPay attention to TCP_NODELAY when it's set/unset after...
2013-07-04 npRing the egress queue's doorbell as soon as there are...
2013-07-04 kibThe tvp vnode on rename is usually unlinked. Drop...
2013-07-04 npThe T5 allows the driver to specify the ISS. Do so...
2013-07-04 trocinyIn r227207, to fix the issue with possible NULL inp_soc...
2013-07-04 bryanvMerge virtio_scsi change from projects/virtio
2013-07-04 bryanvMerge virtio_pci changes from projects/virtio
2013-07-04 bryanvMerge virtio changes from projects/virtio
2013-07-04 bryanvMerge vtnet changes from projects/virtio
2013-07-04 np- Read all TP parameters in one place.
2013-07-04 bryanvMerge virtio_balloon changes from projects/virtio
2013-07-04 bryanvMerge several virtio_blk changes from projects/virtio
2013-07-04 bryanvConvert VirtIO to use ithreads instead of taskqueues
2013-07-04 gberRemove redundant clearing of the PGA_WRITEABLE flag in
2013-07-04 gberFix modified bit emulation for ARMv6/v7
2013-07-04 adrianOops - fix bad hint numbering for the ART section.
2013-07-04 adrianAdd in a configuration file and hints for the Engenius...
2013-07-04 adrianAdd the missing link back to the EEPROM firmware name.
2013-07-04 jkimMake it little bit more C++ friendly. This explicit...
2013-07-04 alfredThe change in r236456 (atomic_store_rel not locked...
2013-07-04 rmacklemA problem with the old NFS client where large writes...
2013-07-03 np- Include the T5 firmware with the driver.
2013-07-03 smhBump disk(9) ABI version to signify the addition of...
2013-07-03 neelvm_phys_fictitious_reg_range() was losing the 'memattr...
2013-07-03 gonzoFix one of INVARIANTS-related UMA panics on ARM
2013-07-03 neelIf a superpage mapping is being removed then we need...
2013-07-03 neelVerify that all bytes in the instruction buffer are...
2013-07-03 rpauloIncrease the microcode max size to 16K to accomodate...
2013-07-03 peterAdd an entry for filemon.
2013-07-03 peterMove static ZFS compile option to the other static...
2013-07-03 rpauloTypos in comments.
2013-07-03 wblockAdd descriptions to the FILES list, fix some mdoc compl...
2013-07-03 tuexenCode cleanups.
2013-07-03 davidcsPort 0 needs to wait for ACK only if it issued the...
2013-07-03 npCatch up with r238990. LLE_DELETED does not clobber...
2013-07-03 jhbDon't perform the acpi_DeviceIsPresent() check for...
2013-07-03 mavFix NULL-deference kernel panic on attempt of destroyin...
2013-07-03 davide- Fix double frees/user after free.
2013-07-03 hrsFix a compiler warning.
2013-07-03 rmacklemA problem with the old NFS client where large writes...
2013-07-02 mckusickMake better use of metadata area by avoiding using...
2013-07-02 andrewEnable VFP on Raspberry Pi. This has worked as of r251712.
2013-07-02 pfgStyle fix: spaces.
2013-07-02 hrs- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An...
2013-07-02 hrsFix a panic when leaving MC group in a kernel with...
2013-07-02 gjb- Update newvers.sh to include svn revision in uname...
2013-07-02 lstewartImport an implementation of the CAIA Delay-Gradient...
2013-07-02 mjgFix receiving fd over unix socket broken in r247740.
2013-07-02 hrsAdd Planex MZK-UE150N.
2013-07-02 rpauloFix indentation.
2013-07-02 rpauloAdd register definitions for the Wii IPC system.
2013-07-02 rpauloAdd RealTek 8192SU product IDs.
2013-07-01 markjBe sure to destory the fasttrap cleanup mutex when...
2013-07-01 wblockAdd a new gptboot(8) man page. Factor out the redundan...
2013-07-01 rmhWrap cxgbe declaration around MK_SOURCELESS_UCODE check
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 rmacklemA recent version of the oldnfs NFS client in head/current
2013-07-01 grehanIgnore guest PAT settings by default in EPT mappings.
2013-07-01 tuexenEnable SCTP, since it is also enabled on GENERIC and...
2013-07-01 smhRemove forced timeout of in-flight commands from mfi_ti...
2013-07-01 npAdd a sysctl to get the number of filters available.
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 rpauloThe mbox driver is actually MP safe, so set the right...
2013-07-01 rpauloDisable debugging.
2013-07-01 rpauloUse the new FDT_FILE rpi.dts.
2013-07-01 rpauloSplit bcm2835-rpi-b.dts into bcm2835.dtsi and rpi.dts...
2013-07-01 glebDon't assume that UFS on-disk format of a directory...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 trocinyPlug up the lock lock leakage when exporting to a short...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 kibFix issues with zeroing and fetching the counters,...
2013-06-30 rpauloAdd INET6.
2013-06-30 rmhEnable kernel-specific code for FreeBSD also on other...
2013-06-30 rayReplace some spaces to tab.
2013-06-30 rayDecrypt magic numbers - define names for fields of...
2013-06-30 cognetIn generic_bs_map(), use kmem_alloc_nofault() instead...
2013-06-30 mjgacct: create a special plimit object and set it for...
2013-06-30 mjgacct: reduce code duplication by using acct_disable...
2013-06-30 edMake atomic_fetch_add() and atomic_fetch_sub() work...
2013-06-30 edMake various fixes to <stdatomic.h>.
2013-06-30 rpauloFix a typo.
2013-06-30 rpauloFix the RSSI calculation.
2013-06-30 yongariFix triggering false watchdog timeout as done in bce...
2013-06-30 rpauloFix the ni_txrate calculation.
2013-06-30 yongariFix triggering false watchdog timeout when controller...
2013-06-30 rpauloFix a reference count bug in urtwn_ra_init().
next