aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add Apple Intrepid USB controller ID.Justin Hibbits2014-11-251-0/+2
* Use ctl_set_success() instead of direct inlining.Alexander Motin2014-11-252-10/+5
* Revert r274772: it is not valid on MIPSEd Maste2014-11-256-7/+7
* Add missing headers needed by write().Kevin Lo2014-11-251-4/+8
* Skip L2 addresses lookups for p2p interfaces.Andrey V. Elsukov2014-11-241-3/+2
* Add a bus_get_domain() wrapper around BUS_GET_DOMAIN(). Use this to addJohn Baldwin2014-11-242-0/+18
* Properly initialize the capability rights for vnodes exported to procstatJohn Baldwin2014-11-241-0/+1
* Add busdma sync ops before reading and after modifying the descriptor rings.Ian Lepore2014-11-241-0/+10
* Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tapPhilip Paeps2014-11-241-1/+6
* Replace home-grown CTL IO allocator with UMA.Alexander Motin2014-11-249-543/+186
* 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