summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap long lines introduced in r268227emaste2014-09-181-3/+7
* vt(4): Fix out-of-bounds array access in VT_ACTIVATE ioctl handlingdumbbell2014-09-181-1/+1
* Remove unused ZFS ARC functionssmh2014-09-182-19/+0
* Fix typos.trasz2014-09-181-2/+2
* While not too late rename if_get_counter_compat() to if_get_counter_default().glebius2014-09-183-4/+4
* Add if_inc_counter(), a generic method to update ifnet(9) counterglebius2014-09-182-0/+51
* - Use NULL instead of 0 for fpcurthread.kib2014-09-181-13/+16
* For consistency with the shared header file (and to avoid confusionbz2014-09-181-22/+22
* Re-gen after r271743 implementing most ofbz2014-09-1810-27/+122
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-1812-42/+301
* Revert r271735. The comment is absolutely correct, we do not support 802.1p p...araujo2014-09-181-1/+2
* r258695 introduces a sanity check for makefs in order to verify thatdavide2014-09-181-1/+2
* Remove old comment, we already do 802.1q tagging.araujo2014-09-181-2/+1
* The lagg(4) interface is based on trunk(4) interface from OpenBSD.araujo2014-09-182-5/+1
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...araujo2014-09-184-6/+108
* Fix a kernel panic when unloading isp(4).will2014-09-182-40/+73
* Root the lib32 object tree under the overall object tree.will2014-09-181-2/+3
* For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag beforedavidcs2014-09-171-3/+12
* Remove clean optiondavidcs2014-09-171-5/+0
* Remove clean optiondavidcs2014-09-171-5/+0
* The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED andkib2014-09-172-3/+8
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.bdrewery2014-09-171-2/+2
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenjhb2014-09-171-14/+1
* Explicitly specify MAP_SHARED when mapping the stats file descriptor.jhb2014-09-171-2/+2
* If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fixbdrewery2014-09-171-1/+5
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldkargl2014-09-174-4/+20
* Correct a commentbdrewery2014-09-171-1/+1
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-172-18/+7
* Presence of any VM_PROT bits in the permission argument on x86 implieskib2014-09-172-2/+4
* Reprase r271616 comments.mav2014-09-171-2/+2
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-176-17/+17
* Update the bhyve(8) manual to reflect that it is nogjb2014-09-171-2/+2
* drm/i915: Add HW context supportdumbbell2014-09-1716-30/+763
* Fix LUN discovery for targets that don't support REPORT_LUNS, brokentrasz2014-09-171-1/+6
* Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL UNITmav2014-09-171-2/+7
* Fix typo in defined ROD types in r269497.mav2014-09-171-5/+5
* Implement a workaround to allow this test program to be compiled with clang.markj2014-09-171-2/+2
* Fix a number of typos and programming errors in the userland CTF tests. Itmarkj2014-09-174-5/+9
* Fix the stack tracing for dtrace/powerpc.jhibbits2014-09-172-21/+123
* Use a devd event to start hv_kvpd instead of doing so in rc.d script.delphij2014-09-177-24/+26
* Fix some incorrect endianness checks.markj2014-09-172-3/+3
* Fix elfdump(1) usage in the userland CTF tests.markj2014-09-1610-10/+10
* Fix a typo.markj2014-09-161-1/+1
* * Fix if_omcast handlingmelifaro2014-09-161-6/+11
* Such typo, many email, very spelling. wow.sbruno2014-09-161-1/+1
* Add proper disable/enable hooks to the default scripts so that this is onlysbruno2014-09-162-0/+3
* Bump __FreeBSD_version after SA-14:19.tcpgjb2014-09-161-1/+1
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativedumbbell2014-09-165-5/+10
* vt(4): Fix a LOR which occurs during a call to vt_upgrade()dumbbell2014-09-161-1/+1
* Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ...jhb2014-09-161-4/+3
OpenPOWER on IntegriCloud