| Commit message (Expand) | Author | Age | Files | Lines |
* | Sound: fix typos in user visible messages etc. | bapt | 2015-01-15 | 4 | -4/+4 |
* | Major callout subsystem cleanup and rewrite: | hselasky | 2015-01-15 | 15 | -1105/+1042 |
* | Fix compilation for 32-bit architectures. | hselasky | 2015-01-15 | 1 | -9/+9 |
* | fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly for | kib | 2015-01-15 | 1 | -0/+3 |
* | Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'. | bz | 2015-01-15 | 1 | -6/+6 |
* | Fix the PMIC node name to match the PMIC i2c address. | loos | 2015-01-15 | 1 | -2/+1 |
* | Fix the C -> K temperature conversion for the dev.cpu.0.temperature sysctl. | loos | 2015-01-15 | 1 | -3/+2 |
* | Catch a few cases where we need to release memory resources on errors. | loos | 2015-01-15 | 2 | -2/+4 |
* | Reserve and ignore the a new module metadata type MDT_PNP_INFO for | imp | 2015-01-15 | 3 | -0/+6 |
* | New MINIMAL kernel config. The goal with this configuration is to | imp | 2015-01-15 | 1 | -0/+145 |
* | In order to support ongoing work to implement variable-size mbufs, and | rwatson | 2015-01-14 | 2 | -31/+68 |
* | ntpd tries to bind to IPv6 interfaces in 'tentative' state and fails as IPv6 is | hiren | 2015-01-14 | 1 | -6/+13 |
* | Remove the <netinet/ip_compat.h> include from one of the newly added | dim | 2015-01-14 | 1 | -1/+0 |
* | Avoid race with "dev_rel()" when using the recently added | hselasky | 2015-01-14 | 2 | -2/+6 |
* | Fix overflow bug from r248577, turning 30s TRIM timeout into ~4s. | mav | 2015-01-14 | 1 | -1/+1 |
* | elfcopy: Avoid divide-by-0 on section alignment 0 | emaste | 2015-01-14 | 1 | -0/+2 |
* | Add a kernel function to delist our kernel character devices, so that | hselasky | 2015-01-14 | 3 | -1/+22 |
* | Make sure CAP_BINDAT and CAP_CONNECTAT are part of CAP_ALL0. | ed | 2015-01-14 | 1 | -2/+2 |
* | Update the hwpmc driver to have the new type HASWELL_XEON. Also | rrs | 2015-01-14 | 16 | -264/+3911 |
* | Clean some dead code. | glebius | 2015-01-14 | 3 | -21/+0 |
* | Mention /net in hier(7). | trasz | 2015-01-14 | 1 | -1/+5 |
* | Improve wording. | trasz | 2015-01-14 | 1 | -4/+4 |
* | Use newly added GEOM notifications to discard autofs caches. | trasz | 2015-01-14 | 1 | -9/+4 |
* | Add devd(8) notifications for creation and destruction of GEOM devices. | trasz | 2015-01-14 | 2 | -2/+37 |
* | Reimplement TRIM throttling added in r248577. | mav | 2015-01-14 | 1 | -49/+42 |
* | Fix typo (missing comma). | neel | 2015-01-14 | 1 | -1/+1 |
* | Make use of the new Altivec ptrace support, to save the Altivec registers in | jhibbits | 2015-01-14 | 1 | -0/+32 |
* | Add Altivec/VMX register support to ptrace. | jhibbits | 2015-01-14 | 4 | -2/+102 |
* | Fix spelling. | hselasky | 2015-01-14 | 1 | -2/+2 |
* | Various interrelated fixes to make suspend / resume work better. We now | imp | 2015-01-14 | 4 | -100/+112 |
* | Add a rather obnoxious warning if you don't have NEW_PCIB defined | imp | 2015-01-14 | 1 | -0/+2 |
* | On x86 force NEW_PCIB, since that's the default. While this option | imp | 2015-01-14 | 2 | -0/+8 |
* | Remove the prison flags PR_IP4_DISABLE and PR_IP6_DISABLE, which have been | jamie | 2015-01-14 | 2 | -20/+10 |
* | Don't set prison's pr_ip4s or pr_ip6s to -1. | jamie | 2015-01-14 | 1 | -2/+2 |
* | Do not remap Open Firmware mappings covered by the direct map. It's | nwhitehorn | 2015-01-14 | 1 | -0/+7 |
* | Correct cpu type, it was rather Cortex A12 R0. | ganbold | 2015-01-14 | 3 | -4/+4 |
* | Cleanup some bogus code in the RSS config, and add the include | jfv | 2015-01-13 | 2 | -3/+4 |
* | 'struct vm_exception' was intended to be used only as the collateral for the | neel | 2015-01-13 | 6 | -53/+60 |
* | Since the merge of file 5.21 in r276415 and r276416, stable/9 and | dim | 2015-01-13 | 1 | -0/+16 |
* | Connect libclang_rt to the build, for specific architectures. This | dim | 2015-01-13 | 5 | -6/+57 |
* | Complete the RX side RSS code: parse the encoded portion of the RX | jfv | 2015-01-13 | 1 | -2/+62 |
* | Resolve a special case deadlock: When two or more threads are | hselasky | 2015-01-13 | 5 | -66/+95 |
* | cxgbe/iw_cxgbe: fix whitespace nit in r277102. | np | 2015-01-13 | 1 | -1/+1 |
* | Add new USB template to the USB bootloader module. | hselasky | 2015-01-13 | 1 | -0/+1 |
* | libdwarf: add missing break | emaste | 2015-01-13 | 1 | -0/+1 |
* | Rename Exynos UART driver. No functional change. | br | 2015-01-13 | 3 | -63/+64 |
* | Add new USB template to the USB template module. | hselasky | 2015-01-13 | 1 | -1/+2 |
* | Move the vsi variable outside of the #ifdef block to unbreak NOIP kernels | bz | 2015-01-13 | 1 | -1/+1 |
* | Add usb template SERIALNET allowing us to have both USB CDC Ethernet | br | 2015-01-13 | 5 | -0/+393 |
* | Fix detection of ext2/ext3 filesystems that lack labels. | trasz | 2015-01-13 | 1 | -6/+0 |