]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Allowus to exclude a.out support from ldd and use it with arm64 as it won't
[FreeBSD/FreeBSD.git] / sys /
2015-03-18 hselaskyAdd missing void pointer argument to SYSINIT() functions.
2015-03-18 hselaskyFix problems about 32-bit ticks wraparound and unsigned...
2015-03-18 hselaskyDeclare missing symbol and inline macro which is only...
2015-03-18 adrianFix ixgbe(4) to compile - with RSS; with ix+ixv in...
2015-03-18 adrianFix ixgbe(4) - add ix_txrx to compile in the kernel.
2015-03-18 adrianCorrectly const-ify things.
2015-03-17 jfvResolve a few build issues, add module directories...
2015-03-17 kibWhen initial placement of the new entry crosses the...
2015-03-17 kibWhen inserting new entry into the address map, ensure...
2015-03-17 ianFix fdt_platform_fixups() mem region handling. It...
2015-03-17 ianThe minimum sbuf buffer size is 2 bytes (a byte plus...
2015-03-17 ianIn sbuf_new_for_sysctl(), default the buffer size to...
2015-03-17 glebiuso Enhance vm_pager_free_nonreq() function:
2015-03-17 glebiusFix build.
2015-03-17 glebiusFix build after r280182.
2015-03-17 zbbIntroduce Annapurna Labs AHCI support
2015-03-17 dumbbelldrm: Update the device-independent code to match Linux...
2015-03-17 jfvUpdate to the Intel ixgbe driver:
2015-03-17 glebiusReduce header pollution.
2015-03-17 mavImprove ATA and SCSI versions printing.
2015-03-17 glebiusAlways lock the hash row of a source node when updating...
2015-03-17 hselaskyRemove no longer used allocation type.
2015-03-17 hselaskyUse define instead of constant.
2015-03-17 arybchiksfxge: increase default put-list limit to 1024
2015-03-17 arybchiksfxge: prefetch txq->common if TxQ is started only
2015-03-17 arybchiksfxge: adding version info to device description
2015-03-17 arybchiksfxge: move deferred packet list statistics to dedicate...
2015-03-17 arybchiksfxge: add tunables to control LRO parameters on driver...
2015-03-16 bennoReset bp->bio_done to unmapped_buf when removing a...
2015-03-16 ianTrivial change / forced-commit to document prior change...
2015-03-16 ian(no commit message)
2015-03-16 ianUse a regular sbuf + SYSCTL_OUT() rather than sbuf_new_...
2015-03-16 ianUpdate an sbuf assertion to allow for the new SBUF_INCL...
2015-03-16 rwatsonIntroduce a cap_ioctl_t used for the 'cmds' arguments...
2015-03-16 nwhitehornConvert PTE eviction lock from an RW lock to a RM lock...
2015-03-16 jhbMove special DDP handling for closing a connection...
2015-03-16 glebiusProvide a comment explaining r279688.
2015-03-16 mavReport ARAT (APIC-Timer-always-running) feature for...
2015-03-16 markjRemove unused upstream DTrace provider implementations...
2015-03-16 mjgproc: get rid of proc lock + unlock pair in proc_reap
2015-03-16 mjgcred: add proc_set_cred helper
2015-03-15 kibFix build with clang 3.6, silence -Wcast-qual warning.
2015-03-15 adrianUse ar71xx_mac_addr_random_init() instead of a hand...
2015-03-15 adrianStart fleshing out some MAC address helper functions.
2015-03-15 mjgaudit: fix cred assignment when A_SETPMASK is used
2015-03-15 adrianAdd a new taskqueue (device specific, not net80211...
2015-03-15 adrianWorkaround delays caused by vmem_check().
2015-03-15 adrianFix scan timeouts with powersave enabled.
2015-03-15 adrianDon't unlock mutex in interrupt thread (except for...
2015-03-15 adrianReformatting changes.
2015-03-15 adrianUse correct types
2015-03-15 adrianAdd another lock for the TX path.
2015-03-15 adrianAdd an extra mutex for qfullmsk / ring->queued variables.
2015-03-15 adrianRegroup ring state checks in wpi_tx_done().
2015-03-15 adrianDon't use sc->qfullmsk in wpi_start().
2015-03-15 adrianturn sc_tx_timeout into its own callout, rather than...
2015-03-15 adrianAdd mutex for RXON structure; convert some callouts...
2015-03-15 adrianUse WPI_FILTER_BSS for checking current state.
2015-03-15 adrianSplit TX and scan timeouts; use a callout now for the...
2015-03-15 adrianAdd experimental HOSTAP support.
2015-03-15 adrianMerge wpi_start() and wpi_start_locked().
2015-03-15 adrianMinor optimisation in wpi_limit_dwell()
2015-03-15 adrianRearrange checks in wpi_send_rxon().
2015-03-15 adrianFix some printfs(); add some debugging.
2015-03-15 adrianAdd more KASSERTs.
2015-03-15 adrianDisable powersave in IBSS mode (packet loss > 90%.)
2015-03-15 adrianDo some cleanup before device startup.
2015-03-15 adrianAcquire ifq lock when checking / modifying IFF_DRV_OACT...
2015-03-15 adrianMerge wpi_init() and wpi_init_locked().
2015-03-15 adrianRefactor wpi_ioctl().
2015-03-15 adrianAdd WPI_DEBUG_NODE + some debugging.
2015-03-15 adrian* Add new debug category
2015-03-15 adrianRemove unrelated comment.
2015-03-15 adrianRemove unnecessary assignment.
2015-03-15 mavHide virtio features negotiation messages under bootver...
2015-03-15 adrianRemove unnecessary debug output.
2015-03-15 adrianAdd support for AES-CCMP group keys.
2015-03-15 adrianEncrypt frame if IEEE80211_BPF_CRYPTO is set.
2015-03-15 adrianUse separate mutex for wv_bcbuf and wv_boff structures.
2015-03-15 adrianAdd prefixes to field names.
2015-03-15 adrianUse ieee80211_beacon_update() for dynamic beacon contents.
2015-03-15 adrianMove beacon initialisation to wpi_init_beacon()
2015-03-15 adrianUse a static buffer in wpi_cmd - rather than alloc...
2015-03-15 adrianUse WPI_RSSI_OFFSET instead of stat->noise (always...
2015-03-15 adrianFix debug category in wpi_read_eeprom_band()
2015-03-15 adrianMove IBSS assocation processing to wpi_newassoc().
2015-03-15 adrianwpi_tx_done() shouldn't wait for wpi_start().
2015-03-15 adrianAdd node table lock - addresses LOR in wpi_node_free().
2015-03-15 adrianOptimise sc->rev processing.
2015-03-15 adrianUse ring->queued for WPI_CMD_TX_DATA only.
2015-03-15 adrianMove some code under WPI_LOCK().
2015-03-15 adrianRemove unnecessary locking.
2015-03-15 adrianEliminate the WPI_FLAG_BUSY flag.
2015-03-15 adrianAdd separate lock for TX queues.
2015-03-15 adrianWrap node addition in STA mode into wpi_add_sta_node().
2015-03-15 adrianReplace kernel unit allocator with local set of functions.
2015-03-15 adrianMove key processing in wpi_tx_data.
2015-03-15 adrianRemove some un-needed variables.
2015-03-15 adrianReformatting - break lines ~ 80 characters.
2015-03-15 adrianwpi_intr(): remove duplicate code
next