| Commit message (Expand) | Author | Age | Files | Lines |
* | Tiny comment fixup. | glebius | 2014-10-27 | 1 | -1/+1 |
* | Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithm | hselasky | 2014-10-27 | 1 | -1/+2 |
* | Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a bad | hselasky | 2014-10-27 | 1 | -5/+7 |
* | Remove unused function. | ae | 2014-10-27 | 2 | -15/+0 |
* | Remove comment obsoleted by r273730. | mav | 2014-10-27 | 1 | -3/+0 |
* | Reduce code duplication around Write Exclusive persistent reservation. | mav | 2014-10-27 | 3 | -97/+37 |
* | Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyte | kib | 2014-10-27 | 2 | -4/+10 |
* | Allow the vfs.nfsd knobs to be set from loader.conf (or using | kib | 2014-10-27 | 1 | -3/+3 |
* | Simplify memrw(). | alc | 2014-10-27 | 1 | -11/+2 |
* | Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand. | mav | 2014-10-26 | 2 | -5/+17 |
* | Fix support for LUN flat space addressing. | mav | 2014-10-26 | 1 | -10/+11 |
* | Avoid dynamic syscall overhead for statically compiled modules. | mjg | 2014-10-26 | 14 | -38/+59 |
* | Change the type of the first argument to the I/O emulation handlers to | neel | 2014-10-26 | 7 | -16/+16 |
* | Fix CF ERASE breakage caused by 268205. | smh | 2014-10-26 | 1 | -0/+6 |
* | Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. | ian | 2014-10-26 | 3 | -6/+0 |
* | By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta... | alc | 2014-10-26 | 3 | -6/+10 |
* | Fix printing non-terminated strings in devlist XML. | mav | 2014-10-26 | 2 | -5/+9 |
* | Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1 | mjg | 2014-10-26 | 1 | -1/+1 |
* | Add "rpm" and "formfactor" LUN options to match istgt functionality. | mav | 2014-10-26 | 1 | -1/+14 |
* | Tidy up sys_setgroups and kern_setgroups. | mjg | 2014-10-26 | 1 | -8/+8 |
* | Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups. | mjg | 2014-10-26 | 1 | -5/+12 |
* | Move the ACPI PM timer emulation into vmm.ko. | neel | 2014-10-26 | 6 | -1/+162 |
* | Don't pass the 'error' return from an I/O port handler directly to vm_run(). | neel | 2014-10-26 | 1 | -21/+27 |
* | Now that sysctl_root is only called with sysctl lock in shared mode, update | mjg | 2014-10-26 | 1 | -2/+3 |
* | Set the caching mode for the usermode mapping of the HPET registers | kib | 2014-10-25 | 1 | -0/+1 |
* | Use correct type in __DEVOLATILE(). | jhb | 2014-10-25 | 1 | -1/+2 |
* | This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky's | jpaetzel | 2014-10-25 | 4 | -29/+56 |
* | Add support for 12/16-byte EUI and 16-byte NAA IDs. | mav | 2014-10-25 | 1 | -7/+41 |
* | Revert somewhat hackish geom_disk optimization, committed as part of r256880, | mav | 2014-10-25 | 2 | -42/+19 |
* | Fix a use of an uninitialized variable by makeing sure | tuexen | 2014-10-25 | 1 | -2/+3 |
* | rlimit: plug duplicate assertion | mjg | 2014-10-25 | 1 | -1/+0 |
* | Fix build. | delphij | 2014-10-25 | 1 | -1/+1 |
* | cxgbe(4): bump up PF4's share of some global resources. | np | 2014-10-25 | 2 | -9/+33 |
* | Add an iicbus_reset() method to bcm2835_bsc. While it is generally not | loos | 2014-10-24 | 2 | -4/+40 |
* | Add a sysctl to control the HPET allow_write behaviour. | rpaulo | 2014-10-24 | 1 | -0/+5 |
* | Fix cpsw_detach() to not panic when called from cpsw_attach(). | loos | 2014-10-24 | 1 | -5/+14 |
* | The current POSIX semaphore implementation stores the _has_waiters flag | jhb | 2014-10-24 | 3 | -7/+195 |
* | Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that | jhb | 2014-10-24 | 10 | -0/+24 |
* | HPET: avoid handling the multiple file-descriptor case. | rpaulo | 2014-10-24 | 1 | -23/+6 |
* | Fix a bug where DMA maps created with bus_dmamap_create() won't increment | loos | 2014-10-24 | 1 | -0/+2 |
* | HPET: create /dev/hpetN as a way to access HPET from userland. | rpaulo | 2014-10-24 | 1 | -0/+80 |
* | Update the network interface baudrate integer according to the actual | hselasky | 2014-10-24 | 1 | -1/+10 |
* | Accept the documented FDT compatible string for the PL310 cache controller | ian | 2014-10-24 | 1 | -2/+7 |
* | Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M. | kevlo | 2014-10-24 | 2 | -0/+4 |
* | Bump default dynamic limit to 16k entries. | melifaro | 2014-10-24 | 1 | -3/+4 |
* | Remove redundant check and m_pullup() call. | ae | 2014-10-24 | 3 | -6/+0 |
* | amd64: make uiomove_fromphys functional for pages not mapped by the DMAP | royger | 2014-10-24 | 4 | -66/+142 |
* | Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-tree | delphij | 2014-10-24 | 4 | -5/+5 |
* | Fix a leaked Storage Variable. | araujo | 2014-10-24 | 1 | -6/+11 |
* | Whitespace | jhibbits | 2014-10-24 | 1 | -1/+1 |