]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
schedlock 4/4
[FreeBSD/FreeBSD.git] / sys / sys /
2019-12-15 jeffschedlock 4/4
2019-12-15 jeffschedlock 2/4
2019-12-15 ianRewrite arm kernel stack unwind code to work when unwin...
2019-12-15 jeffschedlock 1/4
2019-12-15 cemRevert r355760, r355759
2019-12-15 pfgcdefs: use more accurate GCC version for the deprecated...
2019-12-14 cemcdefs: Add __deprecated(message) function attribute...
2019-12-14 mjgRemove the useless return value from proc_set_cred
2019-12-13 jhbRemove the deprecated timeout(9) interface.
2019-12-13 impCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 traszAdd kern_kill() and use it in Linuxulator. It's just...
2019-12-13 traszAdd kern_getsid() and use it in Linuxulator; no functio...
2019-12-13 bdragon[PowerPC] Enable TLS usage in system libraries on ELFv2.
2019-12-13 rlibbybitset: rename confusing macro NAND to ANDNOT
2019-12-13 rmacklemr355677 requires that vop_stdioctl() be global so it...
2019-12-12 rmacklemBump __FreeBSD_version since r355677 changes the intern...
2019-12-12 traszAdd kern_sync(9), and make kernel code call it instead...
2019-12-12 kevansBump __FreeBSD_version for r355641, new sig set ops
2019-12-11 mjgvfs: locking primitives which elide ->v_vnlock and...
2019-12-11 mjgfd: static-ize and devolatile openfiles
2019-12-10 jhbAdd a callout_func_t typedef for functions used with...
2019-12-10 mjgvfs: refactor vhold and vdrop
2019-12-09 dimCorrectly check for C++17 and higher when declaring...
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-08 mjgvfs: introduce v_irflag and make v_type smaller
2019-12-08 jeffHandle multiple clock interrupts simultaneously in...
2019-12-06 jhbRemove SPARE_USRSPACE.
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 rlibbybistring: avoid gcc -Wsign-compare
2019-12-04 dougmChange the implementation of bit_ffc_area_at so that...
2019-12-03 jhbUse uintptr_t instead of register_t * for the stack...
2019-12-03 mckusickCurrently the breadn_flags() and getblkx() interfaces...
2019-12-03 rlibbybitset: avoid pessimized code when bitset size is not...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffUse a precise bit count for the slab free items in...
2019-12-02 traszBump __FreeBSD_version after r355304.
2019-12-02 traszMake use of the stats(3) framework in the TCP stack.
2019-12-01 mjglockmgr: remove more remnants of adaptive spinning
2019-11-30 mjgAdd a way to inject fences using IPIs
2019-11-30 mjgvfs: swap placement between v_type and v_tag
2019-11-29 kibAdd a VN_OPEN_INVFS flag.
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-27 rlibbywitness: sleepable rm locks are not sleepable in read...
2019-11-27 jeffUse atomics in more cases for object references. We...
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-22 cemAdd explicit SI_SUB_EPOCH
2019-11-22 cemrandom(4): Abstract loader entropy injection
2019-11-21 glebiusDelete ih_thread. Should have gone in r334170.
2019-11-21 mavAdd variant of root_mount_hold() without allocation.
2019-11-21 erjbitstring: add functions to find contiguous set/unset...
2019-11-21 erjbitstring: exit early if _start is past size of the...
2019-11-21 andrewPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 impCreate /etc/os-release file.
2019-11-20 andrewImport the NetBSD Kernel Concurrency Sanitizer (KCSAN...
2019-11-20 mjgvfs: change si_usecount management to count used vnodes
2019-11-20 mckusickWhite space cleanup. No functional change.
2019-11-19 dabDon't sanitize linker_set
2019-11-18 kevanssysent: regenerate after r354835
2019-11-18 kevansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 jhbCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 markjWiden the vm_page aflags field to 16 bits.
2019-11-18 dabJail and capability mode for shm_rename; add audit...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-17 kibAdd elf image flag to disable stack gap.
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-15 scottlCreate a new sysctl subtree, machdep.mitigations. ...
2019-11-15 jhbAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-15 jhibbitsatomic: Add atomic_cmpset_masked to powerpc and use it
2019-11-13 brookself_aux_info: Add support for AT_EXECPATH.
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-08 emastekvm: fix types for cross-debugging
2019-11-07 dimMerge commit e8316372b from llvm git (by Louis Dionne):
2019-11-07 andrewAdd the missing volatile qualifier in atomic_store_ptr
2019-11-07 philImport libxo-1.3.0:
2019-11-07 brooksFix the alignment of struct xunpcb on systems with...
2019-11-04 hselaskyEnable device class group attributes in the LinuxKPI.
2019-10-29 jeffUse atomics and a shared object lock to protect the...
2019-10-29 glebiusAugment macros that manipulate td_no_sleeping with...
2019-10-25 rpokalaArgs for buf_track() might be unused
2019-10-22 kibAssert that vnode_pager_setsize() is called with the...
2019-10-22 kibAdd VV_VMSIZEVNLOCK flag.
2019-10-21 glebiusRemove epoch tracker from struct thread. It was an...
2019-10-21 glebiusRemove obsoleted KPIs that were used to access interfac...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-17 cemImplement NetGDB(4)
2019-10-17 markjBelatedly bump __FreeBSD_version for r353537 and relate...
2019-10-17 cemAdd a very limited DDB dumpon(8)-alike to MI dumper...
2019-10-17 cemSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 avgprovide a way to assign taskqueue threads to a kernel...
2019-10-15 kpGeneralize ARM specific comments in devmap
2019-10-15 glebiusWhen assertion for a thread not being in an epoch fails...
2019-10-15 traszAdd copyrights that I forgot to add when splitting...
2019-10-15 glebiusRemove pfctlinput2(). It came from KAME and had never...
2019-10-15 jeff(1/6) Replace busy checks with acquires where it is...
2019-10-14 glebiusSince EPOCH_TRACE had been moved to opt_global.h, we...
2019-10-13 tuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 mjgvfs: add MNTK_NOMSYNC
next