aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We already have "int i" in this scope.Gleb Smirnoff2014-11-241-1/+1
* The arm PJ4B cpu is armv7 architecture, not v6.Ian Lepore2014-11-241-2/+2
* Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task.Alexander Motin2014-11-241-1/+1
* Add ARMV6 as an arm option. This will cause obscure magic in config(8)Ian Lepore2014-11-242-4/+5
* Change the lower bound for guest vmspace allocation to 0 instead ofPeter Grehan2014-11-231-1/+1
* Correct the functions declaration.Ruslan Bukin2014-11-231-8/+8
* Squelch a (bogus) used before init warning when building with gcc.Ian Lepore2014-11-231-0/+1
* Misc mdoc fixes:Joel Dahl2014-11-232-6/+3
* \n at end of panicstr is redundant.Gleb Smirnoff2014-11-231-1/+1
* Fix the following -Werror warning from clang 3.5.0, while building theDimitry Andric2014-11-231-1/+7
* Don't use the synchronization endpoint unless referenced by theHans Petter Selasky2014-11-231-2/+13
* Merge from projects/sendfile:Gleb Smirnoff2014-11-239-49/+214
* ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racctMateusz Guzik2014-11-233-9/+8
* buf.h is not needed here, and pollutes when ufsmount.h is includedGleb Smirnoff2014-11-231-2/+0
* Include required files directly instead of pollution via ufs/ufsmount.h.Gleb Smirnoff2014-11-233-0/+3
* filedesc: plug a test for impossible condition in fgetvp_rightsMateusz Guzik2014-11-231-3/+1
* There never was a PC Card joystick attachment that worked. Kill theWarner Losh2014-11-223-70/+1
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.Warner Losh2014-11-222-26/+0
* The size value should be asserted when it is known.Konstantin Belousov2014-11-221-1/+1
* By the time that vm_reserv_init() runs, vm_phys_segs[] is initialized. UseAlan Cox2014-11-221-4/+6
* Fix the host mode ISOCHRONOUS transfer interval programming in theHans Petter Selasky2014-11-221-27/+56
* Implement "automount -c".Edward Tomasz Napierala2014-11-223-1/+16
* For both iSCSI initiator and target increase socket buffer sizes beforeAlexander Motin2014-11-221-0/+2
* Fix build with asr driverSteven Hartland2014-11-221-20/+19
* Fix use-after-free introduced in r274843.Alexander Motin2014-11-221-41/+45
* Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.Alexander Motin2014-11-221-14/+27
* Use correct length mask for split transactions. The hardware wouldHans Petter Selasky2014-11-222-4/+14
* Make iSCSI frontend less chatty while waiting for tasks termination.Alexander Motin2014-11-221-3/+7
* When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback ofIan Lepore2014-11-221-0/+17
* Use the correct variable name.Davide Italiano2014-11-221-1/+1
* Make ufs_dirhashreclaimperc a percentage for real andDavide Italiano2014-11-221-5/+26
* Merge from CheriBSD:Brooks Davis2014-11-2110-22/+241
* Merge from CheriBSD:Brooks Davis2014-11-212-2/+21
* Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389)Brooks Davis2014-11-211-13/+0
* Prevent overflow issues in timeout processingSteven Hartland2014-11-2133-129/+132
* Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3):Brooks Davis2014-11-212-8/+8
* Improve support for XSAVE with debuggers.John Baldwin2014-11-2112-38/+221
* Add FPU support for MIPS setjmp(3)/longjmp(3).Brooks Davis2014-11-211-0/+14
* Make cfiscsi_offline() synchronous, waiting for connections terminationAlexander Motin2014-11-212-0/+11
* Close race between cfiscsi_offline() and new connection arrival.Alexander Motin2014-11-211-15/+17
* Remove bunch of unused lun variables.Alexander Motin2014-11-211-15/+0
* Reduce race between LUN destruction and request arrival.Alexander Motin2014-11-211-3/+5
* Fix build for certain MIPS kernels hiding an unused variable under #ifndef.Bjoern A. Zeeb2014-11-211-0/+2
* Log errors for absent LUNs too.Alexander Motin2014-11-211-5/+3
* Partially reconstruct Active/Standby clusting.Alexander Motin2014-11-2111-58/+99
* Fix smbfs to not zero out statfs f_flags field. Previously, thisEdward Tomasz Napierala2014-11-211-2/+0
* Fix the powerpc64 build.Justin Hibbits2014-11-211-1/+1
* Use canonical __PIC__ flagEd Maste2014-11-216-7/+7
* Clamp too-large hwpmc callchaindepth to the maximumEd Maste2014-11-201-2/+3
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-2019-907/+573