aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a complete implementation of MurmurHash3. Tweak both implementationsDag-Erling Smørgrav2014-10-183-20/+79
* Add tunable vfs.zfs.space_map_blksz for space map's maximum block size.Xin LI2014-10-181-0/+4
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-185-9/+39
* Add a workaround needed to fix a bug of Arasan Host Controller where it mayLuiz Otavio O Souza2014-10-181-14/+8
* Fix the chan address for mtx_sleep() on bus wait. Without this fix theLuiz Otavio O Souza2014-10-181-1/+1
* Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachmentsAndrew Turner2014-10-1813-233/+554
* Remove an unused mutex.Rui Paulo2014-10-181-2/+0
* Use IPFW_RULE_CNTR_SIZE macro instead of non-relevant ip_fw_cntr structure.Alexander V. Chernikov2014-10-182-7/+3
* Make VPD 80h (Serial Number) transfer length match serial number length.Alexander Motin2014-10-181-10/+10
* Make the ti_mbox and ti_pruss drivers optional.Rui Paulo2014-10-182-5/+9
* Add a driver for the TI watchdog.Rui Paulo2014-10-184-0/+357
* AM335X FDT: use the oma3-wdt string for compatibility with Linux.Rui Paulo2014-10-181-1/+1
* Add support for new USB 3G device.Hans Petter Selasky2014-10-182-2/+4
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. TheAndrew Turner2014-10-183-0/+49
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).John Baldwin2014-10-183-6/+13
* AM335x FDT: add an entry for the watchdog.Rui Paulo2014-10-181-0/+7
* Use pmc_destroy_pmc_descriptor() to actually free the pmc, which isMark Johnston2014-10-171-13/+9
* Convert remaining {g,s}etenv->kern_{g,s}etenvDavide Italiano2014-10-175-11/+11
* * Remove route caching in if_stf.Alexander V. Chernikov2014-10-171-75/+20
* Do nothing in vt_upgrade if there is no vt driverEd Maste2014-10-171-0/+2
* Add support for new USB 3G device.Hans Petter Selasky2014-10-172-0/+4
* Fix build to not bogusly always rebuild vmm.ko.Warner Losh2014-10-172-9/+8
* Remove useless debug.Edward Tomasz Napierala2014-10-171-1/+0
* - Fix lladdr configuration which could prevent LACP mode from working.Hiroki Sato2014-10-171-48/+40
* After r273087,r273090,r273091,r273121 changes to gif(4) try to fixBjoern A. Zeeb2014-10-171-2/+3
* Add provider's sectorsize and stripesize to confdot output.Andrey V. Elsukov2014-10-171-2/+3
* move linux*_locore.s and linux*_support.s to SRCS, remove the OBJSWarner Losh2014-10-171-6/+5
* Don't depend on @ or machine for assym.s or genassym.o. That's aWarner Losh2014-10-171-2/+2
* Make the sysctl(8) for checkutf8 positively defined and improveMarcelo Araujo2014-10-171-5/+5
* Remove duplicated code.Xin LI2014-10-161-0/+4
* Add 4k quirks for PM853T Samsung SSDSean Bruno2014-10-162-0/+16
* There's no need to override the clean target. The clean target worksWarner Losh2014-10-163-16/+0
* Add the Dresden Elektronik deRFnode device to uftdi(4).Joerg Wunsch2014-10-162-0/+2
* fwsectors and fwheads used to be somehwat arbitrary. However, they areWarner Losh2014-10-161-1/+23
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-1643-93/+93
* Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if aMichael Tuexen2014-10-163-17/+24
* Use lockless quota checks in qsync and qsyncvp.Mateusz Guzik2014-10-161-4/+0
* When removing an iSCSI session, check whether all conditions match,Edward Tomasz Napierala2014-10-161-10/+8
* Implement more functional CTL debug logging.Alexander Motin2014-10-166-141/+125
* Add two sysctl(8) to enable/disable NFSv4 server to check when settingMarcelo Araujo2014-10-161-2/+14
* Prevent ZFS leaking pool free spaceSteven Hartland2014-10-161-7/+8
* Remove the "Unable to unwind further" message from DDB.Rui Paulo2014-10-161-4/+3
* Move the adm1030 driver to the proper location, and rename it.Justin Hibbits2014-10-164-3/+3
* Remove setting BIO_DONE flag for BIOs that have done() method.Alexander Motin2014-10-151-3/+1
* Correct grammos.Jens Schweikhardt2014-10-151-3/+3
* Update the OFED Linux compatibility layer andHans Petter Selasky2014-10-1536-427/+264
* Style changes for deadfs:Konstantin Belousov2014-10-151-54/+10
* When vnode bypass cannot be performed on the cdev file descriptor forKonstantin Belousov2014-10-153-13/+22
* Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the callerKonstantin Belousov2014-10-151-6/+9
* Implement FIODTYPE for master ptys.Konstantin Belousov2014-10-151-0/+3