aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused PCMCIA_CARD* macros.Warner Losh2014-12-031-7/+1
* Revert r275136, it was not approved, it was sloppy, if a featureJack F Vogel2014-12-022-84/+15
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-0211-55/+57
* This configuration file removes several debugging options, includingGeorge V. Neville-Neil2014-12-025-0/+190
* Switch to unified syntax so these can be built with clang 3.5.Andrew Turner2014-12-024-175/+182
* Use the APSR_nzcv format of mrc. The clang integrated assembler doesn'tAndrew Turner2014-12-022-4/+4
* Fix the name of the coprocessor to include the "p" prefix, the clangAndrew Turner2014-12-021-2/+2
* MFi386: r275305 (by rdivacky)Yoshihiro Takahashi2014-12-021-1/+1
* Convert persis_offset from global variable to softc field.Alexander Motin2014-12-022-11/+11
* Reduce code duplication by creating ctl_set_res_ua() helper.Alexander Motin2014-12-021-87/+20
* Removed unused variable and unify some names.Alexander Motin2014-12-021-10/+7
* zfs_putpages: actually update mtime and ctimeAndriy Gapon2014-12-021-0/+1
* Remove unneded check. No need to do m_pullup to the size that we prepended.Andrey V. Elsukov2014-12-022-4/+0
* Remove unneded check. No need to do m_pullup to the size that we prepended.Andrey V. Elsukov2014-12-021-2/+0
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-0219-95/+5
* Remove unused structure declarations.Andrey V. Elsukov2014-12-021-11/+0
* Remove unused declartations.Andrey V. Elsukov2014-12-021-10/+0
* Pull in the NetBSD global offset table handling code. Clang 3.5 createsAndrew Turner2014-12-011-3/+9
* Allow multiple devices to mmap. It's impossible to prevent this withRui Paulo2014-12-011-25/+6
* Disable recursion for the process spinlock.Konstantin Belousov2014-12-012-2/+2
* When passing LUN IDs through treat ASCII values as fixed-length, notAlexander Motin2014-12-011-2/+9
* Move ctlfe_onoffline() out of lock to let it sleep when needed.Alexander Motin2014-12-011-32/+9
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-0139-101/+97
* Provide mutual exclusion between zone allocation/destruction andKonstantin Belousov2014-11-301-2/+31
* Remove trailing whitespace.Justin T. Gibbs2014-11-301-2/+2
* Cleanup and performance improvement of the virtio_blk driverBryan Venteicher2014-11-301-417/+422
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-5/+41
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-0/+27
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-3014-22/+33
* Merge from projects/sendfile:Gleb Smirnoff2014-11-3016-98/+213
* Correctly a few incorrect uses of ENTRY/EENTRY and END/EENDAndrew Turner2014-11-302-3/+3
* Remove extra labels, ENTRY_NP already provides them.Andrew Turner2014-11-302-2/+0
* Missed in r274421: use sbavail() instead of bare access to sb_cc.Gleb Smirnoff2014-11-301-1/+1
* - Move sbcheck() declaration under SOCKBUF_DEBUG.Gleb Smirnoff2014-11-302-13/+22
* Make sballoc() and sbfree() functions. Ideally, they could be markedGleb Smirnoff2014-11-302-32/+56
* Unbreak the code for non-digits below '0' by casting the expressionRoman Divacky2014-11-301-1/+1
* Add support for dtrace:fbt on modules for PowerPCJustin Hibbits2014-11-295-32/+14
* Update _ENTRY to use _EENTRY to reduce the common code.Andrew Turner2014-11-291-14/+14
* The current limit of 100k for the linker hints file is getting a bitWarner Losh2014-11-293-2/+3
* Remove lock recursion for the pipe pair mutex, and disable theKonstantin Belousov2014-11-291-7/+3
* Ignore more warnings with external gccBaptiste Daroussin2014-11-291-1/+2
* MFi386: r275059, r275061, r275062 and r275191 (by rdivacky)Yoshihiro Takahashi2014-11-291-8/+12
* MFi386: r275237 (by rdivacky)Yoshihiro Takahashi2014-11-291-6/+10
* Shrink boot2 a bit more by factoring out common patternRoman Divacky2014-11-291-6/+10
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwiseBjoern A. Zeeb2014-11-283-0/+6
* DRM2: fix off-by-one overflow in ioctl processingEygene Ryabinkin2014-11-281-1/+1
* Some device tree configurations place the generic timer under the rootAndrew Turner2014-11-281-0/+2
* We don't use the hypervisor interrupt, make it optional in the device tree.Andrew Turner2014-11-281-1/+1
* Assert the state of the process lock and sigact mutex inKonstantin Belousov2014-11-281-2/+8
* Style changes:Hans Petter Selasky2014-11-281-4/+15