| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap long lines introduced in r268227 | emaste | 2014-09-18 | 1 | -3/+7 |
* | vt(4): Fix out-of-bounds array access in VT_ACTIVATE ioctl handling | dumbbell | 2014-09-18 | 1 | -1/+1 |
* | Remove unused ZFS ARC functions | smh | 2014-09-18 | 2 | -19/+0 |
* | Fix typos. | trasz | 2014-09-18 | 1 | -2/+2 |
* | While not too late rename if_get_counter_compat() to if_get_counter_default(). | glebius | 2014-09-18 | 3 | -4/+4 |
* | Add if_inc_counter(), a generic method to update ifnet(9) counter | glebius | 2014-09-18 | 2 | -0/+51 |
* | - Use NULL instead of 0 for fpcurthread. | kib | 2014-09-18 | 1 | -13/+16 |
* | For consistency with the shared header file (and to avoid confusion | bz | 2014-09-18 | 1 | -22/+22 |
* | Re-gen after r271743 implementing most of | bz | 2014-09-18 | 10 | -27/+122 |
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | bz | 2014-09-18 | 12 | -42/+301 |
* | Revert r271735. The comment is absolutely correct, we do not support 802.1p p... | araujo | 2014-09-18 | 1 | -1/+2 |
* | r258695 introduces a sanity check for makefs in order to verify that | davide | 2014-09-18 | 1 | -1/+2 |
* | Remove old comment, we already do 802.1q tagging. | araujo | 2014-09-18 | 1 | -2/+1 |
* | The lagg(4) interface is based on trunk(4) interface from OpenBSD. | araujo | 2014-09-18 | 2 | -5/+1 |
* | Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g... | araujo | 2014-09-18 | 4 | -6/+108 |
* | Fix a kernel panic when unloading isp(4). | will | 2014-09-18 | 2 | -40/+73 |
* | Root the lib32 object tree under the overall object tree. | will | 2014-09-18 | 1 | -2/+3 |
* | For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before | davidcs | 2014-09-17 | 1 | -3/+12 |
* | Remove clean option | davidcs | 2014-09-17 | 1 | -5/+0 |
* | Remove clean option | davidcs | 2014-09-17 | 1 | -5/+0 |
* | The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED and | kib | 2014-09-17 | 2 | -3/+8 |
* | Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635. | bdrewery | 2014-09-17 | 1 | -2/+2 |
* | - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen | jhb | 2014-09-17 | 1 | -14/+1 |
* | Explicitly specify MAP_SHARED when mapping the stats file descriptor. | jhb | 2014-09-17 | 1 | -2/+2 |
* | If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix | bdrewery | 2014-09-17 | 1 | -1/+5 |
* | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | kargl | 2014-09-17 | 4 | -4/+20 |
* | Correct a comment | bdrewery | 2014-09-17 | 1 | -1/+1 |
* | Revert unrelated changes accidentally committed in r271192. | jhb | 2014-09-17 | 2 | -18/+7 |
* | Presence of any VM_PROT bits in the permission argument on x86 implies | kib | 2014-09-17 | 2 | -2/+4 |
* | Reprase r271616 comments. | mav | 2014-09-17 | 1 | -2/+2 |
* | Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather | adrian | 2014-09-17 | 6 | -17/+17 |
* | Update the bhyve(8) manual to reflect that it is no | gjb | 2014-09-17 | 1 | -2/+2 |
* | drm/i915: Add HW context support | dumbbell | 2014-09-17 | 16 | -30/+763 |
* | Fix LUN discovery for targets that don't support REPORT_LUNS, broken | trasz | 2014-09-17 | 1 | -1/+6 |
* | Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL UNIT | mav | 2014-09-17 | 1 | -2/+7 |
* | Fix typo in defined ROD types in r269497. | mav | 2014-09-17 | 1 | -5/+5 |
* | Implement a workaround to allow this test program to be compiled with clang. | markj | 2014-09-17 | 1 | -2/+2 |
* | Fix a number of typos and programming errors in the userland CTF tests. It | markj | 2014-09-17 | 4 | -5/+9 |
* | Fix the stack tracing for dtrace/powerpc. | jhibbits | 2014-09-17 | 2 | -21/+123 |
* | Use a devd event to start hv_kvpd instead of doing so in rc.d script. | delphij | 2014-09-17 | 7 | -24/+26 |
* | Fix some incorrect endianness checks. | markj | 2014-09-17 | 2 | -3/+3 |
* | Fix elfdump(1) usage in the userland CTF tests. | markj | 2014-09-16 | 10 | -10/+10 |
* | Fix a typo. | markj | 2014-09-16 | 1 | -1/+1 |
* | * Fix if_omcast handling | melifaro | 2014-09-16 | 1 | -6/+11 |
* | Such typo, many email, very spelling. wow. | sbruno | 2014-09-16 | 1 | -1/+1 |
* | Add proper disable/enable hooks to the default scripts so that this is only | sbruno | 2014-09-16 | 2 | -0/+3 |
* | Bump __FreeBSD_version after SA-14:19.tcp | gjb | 2014-09-16 | 1 | -1/+1 |
* | vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative | dumbbell | 2014-09-16 | 5 | -5/+10 |
* | vt(4): Fix a LOR which occurs during a call to vt_upgrade() | dumbbell | 2014-09-16 | 1 | -1/+1 |
* | Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ... | jhb | 2014-09-16 | 1 | -4/+3 |