| Commit message (Expand) | Author | Age | Files | Lines |
* | - Update commit template to include 'Relnotes:' tag, to | gjb | 2014-03-20 | 1 | -0/+3 |
* | Use 'cpuset_t' to represent the vcpus active in a virtual machine. | neel | 2014-03-20 | 3 | -20/+16 |
* | Rename mct and ehci drivers files to match common naming. | br | 2014-03-20 | 3 | -4/+4 |
* | Remove printf's. | br | 2014-03-20 | 1 | -6/+0 |
* | Fix kern/187712: config(8) does not respect KERNCONFDIR. | asomers | 2014-03-20 | 5 | -2/+39 |
* | share/man/man7/tests.7 | asomers | 2014-03-20 | 1 | -49/+62 |
* | Add support for Samsung Chromebook (ARM Cortex A15 machine). | br | 2014-03-20 | 2 | -0/+205 |
* | Add driver for Display Controller. | br | 2014-03-20 | 3 | -0/+454 |
* | - Add display-related and clk devices to the tree | br | 2014-03-20 | 2 | -6/+36 |
* | Disable debugging by default. | br | 2014-03-20 | 1 | -3/+3 |
* | Try to resolve a possible deadlock when detaching USB devices which | hselasky | 2014-03-20 | 4 | -18/+92 |
* | Since mlaier has been inactive for a long time, grab maintainership on pf. | glebius | 2014-03-20 | 1 | -1/+1 |
* | Add some debugging code to print out if registers are touched whilst the | adrian | 2014-03-20 | 1 | -0/+24 |
* | Shuffle ah_powerMode to be in a sane spot for the given power operation. | adrian | 2014-03-20 | 1 | -1/+3 |
* | Don't call ath_init() inside the lock. | adrian | 2014-03-20 | 1 | -2/+4 |
* | cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path. | np | 2014-03-20 | 1 | -1/+1 |
* | Add a shorter alias for if_data.ifi_oqdrops. | np | 2014-03-20 | 1 | -0/+1 |
* | cxgbe(4): if_iqdrops statistic should include tunnel congestion drops. | np | 2014-03-20 | 1 | -1/+15 |
* | Mark multi_test as requiring /usr/share/dict/words. | jmmv | 2014-03-19 | 1 | -0/+1 |
* | Remove unused option -r from zpool. | delphij | 2014-03-19 | 1 | -1/+1 |
* | Add KTR events for the PMAP interface functions | marcel | 2014-03-19 | 3 | -61/+169 |
* | Remove vestiges of knowing the ISA bus, which we gave up on around 20 | imp | 2014-03-19 | 11 | -269/+12 |
* | Revert last change, it breaks other things. | imp | 2014-03-19 | 1 | -0/+1 |
* | Add a way to apply CFLAGS only when building the given architecture. This | ian | 2014-03-19 | 2 | -0/+11 |
* | Remove redunant declaration. gcc complains while clang doesn't. | imp | 2014-03-19 | 1 | -1/+0 |
* | Add my humble request for reviews before nanobsd changes happen. | imp | 2014-03-19 | 1 | -0/+1 |
* | Include strings.h so that bpf_filter.c can be built in userland. | jmmv | 2014-03-19 | 1 | -0/+3 |
* | Make the error message more clear. | trasz | 2014-03-19 | 1 | -2/+2 |
* | errx prepends the program name to the message; don't do it by hand. | jmmv | 2014-03-19 | 1 | -1/+1 |
* | Make the priv test program exit with non-zero if any failures are detected. | jmmv | 2014-03-19 | 1 | -8/+33 |
* | Migrate tools/regression/usr.bin/pkill to the new tests layout. | jmmv | 2014-03-19 | 31 | -49/+95 |
* | Fix comments. | attilio | 2014-03-19 | 1 | -6/+6 |
* | Make the array pointed to by AT_PAGESIZES auxv properly aligned. | kib | 2014-03-19 | 2 | -43/+51 |
* | Add Makefiles missed in r263346. | jmmv | 2014-03-19 | 49 | -0/+659 |
* | Migrate tools/regression/usr.bin/make/ to the new tests layout. | jmmv | 2014-03-19 | 275 | -198/+560 |
* | Expand tabs that sneaked in into spaces. | jmmv | 2014-03-19 | 1 | -2/+2 |
* | Added sysctl kern.maxfiles increase test, do not use /etc/passwd for tests | pho | 2014-03-19 | 1 | -6/+118 |
* | When exporting ifnet via sysctl, add ifqueue(9) drop count to the | glebius | 2014-03-19 | 1 | -6/+5 |
* | Add counter for Tx errors returned from if_transmit. | glebius | 2014-03-19 | 2 | -5/+8 |
* | Now, after r263102 we have ifi_oqdrops in if_data, restore printing of | glebius | 2014-03-19 | 1 | -3/+7 |
* | Only invoke fasttrap hooks for traps from user mode, and ensure that they're | markj | 2014-03-19 | 2 | -38/+42 |
* | vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock, | attilio | 2014-03-19 | 2 | -3/+3 |
* | Fix GENERIC build. | attilio | 2014-03-19 | 1 | -0/+1 |
* | Fix and improve exception tracing: | marcel | 2014-03-18 | 12 | -82/+438 |
* | Don't reissue in-flight commands. | tychon | 2014-03-18 | 1 | -2/+16 |
* | Switch kern.vt.suspendswitch to 0 by default (disabled). | ray | 2014-03-18 | 1 | -1/+1 |
* | Add separate patch files for all the customizations we have currently | dim | 2014-03-18 | 100 | -0/+16346 |
* | Regen per r263318. | attilio | 2014-03-18 | 11 | -131/+17 |
* | Remove dead code from umtx support: | attilio | 2014-03-18 | 7 | -557/+13 |
* | cxgbe(4): significant rx rework. | np | 2014-03-18 | 4 | -575/+632 |