]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix up r300870
[FreeBSD/FreeBSD.git] / sys /
2016-05-27 ngieFix up r300870
2016-05-27 asomersAvoid issuing spa config updates for physical path...
2016-05-27 asomersStrip leading spaces off of a SCSI disk's serial number
2016-05-27 jkimMerge ACPICA 20160527.
2016-05-27 ianFix erronious mixed use of tx/rx variables/constants...
2016-05-27 npiw_cxgbe: Use vmem(9) to manage PBL and RQT allocations.
2016-05-27 ianGo back to unconditionally compiling modules/gpio now...
2016-05-27 ianDon't wrap the declaration of gpio_alloc_intr_resource...
2016-05-27 ngieUnbreak the zfs(4) build
2016-05-27 ambriskoIf the I/O offset and length is multiple of the media...
2016-05-27 alcThe flag "vm_pages_needed" has long served two distinct...
2016-05-27 kibIn pmap_advise(), avoid leaking DI start for EPT pmaps...
2016-05-27 brCorrect the implementation of dtrace_interrupt_disable...
2016-05-27 ianWhen building modules, define make variable OPT_FDT...
2016-05-27 glebiusPlug route reference underleak that happens with FLOWTA...
2016-05-27 truckmanDisconnect PIE from the build until it is free of float...
2016-05-27 mjgfd: provide a common exit point for unlock in kern_dup
2016-05-27 mjgexec: get rid of one vnode lock/unlock pair in do_execve
2016-05-27 andrewFix dtrace_interrupt_disable and dtrace_interrupt_enabl...
2016-05-27 arybchiksfxge(4): fix typo in monitor types strings in common...
2016-05-27 arybchiksfxge(4): avoid necessity to add one more constant...
2016-05-27 arybchiksfxge(4): cope with always true unsigned comparison...
2016-05-27 arybchiksfxge(4): unsigned 1 should be shifted to produce bitmask
2016-05-27 arybchiksfxge(4): cope with lint for EFX_SET_OWORD_BIT() with...
2016-05-27 arybchiksfxge(4): remove set but not used variable
2016-05-27 arybchiksfxge(4): remove unreachable break after goto
2016-05-27 arybchiksfxge(4): add constant condition note to make lint...
2016-05-27 arybchiksfxge(4): note unused variables to make lint happier
2016-05-27 traszAttach iser(4) to the build.
2016-05-27 traszBuild iscsi(4) with ICL_KERNEL_PROXY when building...
2016-05-27 traszFix build on i386.
2016-05-27 ngieQuell false positives in svc_vc_create and svc_vc_creat...
2016-05-27 hselaskyThe SCHEDULER_STOPPED() macro already contains a predic...
2016-05-27 sephehyperv: Test features before enabling optional function...
2016-05-27 adrian[iwm] remove dead code.
2016-05-27 sephehyperv: Clean up Hyper-V timecounter a bit.
2016-05-27 sephehyperv: GC unneeded bits
2016-05-27 sephehyperv/vmbus: Move MSR EOM to hyperv_reg.h
2016-05-27 sephehyperv: Move timer related MSRs into hyperv_reg.h
2016-05-27 alcUse vm_page_replace_checked() instead of vm_page_rename...
2016-05-27 sephehyperv: Move CPUID related bits to hyperv_reg.h and...
2016-05-27 ianFix parallel builds by specifying *all* required header...
2016-05-27 kevloAdd rtwn(4) and rtwnfw(4).
2016-05-27 adrian[gpio] add gpiospi to the gpio module.
2016-05-27 adrian[spigen] add the userland ioctl API for spigen.
2016-05-27 adrian[gpiospi] add debug option.
2016-05-27 ianOnly build gpio modules on armv6, until it's known...
2016-05-27 gjbUpdate head from 11.0-CURRENT to 11.0-ALPHA1, marking...
2016-05-26 ianRevert changes for local testing, inadvertantly commite...
2016-05-26 ianAdd a PPS driver that takes the timing pulse from a...
2016-05-26 jhbFix unit number of EFI net interfaces and ignore psuedo...
2016-05-26 bdreweryfilemon exec: Use imgp->execpath rather than vn_fullpat...
2016-05-26 bdreweryWITH_AUTO_OBJ: Fix crunchgen builds.
2016-05-26 bdreweryUse netinet/in.h to avoid include/arpa dependency for...
2016-05-26 bdreweryAdd some missing .PHONY.
2016-05-26 bdreweryWITH_META_MODE: Move the kernel support to kern.pre.mk.
2016-05-26 bdreweryexec: Provide execpath in imgp for the process_exec...
2016-05-26 bdreweryexec: Add credential change information into imgp for...
2016-05-26 jhbUse a unique error message if we fail to find the simpl...
2016-05-26 jhbApply the printf %S band-aid for efinet.c to fix the...
2016-05-26 jhbRemove second copy of the -Wno-format band-aid for...
2016-05-26 avosrtwn, urtwn: drop unused structures.
2016-05-26 ianAdd a convenience function to get a gpio pin's capabilties.
2016-05-26 ianAdd support for triggering interrupts on both rising...
2016-05-26 jhbUse routines from the recently added devpath.c.
2016-05-26 truckmanInclude the new AQM files when compiling a kernel with...
2016-05-26 truckmanCorrect a typo in a comment.
2016-05-26 jhbOutput the device path description for EFI network...
2016-05-26 truckmanModify BOUND_VAR() macro to wrap all of its arguments...
2016-05-26 jhbAdd some routines for working with EFI DEVICE_PATH...
2016-05-26 truckmanImport Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel...
2016-05-26 manuAdd support for interrupts, sensors and GPIO for AXP209...
2016-05-26 cemIfndef KERNEL the userspace-only routines in sys/md...
2016-05-26 cemcrypto routines: Hint minimum buffer sizes to the compiler
2016-05-26 jkimFix style(9).
2016-05-26 jkimUse bit_count(3) instead of four bitcount32() calls.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 loosOnly do the touch screen setup when the 'ti,wires'...
2016-05-26 jhbDon't reuse the source mbuf in tcp_respond() if it...
2016-05-26 adrian[siba] use the generic bus methods where appropriate.
2016-05-26 avosral: add missing ic_getradiocaps() assignment.
2016-05-26 kibPrevent parallel object collapses. Both vm_object_coll...
2016-05-26 ianFix a typo in a comment.
2016-05-26 kibStyle changes to some most outrageous violations in...
2016-05-26 avosbwi: switch to ieee80211_add_channel_list_2ghz().
2016-05-26 avosurtwn, rtwn, rsu: switch to ieee80211_add_channel_list_...
2016-05-26 avosurtw: switch to ieee80211_add_channel_list_2ghz().
2016-05-26 avosral: switch to ieee80211_add_channel_list_*()
2016-05-26 avoszyd: switch to ieee80211_add_channel_list_*()
2016-05-26 ianRename gpiobus_map_pin() to gpiobus_acquire_pin(),...
2016-05-26 avosural: switch to ieee80211_add_channel_list_*()
2016-05-26 avosrun: switch to ieee80211_add_channel_list_*()
2016-05-26 avosrtwn: replace hardcoded rate indices with their names...
2016-05-26 arybchiksfxge(4): correct parenthesis location in if coundition
2016-05-26 avosifconfig: set by default FCC regulatory domain for...
2016-05-26 traszAdd a special case for iSER data tranfers.
2016-05-26 traszFix crash on removal of an unconnected iSER session.
2016-05-26 tuexenMake struct sctp_paddrthlds compliant to RFC 7829.
2016-05-26 avosiwn: add watchdog for scanning.
2016-05-26 hselaskyUse optimised complexity safe sorting routine instead...
next