summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix style(9) a bit and ensure that error from initializing kqueue(2) isngie2015-12-281-54/+42
* Add on systat -vm the ability to display the physical and kernel memoryaraujo2015-12-281-1/+13
* Place cancel and error under #ifdef DEBUG to mutengie2015-12-281-15/+22
* Staticize several variables that are used exclusively in bsnmpd/main.c andngie2015-12-282-9/+13
* - Explicitly initialize ch to 0ngie2015-12-281-5/+6
* Correct __FreeBSD__ check.cy2015-12-281-1/+1
* Use a macro to create the names for the library path names. This willimp2015-12-272-23/+26
* The FILE structure has a mbstate_t in it. This structure needs to beimp2015-12-271-2/+14
* There's currently some issues with armv7-class of CPUs code generationimp2015-12-271-1/+1
* Add some additional GPT partition typesallanjude2015-12-274-63/+107
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-2735-853/+315
* Fix incorrect error message in geom mapallanjude2015-12-271-1/+1
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-273-4/+12
* Add missed relpbuf() for a smallfs page-in.kib2015-12-271-0/+1
* Replace implementation of hsearch() by one that scales.ed2015-12-278-189/+336
* Fix missing path conversion from the previous commit to shuffle mdio around.adrian2015-12-271-1/+1
* Allocate separate scratch space for scanner purposes.mav2015-12-272-114/+95
* Split DMA buffers for request, response and ATIO queues.mav2015-12-273-182/+222
* Typo.kib2015-12-271-1/+1
* Let old-style (shell-based) jail configuration handle jail names thatjamie2015-12-261-62/+68
* sh: Add tests for #/##/%/%% on $* and $@.jilles2015-12-262-0/+62
* Fix includes in usr.sbin/fstyp/zfs.callanjude2015-12-262-2/+5
* Disable the firwmare licence check for rsu and urtwn.adrian2015-12-262-2/+2
* Enhance rc.d/netwait script to wait for late-attaching interfaces such asian2015-12-263-59/+76
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsbz2015-12-261-0/+2
* [mdio] Add MDIO support for "extended" registers as defined by IEEE 802.3 Cla...adrian2015-12-263-6/+92
* Do not substitute interpeter if the brand interpreter path iskib2015-12-261-1/+3
* procfs(5) is not required by ps(1) and w(1) anymorebapt2015-12-261-6/+2
* Use single DMA tag for scratch areas of all virtual ports.mav2015-12-262-29/+32
* Return EINVAL in case of incorrect sigev_signo value specified instead of pan...dchagin2015-12-261-0/+4
* Do not allow access to emuldata for non Linux processes.dchagin2015-12-261-0/+2
* Make port logins asynchronous, following r292739 logic.mav2015-12-261-66/+55
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capablenp2015-12-267-0/+2853
* Make virtual ports control asynchronous.mav2015-12-263-87/+111
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...adrian2015-12-2621-19/+87
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSInp2015-12-267-244/+176
* Upgrade our copies of clang and llvm to 3.7.1 release. This is adim2015-12-2563-544/+696
* Don't implicitly terminate a user message when moving it to thetuexen2015-12-251-4/+1
* Merge bmake-20151220sjg2015-12-258-51/+69
* Fix typo (s/harware/hardware/)kevlo2015-12-255-8/+8
* Unify handles allocation for initiator and target IOCBs.mav2015-12-257-191/+60
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, ascperciva2015-12-252-0/+4
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsume2015-12-252-57/+0
* Document that make's .POSIX: handling is broken. In fact, it has beencperciva2015-12-251-0/+4
* Clear virtual port's port database when disabling it.mav2015-12-253-165/+153
* Add initial configuration files for the MT7620 and RT5350 SoCs.adrian2015-12-254-0/+452
* Add missing device rename.adrian2015-12-241-1/+1
* Remove unused function `act_getkernstring`ngie2015-12-241-23/+0
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is finekib2015-12-241-0/+7
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-2413-22/+880
OpenPOWER on IntegriCloud