summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tiny comment fixup.glebius2014-10-271-1/+1
* Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithmhselasky2014-10-271-1/+2
* Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a badhselasky2014-10-271-5/+7
* Remove unused function.ae2014-10-272-15/+0
* Remove comment obsoleted by r273730.mav2014-10-271-3/+0
* Reduce code duplication around Write Exclusive persistent reservation.mav2014-10-273-97/+37
* Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibytekib2014-10-272-4/+10
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingkib2014-10-271-3/+3
* Simplify memrw().alc2014-10-271-11/+2
* Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand.mav2014-10-262-5/+17
* Fix support for LUN flat space addressing.mav2014-10-261-10/+11
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-2614-38/+59
* Change the type of the first argument to the I/O emulation handlers toneel2014-10-267-16/+16
* Fix CF ERASE breakage caused by 268205.smh2014-10-261-0/+6
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.ian2014-10-263-6/+0
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...alc2014-10-263-6/+10
* Fix printing non-terminated strings in devlist XML.mav2014-10-262-5/+9
* Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1mjg2014-10-261-1/+1
* Add "rpm" and "formfactor" LUN options to match istgt functionality.mav2014-10-261-1/+14
* Tidy up sys_setgroups and kern_setgroups.mjg2014-10-261-8/+8
* Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups.mjg2014-10-261-5/+12
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-266-1/+162
* Don't pass the 'error' return from an I/O port handler directly to vm_run().neel2014-10-261-21/+27
* Now that sysctl_root is only called with sysctl lock in shared mode, updatemjg2014-10-261-2/+3
* Set the caching mode for the usermode mapping of the HPET registerskib2014-10-251-0/+1
* Use correct type in __DEVOLATILE().jhb2014-10-251-1/+2
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sjpaetzel2014-10-254-29/+56
* Add support for 12/16-byte EUI and 16-byte NAA IDs.mav2014-10-251-7/+41
* Revert somewhat hackish geom_disk optimization, committed as part of r256880,mav2014-10-252-42/+19
* Fix a use of an uninitialized variable by makeing suretuexen2014-10-251-2/+3
* rlimit: plug duplicate assertionmjg2014-10-251-1/+0
* Fix build.delphij2014-10-251-1/+1
* cxgbe(4): bump up PF4's share of some global resources.np2014-10-252-9/+33
* Add an iicbus_reset() method to bcm2835_bsc. While it is generally notloos2014-10-242-4/+40
* Add a sysctl to control the HPET allow_write behaviour.rpaulo2014-10-241-0/+5
* Fix cpsw_detach() to not panic when called from cpsw_attach().loos2014-10-241-5/+14
* The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-243-7/+195
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-2410-0/+24
* HPET: avoid handling the multiple file-descriptor case.rpaulo2014-10-241-23/+6
* Fix a bug where DMA maps created with bus_dmamap_create() won't incrementloos2014-10-241-0/+2
* HPET: create /dev/hpetN as a way to access HPET from userland.rpaulo2014-10-241-0/+80
* Update the network interface baudrate integer according to the actualhselasky2014-10-241-1/+10
* Accept the documented FDT compatible string for the PL310 cache controllerian2014-10-241-2/+7
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.kevlo2014-10-242-0/+4
* Bump default dynamic limit to 16k entries.melifaro2014-10-241-3/+4
* Remove redundant check and m_pullup() call.ae2014-10-243-6/+0
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAProyger2014-10-244-66/+142
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treedelphij2014-10-244-5/+5
* Fix a leaked Storage Variable.araujo2014-10-241-6/+11
* Whitespacejhibbits2014-10-241-1/+1
OpenPOWER on IntegriCloud