summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfxge: adding version info to device descriptionarybchik2015-03-173-1/+45
* sfxge: move deferred packet list statistics to dedicated nodearybchik2015-03-171-16/+21
* sfxge: add tunables to control LRO parameters on driver load timearybchik2015-03-172-0/+61
* Catch up with Clang 3.6.0.jkim2015-03-172-34/+54
* Bump the date after the `show devmap` addition.stas2015-03-171-1/+1
* Document the `show devmap` DDB command.stas2015-03-171-0/+7
* Fix minor fallout from sysctl strings being nulterminated now. The dmesgian2015-03-161-2/+6
* Default to turning off OpenSSL SSL_OP_TLSEXT_PADDING as it breaksgshapiro2015-03-161-0/+8
* Report that we may have write cache, and that we do support FLUSH.mav2015-03-161-0/+2
* Reset bp->bio_done to unmapped_buf when removing a transient map in biodone.benno2015-03-161-0/+1
* Trivial change / forced-commit to document prior change that slipped inian2015-03-161-1/+1
* (no commit message)ian2015-03-161-3/+3
* Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withian2015-03-161-1/+3
* Update an sbuf assertion to allow for the new SBUF_INCLUDENUL flag. Ifian2015-03-161-5/+12
* Introduce a cap_ioctl_t used for the 'cmds' arguments to cap_ioctls_limit()rwatson2015-03-162-3/+8
* Convert PTE eviction lock from an RW lock to a RM lock. It is held fornwhitehorn2015-03-161-16/+16
* Move special DDP handling for closing a connection into a newjhb2015-03-163-15/+37
* Document r279663, qsort(3) enhancements.gjb2015-03-161-0/+5
* Document r279571, freebsd-update(8) will not download updates whengjb2015-03-162-0/+6
* Document r279463, iovctl(8) rc(8) script.gjb2015-03-162-0/+7
* Document r279361, kern.osrelease and kern.osreldate sysctls aregjb2015-03-161-0/+4
* Document r279315, uefisign(8) addition.gjb2015-03-161-0/+3
* Document r279252, pmap(9) overhaul for 64-bit PowerPC processors.gjb2015-03-161-0/+5
* Document r279189, VSX support.gjb2015-03-161-0/+5
* Document r279186, setmode(3) set errno on failure.gjb2015-03-161-0/+4
* Document r278970, acpi(4) update to 20150204.gjb2015-03-161-0/+3
* Provide a comment explaining r279688.glebius2015-03-161-0/+8
* Report ARAT (APIC-Timer-always-running) feature for virtual CPU.mav2015-03-161-0/+6
* Increase S/G list size of 32 to 33 entries.mav2015-03-162-8/+6
* Remove unused upstream DTrace provider implementations that are duplicatesmarkj2015-03-164-2193/+0
* proc: get rid of proc lock + unlock pair in proc_reapmjg2015-03-161-4/+5
* cred: add proc_set_cred helpermjg2015-03-1614-35/+64
* Fix DESTDIR supportbapt2015-03-151-2/+2
* Remove bad and useless LINKSbapt2015-03-151-1/+0
* Fix build with clang 3.6, silence -Wcast-qual warning.kib2015-03-151-1/+2
* Pre-allocate one extra request per processing thread.mav2015-03-151-1/+1
* Add a missing format string argument.markj2015-03-151-1/+1
* Use ar71xx_mac_addr_random_init() instead of a hand-rolled randomadrian2015-03-151-9/+2
* Start fleshing out some MAC address helper functions.adrian2015-03-153-0/+146
* Symplify links installation by using multi variable for loopbapt2015-03-151-22/+8
* audit: fix cred assignment when A_SETPMASK is usedmjg2015-03-151-1/+1
* Add a new taskqueue (device specific, not net80211 ic->tq); use it foradrian2015-03-152-7/+17
* Workaround delays caused by vmem_check().adrian2015-03-152-3/+11
* Fix scan timeouts with powersave enabled.adrian2015-03-151-2/+9
* unzip: Don't subvert vfs.timestamp_precision when setting atime to now.jilles2015-03-151-15/+13
* Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -adrian2015-03-151-11/+4
* Reformatting changes.adrian2015-03-151-3/+3
* Use correct typesadrian2015-03-151-3/+3
* Add another lock for the TX path.adrian2015-03-152-10/+20
* Add an extra mutex for qfullmsk / ring->queued variables.adrian2015-03-152-2/+24
OpenPOWER on IntegriCloud