]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fix definitions for linuxulator's sync_file_range(2).
[FreeBSD/FreeBSD.git] / sys / sys /
2019-12-14 Mateusz GuzikRemove the useless return value from proc_set_cred
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 John BaldwinRemove the deprecated timeout(9) interface.
2019-12-13 Warner LoshCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 John BaldwinUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 Edward Tomasz Napi... Add kern_kill() and use it in Linuxulator. It's just...
2019-12-13 Edward Tomasz Napi... Add kern_getsid() and use it in Linuxulator; no functio...
2019-12-13 Brandon Bergren[PowerPC] Enable TLS usage in system libraries on ELFv2.
2019-12-13 Ryan Libbybitset: rename confusing macro NAND to ANDNOT
2019-12-13 Rick Macklemr355677 requires that vop_stdioctl() be global so it...
2019-12-12 Rick MacklemBump __FreeBSD_version since r355677 changes the intern...
2019-12-12 Edward Tomasz Napi... Add kern_sync(9), and make kernel code call it instead...
2019-12-12 Kyle EvansBump __FreeBSD_version for r355641, new sig set ops
2019-12-11 Mateusz Guzikvfs: locking primitives which elide ->v_vnlock and...
2019-12-11 Mateusz Guzikfd: static-ize and devolatile openfiles
2019-12-10 John BaldwinAdd a callout_func_t typedef for functions used with...
2019-12-10 Mateusz Guzikvfs: refactor vhold and vdrop
2019-12-09 Dimitry AndricCorrectly check for C++17 and higher when declaring...
2019-12-09 John BaldwinCopy out aux args after the argument and environment...
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Jeff RobersonHandle multiple clock interrupts simultaneously in...
2019-12-06 John BaldwinRemove SPARE_USRSPACE.
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 Ryan Libbybistring: avoid gcc -Wsign-compare
2019-12-04 Doug MooreChange the implementation of bit_ffc_area_at so that...
2019-12-03 John BaldwinUse uintptr_t instead of register_t * for the stack...
2019-12-03 Kirk McKusickCurrently the breadn_flags() and getblkx() interfaces...
2019-12-03 Ryan Libbybitset: avoid pessimized code when bitset size is not...
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Jeff RobersonUse a precise bit count for the slab free items in...
2019-12-02 Edward Tomasz Napi... Bump __FreeBSD_version after r355304.
2019-12-02 Edward Tomasz Napi... Make use of the stats(3) framework in the TCP stack.
2019-12-01 Mateusz Guziklockmgr: remove more remnants of adaptive spinning
2019-11-30 Mateusz GuzikAdd a way to inject fences using IPIs
2019-11-30 Mateusz Guzikvfs: swap placement between v_type and v_tag
2019-11-29 Konstantin BelousovAdd a VN_OPEN_INVFS flag.
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-27 Ryan Libbywitness: sleepable rm locks are not sleepable in read...
2019-11-27 Jeff RobersonUse atomics in more cases for object references. We...
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-22 Conrad MeyerAdd explicit SI_SUB_EPOCH
2019-11-22 Conrad Meyerrandom(4): Abstract loader entropy injection
2019-11-21 Gleb SmirnoffDelete ih_thread. Should have gone in r334170.
2019-11-21 Alexander MotinAdd variant of root_mount_hold() without allocation.
2019-11-21 Eric Joynerbitstring: add functions to find contiguous set/unset...
2019-11-21 Eric Joynerbitstring: exit early if _start is past size of the...
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andrew TurnerPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Warner LoshCreate /etc/os-release file.
2019-11-20 Andrew TurnerImport the NetBSD Kernel Concurrency Sanitizer (KCSAN...
2019-11-20 Mateusz Guzikvfs: change si_usecount management to count used vnodes
2019-11-20 Kirk McKusickWhite space cleanup. No functional change.
2019-11-19 David BrightDon't sanitize linker_set
2019-11-18 Kyle Evanssysent: regenerate after r354835
2019-11-18 Kyle EvansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 John BaldwinCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 Mark JohnstonWiden the vm_page aflags field to 16 bits.
2019-11-18 David BrightJail and capability mode for shm_rename; add audit...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-17 Konstantin BelousovAdd elf image flag to disable stack gap.
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-15 Scott LongCreate a new sysctl subtree, machdep.mitigations. ...
2019-11-15 John BaldwinAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-15 Justin Hibbitsatomic: Add atomic_cmpset_masked to powerpc and use it
2019-11-13 Brooks Daviself_aux_info: Add support for AT_EXECPATH.
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-08 Ed Mastekvm: fix types for cross-debugging
2019-11-07 Dimitry AndricMerge commit e8316372b from llvm git (by Louis Dionne):
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andrew TurnerAdd the missing volatile qualifier in atomic_store_ptr
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-07 Brooks DavisFix the alignment of struct xunpcb on systems with...
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-04 Hans Petter SelaskyEnable device class group attributes in the LinuxKPI.
2019-11-03 Cy SchubertMFV r354257:
2019-10-29 Jeff RobersonUse atomics and a shared object lock to protect the...
2019-10-29 Gleb SmirnoffAugment macros that manipulate td_no_sleeping with...
2019-10-25 Ravi PokalaArgs for buf_track() might be unused
2019-10-22 Konstantin BelousovAssert that vnode_pager_setsize() is called with the...
2019-10-22 Konstantin BelousovAdd VV_VMSIZEVNLOCK flag.
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-21 Gleb SmirnoffRemove epoch tracker from struct thread. It was an...
2019-10-21 Gleb SmirnoffRemove obsoleted KPIs that were used to access interfac...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-17 Conrad MeyerImplement NetGDB(4)
2019-10-17 Mark JohnstonBelatedly bump __FreeBSD_version for r353537 and relate...
2019-10-17 Conrad MeyerAdd a very limited DDB dumpon(8)-alike to MI dumper...
2019-10-17 Conrad MeyerSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 Andriy Gaponprovide a way to assign taskqueue threads to a kernel...
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
next