]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.
[FreeBSD/FreeBSD.git] / sys /
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()
2016-07-25 sbrunoUpdate iwmfw(4) to include support for 8260 series...
2016-07-25 impRemove some extraneous printfs.
2016-07-25 cemdevfs: Move most ioctl logic down to vnode layer
2016-07-25 andrewRemove an unused variable.
2016-07-25 andrewFix a typo in a string in a KASSERT to sanity check...
2016-07-25 andrewRework how we number CPUs on arm64 to try and keep...
2016-07-25 andrewEnable the generic OHCI driver on arm64
2016-07-25 aeDo not invoke resize method if geom is being withered.
2016-07-25 julianSplit MAKE_SYSENT into two parts so that the initialize...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-25 sephehyperv/vmbus: Move bufring info definition to vmbus_brvar.h
2016-07-25 sephehyperv/vmbus: Rename hv_vmbus_priv.h to vmbus_brvar.h
2016-07-25 emasteavoid building otusfw when WITHOUT_SOURCELESS_UCODE set
2016-07-24 brFix style.
2016-07-24 mavPostpone ntb_get_msix_info() till we need to negotiate...
2016-07-24 glebiusPartially revert r257696/r257713, which have an issue...
2016-07-24 mavAdd more UEFI/e820 memory types from latest specifications.
2016-07-24 andrewRemove now unused functions from the FDT uart cpu driver.
2016-07-24 mizhka[nvram2env] split implementation into generic & MIPS...
2016-07-24 loosAllow the use of micphy on am335x devices.
2016-07-23 markjCorrect a comment - each page queue has its own lock.
2016-07-23 markjUpdate a comment in vm_page_advise() to match behaviour...
2016-07-23 loosAdd support for the Microchip/Micrel KSZ9031 Gigabit...
2016-07-23 loosRemove unused USB ethernet driver from BEAGLEBONE/AM335...
2016-07-23 npFix kernel builds with "device cxgbe".
2016-07-23 jhbUse MTX_SYSINIT for the VESA lock.
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 kibImplement mtx_trylock_spin(9).
2016-07-23 jhibbitsUse label math instead of hard-coding offsets for retur...
2016-07-22 jhbAdd a driver to create VF devices on Chelsio T4/T5...
2016-07-22 jhbInstall a handler for firmware work request error messages.
2016-07-22 bdreweryDon't run find(1) for __MPATH with NO_MODULES set.
2016-07-22 brAdd GCC 6.1 warn flags for kernel as well.
2016-07-22 manuPC5 doesn't have mmc2 function.
2016-07-22 kibMake cam.ko loadable.
2016-07-22 sephehyperv/vmbus: Move vmbus bufring definition to vmbus_reg.h
2016-07-22 sephehyperv/vmbus: Cleanup and augment bufring sysctl tree...
2016-07-22 sephehyperv/vmbus: Cosmetic bufring cleanup.
2016-07-22 karelsFix per-connection L2 caching in fast path
2016-07-21 impAdd opt_ddb.h.
2016-07-21 impFix cam builds w/o nvme. This is a stop-gap fix until...
2016-07-21 jhbAdd more documentation regarding unsafe AIO requests.
next