]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Allow "update" option to be used in the fstab(5). Document possible use case.
[FreeBSD/FreeBSD.git] / sys /
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 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
2019-07-18 Warner LoshProvide macros to extract the sub-fields of the CAP_LO...
2019-07-18 Andrew TurnerRename arm64 macros in preperation for a script to...
2019-07-18 Ian LeporeFix a paste-o, set is212x = false for other chip types...
2019-07-18 Ian LeporeHandle the PCF2127 RTC chip the same as PCF2129 when...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Kirk McKusickThe error reported in FS-14-UFS-3 can only happen on...
2019-07-17 Kristof Provostriscv: Return vm_paddr_t in pmap_early_vtophys()
2019-07-17 Warner LoshRemove now-obsolete comment.
2019-07-17 Alan SomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-17 Mark JohnstonFix FASTTRAPIOC_GETINSTR.
2019-07-17 Sean BrunoI add the ability to accept the default pin widget...
2019-07-16 Kirk McKusickStyle.
2019-07-16 Kirk McKusickWhen a process attempts to allocate space on a full...
2019-07-16 Warner LoshAssume that the timeout value from the capacity is...
2019-07-16 Cy SchubertAs of upstream fil.c CVS r1.53 (March 1, 2009), prior...
2019-07-16 Cy SchubertRefactor, removing one compare.
2019-07-16 Michael TuexenFix compilation on platforms using gcc.
2019-07-16 Eric van GyzenAdds signal number format to kern.corefile
2019-07-16 Mark JohnstonAlways use the software DBM bit for now.
2019-07-16 Mark JohnstonFix the arm64 page table entry attribute mask.
2019-07-16 Mark JohnstonPropagate attribute changes during demotion.
2019-07-16 Andriy Gaponbge: check that the bus is a pci bus before using it...
2019-07-16 Justin Hibbitspowerpc: Fix casueword(9) post-r349951
2019-07-16 Alan CoxRevert r349973. Upon further reflection, I realized...
2019-07-15 John BaldwinAdd ptrace op PT_GET_SC_RET.
2019-07-15 Ian LeporeIn nxprtc(4), use the countdown timer for better timeke...
2019-07-15 Ian LeporeFix nxprtc(4) on systems that support i2c repeat-start...
2019-07-15 John BaldwinDon't pass error from syscallenter() to syscallret().
2019-07-15 John BaldwinAlways set td_errno to the error value of a system...
2019-07-15 Michael TuexenDon't free read control entries, which are still on...
2019-07-15 Konstantin BelousovIn do_sem2_wait(), balance umtx_key_get() with umtx_key...
2019-07-15 Mark JohnstonImplement software access and dirty bit management...
2019-07-15 Mark Johnstonpmap_clear_modify() needs to clear PTE_W.
2019-07-15 Mark JohnstonFix reference counting in pmap_ts_referenced() on RISC-V.
2019-07-15 Emmanuel VadotRemove duplicated device firmware entry in generic...
2019-07-15 Michael TuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 Michael TuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-15 Konstantin BelousovIn do_lock_pi(), do not return prematurely.
2019-07-15 Konstantin BelousovCorrectly check for casueword(9) success in do_set_ceil...
2019-07-14 Michael TuexenImprove the input validation for l_linger.
2019-07-14 Konstantin BelousovPR: 239143
2019-07-14 Randall StewartThis is the second in a number of patches needed to
2019-07-14 Michael TuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-14 Chuck TuffliFix a typo in r349969
2019-07-14 Cy SchubertCalculate the offset of the interface name using FR_NAM...
2019-07-14 Cy SchubertRecycle the unused FR_CMPSIZ macro which became orphane...
2019-07-14 Cy Schubertstyle(9)
2019-07-13 Alan CoxRevert r349442, which was a workaround for bus errors...
2019-07-13 Alan CoxRemove a stale comment.
2019-07-13 Ian LeporeAdd arm_sync_icache() and arm_drain_writebuf() sysarch...
2019-07-13 Chuck Tufflibhyve: Create EUI64 for NVMe namespaces
2019-07-13 Michael Tuexenr348494 fixes a race in udp_output(). The same race...
2019-07-13 Vincenzo Maffionenetmap: fix bug introduced by r349752
2019-07-13 Justin Hibbitspowerpc64/pmap: No need for moea64_pvo_remove_from_page...
2019-07-13 Justin Hibbitspowerpc64/pmap: Reduce scope of PV_LOCK in remove path
2019-07-13 Justin HibbitsSet pcpu curpmap for powerpc64
2019-07-12 Navdeep Parharcxgbe(4): Completely ignore all top level interrupts...
2019-07-12 Konstantin BelousovFix syntax.
2019-07-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-12 Scott LongTie the name limit of a VM to SPECNAMELEN from devfs...
2019-07-12 Mark JohnstonApply some light cleanup to uses of pmap_pte_dirty().
2019-07-12 Randall Stewartadd back the comment around the pending DSACK fixes.
2019-07-12 Andrey V. ElsukovDo not modify cmd pointer if it is already last opcode...
2019-07-12 Andrey V. ElsukovCorrectly truncate the rule in case when it has several...
2019-07-12 Poul-Henning KampSupport multiple serial ports per device.
2019-07-12 Cy SchubertMove the new ipf_pcksum6() function from ip_fil_freebsd...
2019-07-11 Doug MooreAddress problems in blist_alloc introduced in r349777...
2019-07-11 Cy SchubertRemove a tautological test for adding a rule in the...
2019-07-11 Cy SchubertCorrect r349898. The default is add a rule.
2019-07-11 Konstantin BelousovEnsure that mds_handler always points to a valid method.
2019-07-11 Mark JohnstonFix some ISS bit definitions for data aborts.
next