summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Check the return value of taskqueue_start_threads().marius2013-01-251-4/+13
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvdnp2013-01-251-0/+1
* Improve correctness of rtc register implementation.grehan2013-01-251-5/+15
* Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the onenp2013-01-251-0/+9
* Fix update method (s/SUP/CVS) warning.gjb2013-01-251-1/+1
* Always allow access to the sysenter cs/esp/eip MSRs since theygrehan2013-01-251-0/+7
* Teach toe_4tuple_check() to deal with IPv6 4-tuples too.np2013-01-251-5/+9
* Heed SO_NO_OFFLOAD.np2013-01-251-2/+5
* Remove redundant test, we know inp_lport is 0.np2013-01-251-2/+1
* Don't time travel back and use a present date.delphij2013-01-251-1/+1
* MK_* variable should be compared to "no" not "NO".brooks2013-01-251-1/+1
* Expand description of how gptboot and gptzfsboot choose a partition forwblock2013-01-251-11/+28
* Further cleanups to use of timestamps in NFS:jhb2013-01-257-43/+20
* Arithmetic on pointers takes into account the size of the type. Properly cast...dchagin2013-01-251-2/+2
* In mbuf(9) API length is always integer. Thus, cast mbuf lengthglebius2013-01-251-4/+7
* Fix style nit in dtc man page: sentences should start on new lines.theraven2013-01-251-58/+86
* Fix method of naming compatible string to followganbold2013-01-254-9/+9
* Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq.neel2013-01-251-5/+2
* bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is definedandrew2013-01-251-3/+3
* Update and clarify comments regarding VFS op table initializationpluknet2013-01-242-4/+7
* Use = not == in test arguments.brooks2013-01-241-1/+1
* Sanitize the element descriptor string before using it as a device name.jh2013-01-241-2/+10
* Strip any trailing slash off of the -D argument to install to support thebrooks2013-01-241-1/+1
* Don't link two different things to the same paths. As tiebreaker I'vebrooks2013-01-243-4/+4
* Install the NLS catalog in the C directory rather than en_US.US-ASCIIbrooks2013-01-241-1/+1
* Only install manpages and html documentation in the ncurses/*w (wchar)brooks2013-01-244-4/+16
* Don't install telnet.h if it will be installed by libtelnet.brooks2013-01-241-1/+6
* Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.brooks2013-01-241-1/+1
* Little-endian and other fixes for Broadcom XLP network driverjchandra2013-01-242-7/+9
* Fix credit configuration on Broadcom XLP CMSjchandra2013-01-241-2/+2
* Reorder so that NO_MAN is declared before bsd.own.mk is included and thusbrooks2013-01-241-6/+7
* Broadcom XLP network driver update for XLP 8xx B1 revjchandra2013-01-244-13/+28
* Minor updates to the Broadcom XLP NAE driverjchandra2013-01-242-23/+11
* Broadcom XLP updates for the new firmwarejchandra2013-01-242-3/+31
* - Utilize m_get2(), accidentially fixing some signedness bugs.glebius2013-01-241-20/+3
* Little-endian fix for PCI on Broadcom XLP.jchandra2013-01-241-2/+5
* Fix timer to support oneshot and periodic modeganbold2013-01-241-75/+113
* Disable MSI interrupts for SB600 chipset. According to the report they aremav2013-01-241-1/+4
* style(9)glebius2013-01-241-2/+2
* - Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.cglebius2013-01-242-101/+83
* Indicate a bunch of new hardware support.eadler2013-01-241-1/+9
* - Wrap long line;delphij2013-01-242-2/+4
* bge_attach() can fail before attaching mii(4). So make sure to checkyongari2013-01-241-2/+2
* Update list of ports required for importing jemalloc.jasone2013-01-241-0/+1
* Import jemalloc 3.3.0. This reduces zeroed memory validation overhead forjasone2013-01-2421-314/+588
* For 57765 class controllers, set low watermark max receive frames to 1.yongari2013-01-241-1/+1
* Remove several MLINKS that were listed twice.brooks2013-01-231-7/+0
* manctl is conditionally added to SUBDIRS later on. Don't unconditionallybrooks2013-01-231-1/+0
* Only try to install one link at each path.brooks2013-01-231-9/+1
OpenPOWER on IntegriCloud