]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use known SRCTOP if possible to determine SYSDIR.
[FreeBSD/FreeBSD.git] / sys /
2018-04-12 bdreweryUse known SRCTOP if possible to determine SYSDIR.
2018-04-12 kibFix PSL_T inheritance on exec for x86.
2018-04-12 bdreweryFix using wrong SYSDIR after r331683.
2018-04-12 emasteUpdate vt(4) "Terminus BSD Console" font to v4.46
2018-04-12 kibOptimize context switch for PTI on PCID pmap.
2018-04-12 brAdd SMP support for BERI CPU.
2018-04-12 brTune xDMA interface slightly:
2018-04-12 brAdd ld emulation types for hard-float mipses.
2018-04-12 bzFix a typo.
2018-04-12 sbrunoRestore r332389 after resolution of locking fixes.
2018-04-12 avgallow ZFS pool to have temporary name for duration...
2018-04-12 vmaffionenetmap: align codebase to the current upstream (commit...
2018-04-12 mjgiflib: fix up a mismerge in r332419
2018-04-12 emastevt: add three more cp437 mappings for vga textmode
2018-04-11 shurdProperly initialize ifc_nhwtxqs.
2018-04-11 brooksRemove support for FDDI networks.
2018-04-11 sbrunoRevert r332389 as it is causing panics for various...
2018-04-11 markjUse C99 initializers for iflib function tables.
2018-04-11 kppf: limit ioctl to a reasonable and tuneable number...
2018-04-11 olegFix ipfw table creation when net.inet.ip.fw.tables_sets...
2018-04-11 mjglocks: extend speculative spin waiting for readers...
2018-04-10 ianUse explicit_bzero() when cleaning values out of the...
2018-04-10 mjgrw: whack avoidable re-reads in try_upgrade
2018-04-10 jhibbitsReenter KDB on fault on powerpc, instead of panicking
2018-04-10 gonzo[pi] Do not attach bcm2835_pwm if DTB node is not enabled
2018-04-10 shurdSplit out flag manipulation from general context manipu...
2018-04-10 shurdMake BPF global lock an SX
2018-04-10 kevansAnnotate geom modules with MODULE_VERSION
2018-04-10 dexuanhyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_T...
2018-04-10 jhibbitsCall through powerpc_interrupt for all Book-E interrupts
2018-04-10 jtlAdd missing header change from r332381.
2018-04-10 jtlModify the net.inet.tcp.function_ids sysctl introduced...
2018-04-10 jtlMove the TCP Blackbox Recorder probe in tcp_output...
2018-04-10 jtlClean up some debugging code left in tcp_log_buf.c...
2018-04-10 markjCorrect a comment.
2018-04-10 markjSet zfs_arc_free_target to v_free_target.
2018-04-10 markjAssert that dtrace_probe() doesn't re-enter itself.
2018-04-10 mwRemove deprecated DT sources of Armada 38x SoCs
2018-04-10 oshogboIntroduce dry run option for attaching the device.
2018-04-10 brEnable Qualcomm Debug Subsystem (QDSS) block on MSM8916...
2018-04-10 mwImprove detection of addressing mode in e6000sw
2018-04-09 mwEnable cesa driver to work with Linux DT binding
2018-04-09 brooksRefactor PCIOCGETCONF for improved readability.
2018-04-09 gonzoAlign OF_getencprop_alloc API with OF_getencprop and...
2018-04-09 emastelinuxulator: add else case braces to reduce diffs betwe...
2018-04-09 kevansRetire the geom_aes class
2018-04-09 emastelinuxulator: deduplicate linux_exec_imgact_try
2018-04-09 kevansif_awg: Add support for allwinner,{tx,rx}-delay-ps...
2018-04-09 vmaffionenetmap: align codebase to upstream version v11.4
2018-04-09 gonzoMake OF_searchencprop signature consistent with OF_gete...
2018-04-08 gonzoFix one more OF_getprop_alloc instance missed in r332310
2018-04-08 gonzoClean up OF_getprop_alloc API
2018-04-08 andrewReplace calls to fdt_is_compatible with ofw_bus_node_is...
2018-04-08 jhibbitsFix typo
2018-04-08 rgrimesAdd the ability to control the CPU topology of created VMs
2018-04-08 phkPedantic polishing of code to please FlexeLint.
2018-04-08 jhibbitsPowerpc64: Add the facility unavailable trap subsystem
2018-04-08 brooksFix LINT (and static COMPAT_LINUX32) after r332122.
2018-04-08 ianAllow hinted attachment on FDT-based systems. Instead...
2018-04-08 jhibbitspowerpc64: Print current MSR on printtrap()
2018-04-08 jhibbitspowerpc64: Avoid calling isync twice
2018-04-08 jhibbitspowerpc/ofw: Fix malloc inside lock
2018-04-08 mjglocks: tweak backoff a little bit
2018-04-08 andrewRevert r332277, it contained an unintended extra change
2018-04-08 andrewReplace calls to fdt_is_compatible with ofw_bus_node_is...
2018-04-08 andrewMove fdt_is_type to be a Marvell specific function...
2018-04-08 tuexenFix a logical inversion bug.
2018-04-08 tuexenSmall cleanup, no functional change.
2018-04-08 tuexenFix a signed/unsigned warning showing up for the userla...
2018-04-08 mpUpdate VMCI license based on comments from core, the...
2018-04-08 gonzo[rpi] Add fdt_pinctrl(4) support to Raspberry Pi GPIO...
2018-04-07 kevansAdd a83t overlays for sid and emac
2018-04-07 ianCast the data pointer to the correct type for the data...
2018-04-07 ianDon't check for impossible NULL return from malloc...
2018-04-07 ianAdd the ioctl definitions for spigen get/set spi mode...
2018-04-07 ianAdd an ioctl to get/set the SPI transfer mode. Also...
2018-04-07 ianGenerate a spibus_set_[ivarname]() convenience function...
2018-04-07 ianRemove the existing identify() hack to force-add a...
2018-04-07 impAdd nvme_util.c to cam.ko.
2018-04-07 ianArrange the list of generated sources as 1-per-line...
2018-04-07 ianReturn BUS_PROBE_DEFAULT, not zero, because this is...
2018-04-07 ianA couple minor improvements to spibus.c...
2018-04-07 ianAdd support for writing/changing spi device ivars....
2018-04-07 kibHandle Skylake-X errata SKZ63.
2018-04-07 manuallwinner: a83t_r_ccu: Add proper IR clock support
2018-04-07 manuallwinner: aw_clk_nm: Add prediv value
2018-04-07 manuaxp81x: Do not fail if regulators aren't properly defined
2018-04-06 brooksRemove the thread argument from ifr_buffer_*() accessors.
2018-04-06 jhbAdd a way to temporarily suspend and resume virtual...
2018-04-06 brooksifconf(): correct handling of sockaddrs smaller than...
2018-04-06 mavDo not fail devices just for errors in descriptor format.
2018-04-06 kppf: Improve ioctl validation
2018-04-06 kppf: Improve ioctl validation for DIOCIGETIFACES and...
2018-04-06 brooksAdd an unused _COMPAT_LINUX32 option to ensure opt_comp...
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 jtlIf a user closes the socket before we call tcp_usr_abor...
2018-04-06 jtlPat the watchdog less while producing a coredump. ...
2018-04-06 jtlCheck that in_pcbfree() is only called once for each...
2018-04-06 roygerx86: fix trampoline memory allocation after r332073
2018-04-06 kppf: Improve ioctl validation for DIOCRGETTABLES, DIOCRG...
next