]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix markup for -j in cpuset(1) synopsis
[FreeBSD/FreeBSD.git] / sys /
2016-07-29 markjUse vm_page_undirty() instead of manually setting a...
2016-07-29 mavFix NTBT_QP_LINKS negotiation.
2016-07-29 markjsdp: Destroy the RDMA ID after destroying the connectio...
2016-07-29 markjsdp: Use malloc(9) instead of the Linux compat layer.
2016-07-29 markjsdp: Use the correct socket buffer in sdp_post_recvs_ne...
2016-07-29 mavClear scratchpad after MSIX negotiation to not leak...
2016-07-29 markjsdp: Always free received control packets after they...
2016-07-29 markjFix the KASSERT format string arguments after r303507.
2016-07-29 markjsdp: Use the PCB as the rx completion handler argument.
2016-07-29 markjsdp: Destroy the PCB lock before freeing to the zone.
2016-07-29 markjsdp: Use an mbufq for received control packets.
2016-07-29 markjsdp: Remove Linux build files.
2016-07-29 jhbDon't treat NOCPU as a valid CPU to CPU_ISSET.
2016-07-29 jhbFix locking issues with aio_fsync().
2016-07-29 jhbAdd a loader tunable (hw.pci.enable_pcie_hp) to disable...
2016-07-29 mavOnce more refactor KPI between ntb_transport(4) and...
2016-07-29 alcRemove a probe declaration that has been unused since...
2016-07-29 roygerRevert r291022: x86/intr: allow mutex recursion in...
2016-07-29 roygerxen-intr: fix removal of event channels during resume
2016-07-29 roygerxen-netfront: fix trying to send packets with disconnec...
2016-07-29 impFix typo.
2016-07-29 brInclude FBT to modules build on RISC-V.
2016-07-29 brRemove unused variables.
2016-07-29 traszRemove write-only variable.
2016-07-29 traszImprove error message.
2016-07-29 traszFix MTP description in the comment.
2016-07-29 andrewAdd a generic EHCI USB driver based on the Allwinner...
2016-07-29 sephehyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED...
2016-07-29 sephehyperv/vmbus: Revoke unnecessary exposure of vmbus...
2016-07-29 sephehyperv/vmbus: Move driver glue to the beginning of...
2016-07-29 sephehyperv/vmbus: Forward declare static functions
2016-07-29 sephehyperv/vmbus: Reindent function declarations.
2016-07-28 impMove protocol specific stuff into a linker set object...
2016-07-28 impSwitch to linker sets to find the xport callback object...
2016-07-28 impKill a few stray debug printfs.
2016-07-28 alcRemove any mention of cache (PG_CACHE) pages from the...
2016-07-28 brooksDon't create pointless backups of generated files in...
2016-07-28 brookscxgbe's firmware module fails to build on mips64 as...
2016-07-28 gallatinCall tcp_notify() directly to shoot down routes, rather...
2016-07-28 stevekRemove BSD and USL copyright and update license block...
2016-07-28 jhbMark spg_len and fl_pktshift static.
2016-07-28 brNormalise the CWARNFLAGS inter-word spacing: remove...
2016-07-28 kibDo not delegate a work to geom event thread which can...
2016-07-28 kibFix style and typo.
2016-07-28 emasteremove CONSTRUCTORS from kernel linker scripts
2016-07-28 brBuild ofw_bus_if.h for modules for RISC-V.
2016-07-28 brBuild DTrace assym.o with -msoft-float flag for RISC...
2016-07-28 bro Add warn flags required to build modules with GCC...
2016-07-28 mavFix r303429 build with invariants.
2016-07-28 edRegenerate system call table for r303435.
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 mavOnce more refactor KPI between NTB hardware and consumers.
2016-07-28 kibRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 kibExtract the calculation of the callout fire time into...
2016-07-28 kibFix typo in comment.
2016-07-28 kibWhen a debugger attaches to the process, SIGSTOP is...
2016-07-28 sephehyperv/vmbus: Inclusion cleanup
2016-07-28 sephehyperv/vmbus: Avoid unnecessary mb()
2016-07-28 loosEnable the build of micphy as part of generic miibus...
2016-07-27 ivadasz[iwm] When stopping TX DMA, wait for all channels at...
2016-07-27 bdreweryopt_bdg.h was removed in r150636.
2016-07-27 ivadasz[iwm] Set different pm_timeout for action frames.
2016-07-27 bdreweryopt_apic.h is only used on i386.
2016-07-27 bdreweryopt_random.h was removed in r287558 for opt_global.h
2016-07-27 ivadasz[iwm] Fix inverted logic in iwm_tx().
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 jhbAdjust tests in fsync job scheduling loop to reduce...
2016-07-27 jhbAdd support for zero-copy aio_write() on TOE sockets.
2016-07-27 markjDe-pluralize "queues" where appropriate in the pagedaem...
2016-07-27 emasteANSIfy kern_proc.c and delete register keyword
2016-07-27 kibRemove Giant from settime(), tc_setclock_mtx guards...
2016-07-27 kibPrevent parallel tc_windup() calls, both parallel top...
2016-07-27 kibFix a bug in r302252.
2016-07-27 kibReduce the resettodr_lock scope to only CLOCK_SETTIME...
2016-07-27 kibStyle.
2016-07-27 kibReduce number of timehands to just two. This is useful...
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-27 sephehyperv/vmbus: Rename cleaned up bufring code
2016-07-27 sephehyperv/vmbus: Cleanup RX bufring read process.
2016-07-27 sephehyperv/vmbus: Stringent RX bufring data length checks.
2016-07-27 sephehyperv/vmbus: Cleanup TX bufring write process.
2016-07-27 sephehyperv/vmbus: Update comment for bufring
2016-07-27 sephehyperv/vmbus: Use different struct for RX/TX bufring.
2016-07-27 sephehyperv/vmbus: Initialize RX/TX bufring mutex at channel...
2016-07-27 alcUpdate a comment to reflect r284376.
2016-07-27 stevekAdd the NUM_CORE_FILES kernel config option which speci...
2016-07-27 ianAnnotate the usb-serial drivers which always return...
2016-07-27 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 npcxgbe(4): Initialize the adapter queues (fwq and mgmtq...
2016-07-26 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 ianActually return line status register values from umosco...
2016-07-26 brdFix the case for some sysctl descriptions.
2016-07-26 edAdd shmatt_t.
2016-07-26 adrianUpdate my TODO items.
2016-07-26 emastevt: lock Giant around kbd calls in CONS_GETINFO
2016-07-26 emasteapply some style(9) to kbd: make function name start...
2016-07-26 sephehyperv/vmbus: Nuke unnecessary accessor functions.
2016-07-26 sbrunoiwm(4) synchronize driver to DragonFlyBSD version and...
2016-07-25 sbrunoiwm(4): switch to ieee80211_runtask()
next