]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
seqc: add man page
[FreeBSD/FreeBSD.git] / sys /
2019-07-29 Mariusz Zaborskiseqc: add man page
2019-07-29 Mariusz Zaborskiproc: make clear_orphan an public API
2019-07-29 Mark JohnstonHave arm64's pmap_fault() handle WnR faults on dirty...
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 Mark JohnstonRemove an unneeded trunc_page() in pmap_fault().
2019-07-29 Mark JohnstonAvoid relying on header pollution from sys/refcount.h.
2019-07-29 Ruslan BukinAdd glue driver for Altera SOCFPGA Ethernet MAC (EMAC...
2019-07-29 Andrey V. Elsukovdd ipfw_get_action() function to get the pointer to...
2019-07-29 Kristof Provostriscv: Fix copyin/copyout
2019-07-29 Ruslan BukinFind the correct node of PHY chip using "phy-handle...
2019-07-29 Kristof Provostpf: Remove partial RFC2675 support
2019-07-29 Andrey V. ElsukovAvoid possible lock leaking.
2019-07-29 Emmanuel Vadotarm: ti: cpsw: Check the new slave node address
2019-07-29 Emmanuel Vadotarm: ti: Get the hwmods property either from the node...
2019-07-29 Michael TuexenWhen performing after_idle() or post_recovery(), don...
2019-07-29 Michael Tuexen* Improve input validation of sysctl parameters for...
2019-07-29 Alexander MotinAdd some new fields and bits from NVMe 1.4.
2019-07-28 Hans Petter SelaskyAdd support for tethering with Nokia 7 plus and the...
2019-07-28 Alexander MotinDecode some more IDENTIFY DEVICE bits.
2019-07-28 Doug MooreIn swap_pager_putpages, move the initialization of...
2019-07-28 Alan SomersBetter comments for vlrureclaim
2019-07-28 Alan SomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-27 Alexander MotinReenable UNMAP support on ramdisks by default.
2019-07-27 Alexander MotinAllow WRITE SAME handle more then 2^^32 blocks.
2019-07-27 Warner LoshRemove support for kernel.tramp and kernel.tramp.gz
2019-07-27 Emmanuel Vadotarm: Fix TEGRA124 kernel
2019-07-27 Andrew Rybchenkosfxge(4): unify power of 2 alignment check macro
2019-07-27 Andrew Rybchenkosfxge(4): fix align to power of 2 when align has smalle...
2019-07-27 Andrew Rybchenkosfxge(4): fix power of 2 round up when align has smalle...
2019-07-27 Rick MacklemLock the vnode before calling ufs_bmap_seekdata().
2019-07-26 Kristof Provostvirtio: Fix running on machines with memory above 0xfff...
2019-07-26 Alexander MotinAdd support for Long LBA mode parameter block descriptor.
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-26 Alan CoxImplement pmap_advise(). (Without a working pmap_advis...
2019-07-26 Alexander MotinAdd device temperature reporting into CTL.
2019-07-26 Alexander MotinAdd reporting of SCSI Feature Sets VPD page from SPC-5.
2019-07-25 Kyle Evansif_tuntap(4): Add TUNGIFNAME
2019-07-25 Alan CoxSimplify the handling of superpages in pmap_clear_modif...
2019-07-25 Warner LoshWiden the type for to.
2019-07-25 Alexander MotinMake `camcontrol sanitize` support also ATA devices.
2019-07-25 Leandro Luporipowerpc: Improve pvo allocation code
2019-07-25 Rick Macklemr350320 committed the wrong version of generated syscal...
2019-07-25 Rick MacklemUpdate the generated syscall.mk for copy_file_range(2).
2019-07-25 Rick MacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 Rick MacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-25 Justin Hibbitspowerpc/pmap64: Make moea64 statistics optional
2019-07-24 Mark JohnstonFix the turnstile_lock() KPI.
2019-07-24 Mark JohnstonRemove cap_random(3).
2019-07-24 Eric Joyneriflib: fix dangling device softc pointer
2019-07-24 Ed Masteenable ig4_acpi on aarch64
2019-07-24 Ed Mastepf: zero output buffer in pfioctl
2019-07-24 Kirill PonomarevAllow set MTU more than 1500 bytes.
2019-07-24 Mark JohnstonRemove a redundant offset computation in elf_load_secti...
2019-07-23 Michael TuexenAdd a sysctl variable ts_offset_per_conn to change...
2019-07-23 Ed Mastemqueuefs: fix struct file leak
2019-07-23 Michael TuexenDon't hold a mutex while calling sbwait. This was found...
2019-07-23 Eric Joynerixgbe(4): Fix enabling/disabling and reconfiguration...
2019-07-23 Michael TuexenFix a LOR in SCTP which was found by running syzkaller.
2019-07-23 Andrew TurnerAs with r350241 use the new UL macro on the main regist...
2019-07-23 Andrew TurnerEnsure the arm64 ID register fields are 64 bit types.
2019-07-23 Andrey V. ElsukovEliminate rmlock from ipfw's BPF code.
2019-07-23 Alexander MotinMake CAM ATA stack handle disk resizes.
2019-07-22 Justin Hibbitspowerpc: Unbreak 64-bit pmap from 350206
2019-07-22 Ian LeporeCorrect spelling, partion -> partition.
2019-07-22 Emmanuel Vadotarm: ti: Add a driver for ti,sysc bus
2019-07-22 Emmanuel Vadotarm: ti: Get the hwmods property from the parent node
2019-07-22 Brooks Davisata_xpt: Use the correct union member when accessing...
2019-07-22 Alan Somers[skip ci] Fix the comment for cache_purge(9)
2019-07-22 Michael TuexenWakeup the application when doing PD-API for unordered...
2019-07-22 Ruslan BukinRemove unused header.
2019-07-22 Ruslan Bukino Add support for BERI IOMMU device
2019-07-22 Justin Hibbitspowerpc64/mmu: Make moea64_pvo_enter() return if an...
2019-07-21 Konstantin BelousovSwitch the rest of the refcount(9) functions to bool...
2019-07-21 Ian LeporeAdd support for setting the aging/frequency-offset...
2019-07-21 Alan CoxWith the introduction of software dirty bit emulation...
2019-07-21 Konstantin BelousovFix userspace build after r350199.
2019-07-21 Konstantin BelousovCheck and avoid overflow when incrementing fp->f_count in
2019-07-21 Alan CoxIntroduce pmap_store(), and use it to replace pmap_load...
2019-07-21 Justin Hibbitspowerpc: Remove an unnecessary #ifdef guard from slb.c
2019-07-20 Ian LeporeRewrite the nxprtc chip init to extend battery life...
2019-07-20 Mark JohnstonRename vm_page_{import,release}() to vm_page_zone_...
2019-07-20 Justin Hibbitspowerpc/SPE: Enable SPV bit for EFSCFD instruction...
2019-07-20 Emmanuel Vadotdtso: allwinner: Add an overlay for H3 i2c0
2019-07-20 John BaldwinImprove the precision of bhyve's vPIT.
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-20 Emmanuel Vadotarm64: Implement HWCAP
2019-07-20 Ganbold TsagaankhuuAdd emmc support for Rockchip RK3399 SoC.
2019-07-20 Ganbold TsagaankhuuAdd driver for Rockchip RK3399 eMMC PHY.
2019-07-19 Konstantin BelousovFix leak of memory and file refs with sendmsg(2) over...
2019-07-19 Doug MooreDefine vm_map_entry_in_transition to handle an in-trans...
2019-07-19 Alexander MotinAdd Accessible Max Address Configuration support to...
2019-07-19 Warner LoshKeep track of the number of commands that exhaust their...
2019-07-19 Warner LoshKeep track of the number of retried commands.
2019-07-19 Warner LoshRemove pre-FreeBSD 7.0 compatibility.
2019-07-19 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-19 Warner LoshAdd comments about KERN_OPT here.
2019-07-19 Warner LoshUse sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.
2019-07-18 Warner LoshProvide new tunable hw.nvme.verbose_cmd_dump
next