summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure setting promiscious mode when a network interface is up, ishselasky2015-03-101-5/+8
* CTF containers use the ctf_dtoldid field as a threshold type index whichmarkj2015-03-101-2/+2
* Unlock the stcb when using setsockopt() for the SCTP_PEER_ADDR_THLDS option.tuexen2015-03-101-0/+1
* ctf_discard(): fetch the next list element before restarting the loop. Ifmarkj2015-03-101-1/+1
* MFV r279822:markj2015-03-101-2/+0
* Replace the DEV_NETMAP code that accidentally got removed in thejfv2015-03-102-1/+92
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-1010-11/+107
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forjfv2015-03-1011-455/+1983
* Add myself to the src committers graph, with kib as my mentor.vangyzen2015-03-101-0/+2
* According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-107-47/+77
* Let unchangeable 8-bit frame buffers have vaguely correct colors.nwhitehorn2015-03-101-2/+20
* Lock softc before clearing bits.hselasky2015-03-101-0/+2
* Allow PowerMac systems to be booted from an FDT as well as Open Firmware.nwhitehorn2015-03-101-13/+24
* Fix off-by-one bugs.loos2015-03-102-8/+6
* Fix typo.trasz2015-03-101-2/+2
* Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems.ian2015-03-106-8/+3
* Add OpenBSD copyright for reallocarraybapt2015-03-101-17/+35
* Fix function name in comment.glebius2015-03-101-1/+1
* Properly pass options for direct maps.trasz2015-03-102-27/+18
* Fix handling of direct maps, broken in r275756. Previously, runningtrasz2015-03-101-17/+25
* Refactor.trasz2015-03-101-9/+14
* Implement basic cpuset reporting in procstat via the -S flag.scottl2015-03-105-6/+130
* Fix a typo.tuexen2015-03-101-1/+1
* Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs.ian2015-03-108-20/+0
* Add missing counter definitionsrstone2015-03-101-1/+6
* Fix Ivy Bridge+ MEM_UOPS_RETIRED countersrstone2015-03-106-154/+110
* Support architectural events on Haswell/Ivy Bridgerstone2015-03-101-0/+4
* Use the correct event table for Haswell Xeon eventsrstone2015-03-101-1/+1
* Fix Sandy Bridge+ hwpmc branch countersrstone2015-03-108-450/+364
* Fix pmc unit restrictions to match documentationrstone2015-03-101-2/+2
* Fix various bugs in Haswell counter definitionsrstone2015-03-101-6/+6
* Add manpage for Haswell Xeon pmc implementationrstone2015-03-102-0/+976
* Use the new ifnet API. Also, allocate bus_dma_maps as needed instead ofian2015-03-091-97/+134
* Revert accidentally commited file from r279824. We're not quite ready toian2015-03-091-6/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Remove the static DTB config and instead build modules/dtb/am335x.ian2015-03-091-4/+2
* Add a dtb module for AM335x systems (just Beaglebone right now).ian2015-03-092-0/+13
* In TCP, connect() can return incorrect error code EINVALjch2015-03-091-4/+12
* Fix a typo in comment and explain the reason.jkim2015-03-091-1/+1
* Fix CARP when in use in a HyperV environment:delphij2015-03-091-1/+10
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.ian2015-03-091-1/+2
* Erm, revert chunk committed by mistake.trasz2015-03-091-5/+0
* Add the DTrace modules to the build, rather than only build the dtraceimp2015-03-091-1/+1
* Make things more readable; no functional changes.trasz2015-03-095-22/+16
* Remove some particularly bad code; no functional changes.trasz2015-03-092-43/+11
* Add minimum cache line sizes to struct cpuinfo, use them in the new cacheian2015-03-094-8/+49
* Clean data cache before instruction cache in armv7_icache_sync_range().ian2015-03-091-4/+4
* Fix memory leak.trasz2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingtrasz2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.trasz2015-03-091-10/+12
OpenPOWER on IntegriCloud