aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix printing non-terminated strings in devlist XML.Alexander Motin2014-10-262-5/+9
* Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1Mateusz Guzik2014-10-261-1/+1
* Add "rpm" and "formfactor" LUN options to match istgt functionality.Alexander Motin2014-10-261-1/+14
* Tidy up sys_setgroups and kern_setgroups.Mateusz Guzik2014-10-261-8/+8
* Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups.Mateusz Guzik2014-10-261-5/+12
* Move the ACPI PM timer emulation into vmm.ko.Neel Natu2014-10-266-1/+162
* Don't pass the 'error' return from an I/O port handler directly to vm_run().Neel Natu2014-10-261-21/+27
* Now that sysctl_root is only called with sysctl lock in shared mode, updateMateusz Guzik2014-10-261-2/+3
* Set the caching mode for the usermode mapping of the HPET registersKonstantin Belousov2014-10-251-0/+1
* Use correct type in __DEVOLATILE().John Baldwin2014-10-251-1/+2
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sJosh Paetzel2014-10-254-29/+56
* Add support for 12/16-byte EUI and 16-byte NAA IDs.Alexander Motin2014-10-251-7/+41
* Revert somewhat hackish geom_disk optimization, committed as part of r256880,Alexander Motin2014-10-252-42/+19
* Fix a use of an uninitialized variable by makeing sureMichael Tuexen2014-10-251-2/+3
* rlimit: plug duplicate assertionMateusz Guzik2014-10-251-1/+0
* Fix build.Xin LI2014-10-251-1/+1
* cxgbe(4): bump up PF4's share of some global resources.Navdeep Parhar2014-10-252-9/+33
* Add an iicbus_reset() method to bcm2835_bsc. While it is generally notLuiz Otavio O Souza2014-10-242-4/+40
* Add a sysctl to control the HPET allow_write behaviour.Rui Paulo2014-10-241-0/+5
* Fix cpsw_detach() to not panic when called from cpsw_attach().Luiz Otavio O Souza2014-10-241-5/+14
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-243-7/+195
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatJohn Baldwin2014-10-2410-0/+24
* HPET: avoid handling the multiple file-descriptor case.Rui Paulo2014-10-241-23/+6
* Fix a bug where DMA maps created with bus_dmamap_create() won't incrementLuiz Otavio O Souza2014-10-241-0/+2
* HPET: create /dev/hpetN as a way to access HPET from userland.Rui Paulo2014-10-241-0/+80
* Update the network interface baudrate integer according to the actualHans Petter Selasky2014-10-241-1/+10
* Accept the documented FDT compatible string for the PL310 cache controllerIan Lepore2014-10-241-2/+7
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.Kevin Lo2014-10-242-0/+4
* Bump default dynamic limit to 16k entries.Alexander V. Chernikov2014-10-241-3/+4
* Remove redundant check and m_pullup() call.Andrey V. Elsukov2014-10-243-6/+0
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAPRoger Pau Monné2014-10-244-66/+142
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treeXin LI2014-10-244-5/+5
* Fix a leaked Storage Variable.Marcelo Araujo2014-10-241-6/+11
* WhitespaceJustin Hibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:Justin Hibbits2014-10-241-3/+15
* Move the duplicated code to a single function.Luiz Otavio O Souza2014-10-233-48/+38
* Provide a working GPIOBUS_IVAR() macro for FDT systems.Luiz Otavio O Souza2014-10-231-0/+5
* In all cases except CTLTYPE_STRING, penv is NULL here, so passing itDag-Erling Smørgrav2014-10-231-5/+4
* Install a temporary workaround to avoid problems in fdt data with linux'sIan Lepore2014-10-231-1/+35
* Under PAE ULONG is insufficient for representing the physical memory size. U...Alan Cox2014-10-231-3/+3
* Use a static callout to drive key_timehandler() instead of timeout().John Baldwin2014-10-232-5/+9
* In selfdfree re-evaulate sf_si after takin the lock.Mateusz Guzik2014-10-231-1/+2
* Test if 'env' is NULL before doing memset() and strlen(),Xin LI2014-10-231-1/+1
* puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P card.Rui Paulo2014-10-231-0/+7
* Avoid taking the lock in selfdfree when not needed.Mateusz Guzik2014-10-231-3/+4
* Move if_get_counter initialization from if_attach into if_alloc.Andrey V. Elsukov2014-10-231-6/+2
* Fix a bug where some DTS layouts could cause the premature ending of theLuiz Otavio O Souza2014-10-231-38/+37
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontJean-Sébastien Pédron2014-10-232-0/+6
* Add VirtIO console driverBryan Venteicher2014-10-234-1/+1350
* Unconditionally enable the clocks for all imx6 devices that we have driversIan Lepore2014-10-231-0/+24