]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add COMPAT12 support to makesyscalls.sh
[FreeBSD/FreeBSD.git] / sys / kern /
2019-08-18 Mateusz Guzikvfs: stop always overwriting ->mnt_stat in VFS_STATFS
2019-08-18 Jeff RobersonAdd a blocking wait bit to refcount. This allows refs...
2019-08-17 Mateusz Guzikfork: rework locking around do_fork
2019-08-17 Mateusz Guzikfork: bump process count before checking for permission...
2019-08-17 Mateusz Guzikfork: stop skipping < 100 ids on wrap around
2019-08-16 Alexander MotinAdd support for 'j', 't' and 'z' flags to kernel sscanf().
2019-08-16 Jeff RobersonMove phys_avail definition into MI code. It is consume...
2019-08-15 Rick MacklemFix copy_file_range(2) so that unneeded blocks are...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-13 Jeff RobersonMove scheduler state into the per-cpu area where it...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Konstantin BelousovOnly enable COMPAT_43 changes for syscalls ABI for...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-09 Jonathan T. LooneyIn m_pulldown(), before trying to prepend bytes to...
2019-08-08 Rick MacklemRemove some harmless cruft from vn_generic_copy_file_ra...
2019-08-08 Rick MacklemFix copy_file_range(2) for an unlikely race during...
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-08 Konstantin BelousovUpdate comment explaining create_init().
2019-08-08 Xin LIConvert DDB_CTF to use newer version of ZLIB.
2019-08-08 Conrad MeyerFix !DDB kernel configurations after r350713
2019-08-08 Conrad Meyerddb(4): Add 'sysctl' command
2019-08-07 Conrad Meyersbuf(9): Add sbuf_nl_terminate() API
2019-08-07 Conrad Meyersbuf(9): Refactor sbuf_newbuf into sbuf_new
2019-08-07 Conrad Meyersbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Gleb SmirnoffSince r350426 this KASSERT doesn't serve any useful...
2019-08-05 Mariusz Zaborskiprocdesc: fix the function name
2019-08-05 Mariusz Zaborskiprocess: style
2019-08-05 Mariusz Zaborskiexit1: fix style nits
2019-08-05 Mariusz Zaborskiprocdesc: fix reparenting when the debugger is attached
2019-08-05 Mariusz Zaborskiproc: introduce the proc_add_orphan function
2019-08-05 Mariusz Zaborskiexit1: postpone clearing P_TRACED flag until the proctr...
2019-08-05 Konstantin BelousovFix mis-merge.
2019-08-05 Konstantin BelousovFix mis-merge
2019-08-04 Justin HibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-03 John BaldwinSet ISOPEN in namei flags when opening executable inter...
2019-08-02 Mark JohnstonOnly check the blessings table for known LORs.
2019-08-01 Konstantin BelousovMake umtxq_check_susp() to correctly handle thread...
2019-07-31 Konstantin BelousovMake randomized stack gap between strings and pointers...
2019-07-31 Konstantin BelousovFix handling of transient casueword(9) failures in...
2019-07-31 Kyle Evanskern_shm_open: push O_CLOEXEC into caller control
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Mark JohnstonEnable witness(4) blessings.
2019-07-30 Mark JohnstonRegenerate after r350447.
2019-07-30 Mark JohnstonEnable copy_file_range(2) in capability mode.
2019-07-30 Xin LIRemove gzip'ed a.out support.
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Mark JohnstonCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-29 Mariusz Zaborskiproc: make clear_orphan an public API
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 Mark JohnstonAvoid relying on header pollution from sys/refcount.h.
2019-07-28 Alan SomersMFHead @350390
2019-07-28 Alan SomersBetter comments for vlrureclaim
2019-07-28 Alan SomersMFHead @r350386
2019-07-28 Alan SomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
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-24 Mark JohnstonFix the turnstile_lock() KPI.
2019-07-24 Mark JohnstonRemove a redundant offset computation in elf_load_secti...
2019-07-23 Ed Mastemqueuefs: fix struct file leak
2019-07-22 Alan Somers[skip ci] Fix the comment for cache_purge(9)
2019-07-21 Konstantin BelousovCheck and avoid overflow when incrementing fp->f_count in
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Konstantin BelousovFix leak of memory and file refs with sendmsg(2) over...
2019-07-19 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan Somersfusefs: multiple interruptility improvements
2019-07-17 Alan SomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-16 Eric van GyzenAdds signal number format to kern.corefile
2019-07-15 John BaldwinAdd ptrace op PT_GET_SC_RET.
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 Konstantin BelousovIn do_sem2_wait(), balance umtx_key_get() with umtx_key...
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-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-11 Doug MooreAddress problems in blist_alloc introduced in r349777...
2019-07-10 Mark JohnstonInherit P2_PROTMAX_{ENABLE,DISABLE} across fork().
2019-07-09 John BaldwinUse 'retval' label for first error in syscallenter().
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-06 Doug MooreChange blist_next_leaf_alloc so that it can examine...
2019-07-04 Mark JohnstonDefer funsetown() calls for a TTY to tty_rel_free().
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Eric van GyzenSave the last callout function executed on each CPU
2019-07-02 John BaldwinInvoke ext_free function when freeing an unmapped mbuf.
2019-07-02 John BaldwinFix description of debug.obsolete_panic.
2019-07-02 Konstantin BelousovMore style.
2019-07-02 Konstantin BelousovStyle.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 Mark JohnstonFix handling of errors from sblock() in soreceive_stream().
next