aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-188-123/+162
* bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.Will Andrews2014-09-181-1/+3
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theGleb Smirnoff2014-09-183-8/+8
* Accidentially, ng_ppp changes leaked out with r271770. The properGleb Smirnoff2014-09-181-16/+15
* Add a function to set if_get_counter method for an ifnet. To be usedGleb Smirnoff2014-09-183-0/+36
* Switch to text mode in UEFI bootEd Maste2014-09-183-0/+274
* vt(4): Use strncpy() to copy into a fixed-size bufferJean-Sébastien Pédron2014-09-181-1/+2
* Wrap long lines introduced in r268227Ed Maste2014-09-181-3/+7
* vt(4): Fix out-of-bounds array access in VT_ACTIVATE ioctl handlingJean-Sébastien Pédron2014-09-181-1/+1
* Remove unused ZFS ARC functionsSteven Hartland2014-09-182-19/+0
* Fix typos.Edward Tomasz Napierala2014-09-181-2/+2
* While not too late rename if_get_counter_compat() to if_get_counter_default().Gleb Smirnoff2014-09-183-4/+4
* Add if_inc_counter(), a generic method to update ifnet(9) counterGleb Smirnoff2014-09-182-0/+51
* - Use NULL instead of 0 for fpcurthread.Konstantin Belousov2014-09-181-13/+16
* For consistency with the shared header file (and to avoid confusionBjoern A. Zeeb2014-09-181-22/+22
* Re-gen after r271743 implementing most ofBjoern A. Zeeb2014-09-1810-27/+122
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-1812-42/+301
* Revert r271735. The comment is absolutely correct, we do not support 802.1p p...Marcelo Araujo2014-09-181-1/+2
* Remove old comment, we already do 802.1q tagging.Marcelo Araujo2014-09-181-2/+1
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...Marcelo Araujo2014-09-182-4/+102
* Fix a kernel panic when unloading isp(4).Will Andrews2014-09-182-40/+73
* For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag beforeDavid C Somayajulu2014-09-171-3/+12
* Remove clean optionDavid C Somayajulu2014-09-171-5/+0
* Remove clean optionDavid C Somayajulu2014-09-171-5/+0
* The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED andKonstantin Belousov2014-09-172-3/+8
* Correct a commentBryan Drewery2014-09-171-1/+1
* Revert unrelated changes accidentally committed in r271192.John Baldwin2014-09-172-18/+7
* Presence of any VM_PROT bits in the permission argument on x86 impliesKonstantin Belousov2014-09-172-2/+4
* Reprase r271616 comments.Alexander Motin2014-09-171-2/+2
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-176-17/+17
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-1716-30/+763
* Fix LUN discovery for targets that don't support REPORT_LUNS, brokenEdward Tomasz Napierala2014-09-171-1/+6
* Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL UNITAlexander Motin2014-09-171-2/+7
* Fix typo in defined ROD types in r269497.Alexander Motin2014-09-171-5/+5
* Fix the stack tracing for dtrace/powerpc.Justin Hibbits2014-09-172-21/+123
* * Fix if_omcast handlingAlexander V. Chernikov2014-09-161-6/+11
* Bump __FreeBSD_version after SA-14:19.tcpGlen Barber2014-09-161-1/+1
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativeJean-Sébastien Pédron2014-09-165-5/+10
* vt(4): Fix a LOR which occurs during a call to vt_upgrade()Jean-Sébastien Pédron2014-09-161-1/+1
* Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ...John Baldwin2014-09-161-4/+3
* Fix some extra whitespace noticed when reviewing git diffs.Brooks Davis2014-09-161-1/+1
* Merge atse(4) interrupt handling and race condition fixes from cheribsd:Bjoern A. Zeeb2014-09-162-71/+183
* Fix source address selection on unbound sockets in the presence of multipleAlan Somers2014-09-162-8/+9
* Add a explict cast to silence a warning when buildingMichael Tuexen2014-09-161-2/+2
* Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-164-8/+9
* Small cleanup which addresses a warning regaring the truncationMichael Tuexen2014-09-161-7/+4
* FreeBSD-SA-14:19.tcp raised attention to the state of our stackGleb Smirnoff2014-09-161-101/+78
* Make a type conversion explicit. When compiling this code onMichael Tuexen2014-09-161-1/+1
* Fix Denial of Service in TCP packet processing.Xin LI2014-09-161-5/+1
* The MTU is handled as a 32-bit entity within the SCTP stack.Michael Tuexen2014-09-161-1/+1