aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unlock the stcb when using setsockopt() for the SCTP_PEER_ADDR_THLDS option.Michael Tuexen2015-03-101-0/+1
* ctf_discard(): fetch the next list element before restarting the loop. IfMark Johnston2015-03-101-1/+1
* MFV r279822:Mark Johnston2015-03-101-2/+0
|\
| * 5589 improper use of NULL in tools/ctfMark Johnston2015-03-093-7/+5
* | Replace the DEV_NETMAP code that accidentally got removed in theJack F Vogel2015-03-102-1/+92
* | Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-1010-11/+107
* | This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forJack F Vogel2015-03-1011-455/+1983
* | Add myself to the src committers graph, with kib as my mentor.Eric van Gyzen2015-03-101-0/+2
* | According to POSIX.1-2008, the Bessel functions of second kindSteve Kargl2015-03-107-47/+77
* | Let unchangeable 8-bit frame buffers have vaguely correct colors.Nathan Whitehorn2015-03-101-2/+20
* | Lock softc before clearing bits.Hans Petter Selasky2015-03-101-0/+2
* | Allow PowerMac systems to be booted from an FDT as well as Open Firmware.Nathan Whitehorn2015-03-101-13/+24
* | Fix off-by-one bugs.Luiz Otavio O Souza2015-03-102-8/+6
* | Fix typo.Edward Tomasz Napierala2015-03-101-2/+2
* | Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems.Ian Lepore2015-03-106-8/+3
* | Add OpenBSD copyright for reallocarrayBaptiste Daroussin2015-03-101-17/+35
* | Fix function name in comment.Gleb Smirnoff2015-03-101-1/+1
* | Properly pass options for direct maps.Edward Tomasz Napierala2015-03-102-27/+18
* | Fix handling of direct maps, broken in r275756. Previously, runningEdward Tomasz Napierala2015-03-101-17/+25
* | Refactor.Edward Tomasz Napierala2015-03-101-9/+14
* | Implement basic cpuset reporting in procstat via the -S flag.Scott Long2015-03-105-6/+130
* | Fix a typo.Michael Tuexen2015-03-101-1/+1
* | Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs.Ian Lepore2015-03-108-20/+0
* | Add missing counter definitionsRyan Stone2015-03-101-1/+6
* | Fix Ivy Bridge+ MEM_UOPS_RETIRED countersRyan Stone2015-03-106-154/+110
* | Support architectural events on Haswell/Ivy BridgeRyan Stone2015-03-101-0/+4
* | Use the correct event table for Haswell Xeon eventsRyan Stone2015-03-101-1/+1
* | Fix Sandy Bridge+ hwpmc branch countersRyan Stone2015-03-108-450/+364
* | Fix pmc unit restrictions to match documentationRyan Stone2015-03-101-2/+2
* | Fix various bugs in Haswell counter definitionsRyan Stone2015-03-101-6/+6
* | Add manpage for Haswell Xeon pmc implementationRyan Stone2015-03-102-0/+976
* | Use the new ifnet API. Also, allocate bus_dma_maps as needed instead ofIan Lepore2015-03-091-97/+134
* | Revert accidentally commited file from r279824. We're not quite ready toIan Lepore2015-03-091-6/+0
* | Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.Ian Lepore2015-03-091-1/+1
* | Remove the static DTB config and instead build modules/dtb/am335x.Ian Lepore2015-03-091-4/+2
* | Add a dtb module for AM335x systems (just Beaglebone right now).Ian Lepore2015-03-092-0/+13
* | In TCP, connect() can return incorrect error code EINVALJulien Charbon2015-03-091-4/+12
* | Fix a typo in comment and explain the reason.Jung-uk Kim2015-03-091-1/+1
* | Fix CARP when in use in a HyperV environment:Xin LI2015-03-091-1/+10
* | Attach the prcm clock driver early, so it can set the mpcore timer frequency.Ian Lepore2015-03-091-1/+2
* | Erm, revert chunk committed by mistake.Edward Tomasz Napierala2015-03-091-5/+0
* | Add the DTrace modules to the build, rather than only build the dtraceWarner Losh2015-03-091-1/+1
* | Make things more readable; no functional changes.Edward Tomasz Napierala2015-03-095-22/+16
* | Remove some particularly bad code; no functional changes.Edward Tomasz Napierala2015-03-092-43/+11
* | Add minimum cache line sizes to struct cpuinfo, use them in the new cacheIan Lepore2015-03-094-8/+49
* | Clean data cache before instruction cache in armv7_icache_sync_range().Ian Lepore2015-03-091-4/+4
* | Fix memory leak.Edward Tomasz Napierala2015-03-091-2/+4
* | Improve separated_concat() to properly handle the case of concatenatingEdward Tomasz Napierala2015-03-091-2/+8
* | Minor optimization/cleanup in node_path(); no functional changes.Edward Tomasz Napierala2015-03-091-10/+12
* | Fix style(9) from my previous commit r279803.Marcelo Araujo2015-03-091-24/+23