| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure setting promiscious mode when a network interface is up, is | hselasky | 2015-03-10 | 1 | -5/+8 |
* | CTF containers use the ctf_dtoldid field as a threshold type index which | markj | 2015-03-10 | 1 | -2/+2 |
* | Unlock the stcb when using setsockopt() for the SCTP_PEER_ADDR_THLDS option. | tuexen | 2015-03-10 | 1 | -0/+1 |
* | ctf_discard(): fetch the next list element before restarting the loop. If | markj | 2015-03-10 | 1 | -1/+1 |
* | MFV r279822: | markj | 2015-03-10 | 1 | -2/+0 |
* | Replace the DEV_NETMAP code that accidentally got removed in the | jfv | 2015-03-10 | 2 | -1/+92 |
* | Add a SCTP socket option to limit the cwnd for each path. | tuexen | 2015-03-10 | 10 | -11/+107 |
* | This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine for | jfv | 2015-03-10 | 11 | -455/+1983 |
* | Add myself to the src committers graph, with kib as my mentor. | vangyzen | 2015-03-10 | 1 | -0/+2 |
* | According to POSIX.1-2008, the Bessel functions of second kind | kargl | 2015-03-10 | 7 | -47/+77 |
* | Let unchangeable 8-bit frame buffers have vaguely correct colors. | nwhitehorn | 2015-03-10 | 1 | -2/+20 |
* | Lock softc before clearing bits. | hselasky | 2015-03-10 | 1 | -0/+2 |
* | Allow PowerMac systems to be booted from an FDT as well as Open Firmware. | nwhitehorn | 2015-03-10 | 1 | -13/+24 |
* | Fix off-by-one bugs. | loos | 2015-03-10 | 2 | -8/+6 |
* | Fix typo. | trasz | 2015-03-10 | 1 | -2/+2 |
* | Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems. | ian | 2015-03-10 | 6 | -8/+3 |
* | Add OpenBSD copyright for reallocarray | bapt | 2015-03-10 | 1 | -17/+35 |
* | Fix function name in comment. | glebius | 2015-03-10 | 1 | -1/+1 |
* | Properly pass options for direct maps. | trasz | 2015-03-10 | 2 | -27/+18 |
* | Fix handling of direct maps, broken in r275756. Previously, running | trasz | 2015-03-10 | 1 | -17/+25 |
* | Refactor. | trasz | 2015-03-10 | 1 | -9/+14 |
* | Implement basic cpuset reporting in procstat via the -S flag. | scottl | 2015-03-10 | 5 | -6/+130 |
* | Fix a typo. | tuexen | 2015-03-10 | 1 | -1/+1 |
* | Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs. | ian | 2015-03-10 | 8 | -20/+0 |
* | Add missing counter definitions | rstone | 2015-03-10 | 1 | -1/+6 |
* | Fix Ivy Bridge+ MEM_UOPS_RETIRED counters | rstone | 2015-03-10 | 6 | -154/+110 |
* | Support architectural events on Haswell/Ivy Bridge | rstone | 2015-03-10 | 1 | -0/+4 |
* | Use the correct event table for Haswell Xeon events | rstone | 2015-03-10 | 1 | -1/+1 |
* | Fix Sandy Bridge+ hwpmc branch counters | rstone | 2015-03-10 | 8 | -450/+364 |
* | Fix pmc unit restrictions to match documentation | rstone | 2015-03-10 | 1 | -2/+2 |
* | Fix various bugs in Haswell counter definitions | rstone | 2015-03-10 | 1 | -6/+6 |
* | Add manpage for Haswell Xeon pmc implementation | rstone | 2015-03-10 | 2 | -0/+976 |
* | Use the new ifnet API. Also, allocate bus_dma_maps as needed instead of | ian | 2015-03-09 | 1 | -97/+134 |
* | Revert accidentally commited file from r279824. We're not quite ready to | ian | 2015-03-09 | 1 | -6/+0 |
* | Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN. | ian | 2015-03-09 | 1 | -1/+1 |
* | Remove the static DTB config and instead build modules/dtb/am335x. | ian | 2015-03-09 | 1 | -4/+2 |
* | Add a dtb module for AM335x systems (just Beaglebone right now). | ian | 2015-03-09 | 2 | -0/+13 |
* | In TCP, connect() can return incorrect error code EINVAL | jch | 2015-03-09 | 1 | -4/+12 |
* | Fix a typo in comment and explain the reason. | jkim | 2015-03-09 | 1 | -1/+1 |
* | Fix CARP when in use in a HyperV environment: | delphij | 2015-03-09 | 1 | -1/+10 |
* | Attach the prcm clock driver early, so it can set the mpcore timer frequency. | ian | 2015-03-09 | 1 | -1/+2 |
* | Erm, revert chunk committed by mistake. | trasz | 2015-03-09 | 1 | -5/+0 |
* | Add the DTrace modules to the build, rather than only build the dtrace | imp | 2015-03-09 | 1 | -1/+1 |
* | Make things more readable; no functional changes. | trasz | 2015-03-09 | 5 | -22/+16 |
* | Remove some particularly bad code; no functional changes. | trasz | 2015-03-09 | 2 | -43/+11 |
* | Add minimum cache line sizes to struct cpuinfo, use them in the new cache | ian | 2015-03-09 | 4 | -8/+49 |
* | Clean data cache before instruction cache in armv7_icache_sync_range(). | ian | 2015-03-09 | 1 | -4/+4 |
* | Fix memory leak. | trasz | 2015-03-09 | 1 | -2/+4 |
* | Improve separated_concat() to properly handle the case of concatenating | trasz | 2015-03-09 | 1 | -2/+8 |
* | Minor optimization/cleanup in node_path(); no functional changes. | trasz | 2015-03-09 | 1 | -10/+12 |