summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-1611-160/+114
* Frontends don't need to set errors themselves.mav2015-09-161-11/+4
* Use KASSERT for some checks, that are late to do.ae2015-09-161-23/+3
* Constantify lookup key in several nd6_* functions.melifaro2015-09-162-9/+9
* Remove superfluous m_freem().oleg2015-09-161-1/+0
* Don't flap the HA link if sysctl is reset to the same value.mav2015-09-161-6/+11
* Use M_WAITOK rather than M_NOWAIT since it's not used withinkevlo2015-09-161-1/+1
* Fix a debug message which didn't quite get it right about eeprom version.kevlo2015-09-162-2/+2
* Remove checks for a NULL return value from M_WAITOK allocations.kevlo2015-09-161-4/+1
* Unify loopback route switching:melifaro2015-09-163-53/+33
* Similar to r287844, create 'symlinks' cookie in proper place with -j and META...bdrewery2015-09-161-0/+1
* Create 'copies' cookie in proper place in META_MODE.bdrewery2015-09-161-0/+1
* Add a number of models to the bsdinstall GPT hack blacklistallanjude2015-09-161-1/+27
* Make ifconfig always exit with an error code if an important ioctl failsallanjude2015-09-161-9/+6
* Add ASUS Sandybridge laptops to the similar x2apic disable logicadrian2015-09-161-1/+13
* Ensure that the MAD agent's delayed taskqueue is completely stoppedmarkj2015-09-151-1/+1
* arm64: add kbd.c to the build for ukbd to fix the buildemaste2015-09-151-0/+1
* sysctl: switch sysctllock to a sleepable rmlock, take 2mjg2015-09-154-111/+109
* Threads holding a read lock of a sleepable rm lock are not permittedjhb2015-09-151-2/+4
* Remove redundant 'man page'brd2015-09-151-1/+1
* kevent(2): Note DOOMED vnodes with NOTE_REVOKEcem2015-09-153-3/+14
* Remove unnecessary tcp state transition call.hiren2015-09-151-1/+1
* arm64: add xhci driver and umass/ukbd to GENERIC for Cavium ThunderXemaste2015-09-151-0/+3
* Add support for Sierra MC7355 cardgarga2015-09-152-0/+2
* Add a way to specify stripesize and stripeoffset to gnop(8). This makestrasz2015-09-154-6/+52
* Simplify nd6_cache_lladdr:melifaro2015-09-152-99/+100
* Add Cavium ThunderX xHCI controller PCI IDemaste2015-09-151-0/+3
* Fix grammer in an error messagebrd2015-09-151-1/+1
* Add ctl-lun config option for consistency in HA setups.mav2015-09-155-3/+36
* Bump .Dd.pluknet2015-09-151-1/+1
* Document NGM_PPPOE_SETMAXP.glebius2015-09-151-2/+16
* Perform I2C transmission in a single burst when mode is "none" or not setzbb2015-09-151-28/+79
* Make CAM log errors that make it wait.mav2015-09-152-3/+6
* Fix completion/error status reporting.mav2015-09-151-6/+12
* Close potential race between datamove and HA failover.mav2015-09-151-3/+20
* * Improve logging invalid arp messagesmelifaro2015-09-151-26/+32
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-153-37/+17
* Remove an unneeded typedef of ip6_t from the DTrace ip provider library.markj2015-09-152-5/+4
* Preserve the device queue status before retrying a sense request inmarkj2015-09-151-3/+6
* Unconditionally build CTF tools in the bootstrap-tools phase of the build.markj2015-09-151-6/+2
* Replace the scan event input path hack with the new rx-stats based method.adrian2015-09-151-10/+12
* Fix code typo (no functional change)dteske2015-09-141-3/+3
* Regression: fix usershow -7bapt2015-09-141-1/+1
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-145-21/+85
* Use unsigned variables in a few places.rodrigc2015-09-143-5/+6
* Use ANSI C prototypes.rodrigc2015-09-149-110/+37
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-149-148/+169
* Make it clear that 'swapuse' is swap reservation and not actual swap usage.trasz2015-09-141-2/+2
* Implement data/status aggregation for secondary HA node.mav2015-09-141-2/+9
* Implement data/status aggregation for camsim backend.mav2015-09-141-0/+7
OpenPOWER on IntegriCloud