]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Don't hold the info lock when calling sctp_select_a_tag().
[FreeBSD/FreeBSD.git] / sys / kern /
2019-09-21 Konstantin Belousovkern.elf{32,64}.pie_base sysctl: enforce page alignment.
2019-09-21 Mateusz Guziklockprof: use CPUFOREACH and drop always false lp_cpu...
2019-09-21 Konstantin BelousovMake non-ASLR pie base tunable.
2019-09-21 Alexander MotinAllocate callout wheel from the respective memory domain.
2019-09-20 Andrew Gallatinremove redundant "ktls" in KTLS thr name
2019-09-19 Mateusz Guzikvfs: group fields used for per-cpu ops in one cacheline
2019-09-18 Konstantin Belousovsysctl: use names instead of magic numbers.
2019-09-17 Konstantin BelousovReturn EISDIR when directory is opened with O_CREAT...
2019-09-17 Kirk McKusickThe VFS-level clustering code collects together sequent...
2019-09-17 Mateusz Guzikvfs: apply r352437 to the fast path as well
2019-09-17 Mateusz Guzikvfs: fix braino resulting in NULL pointer deref in...
2019-09-16 Mateusz Guzikvfs: convert struct mount counters to per-cpu
2019-09-16 Mateusz Guzikvfs: manage mnt_writeopcount with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_lockref with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-15 Kyle Evansrangelock: add rangelock_cookie_assert
2019-09-13 Mateusz Guzikvfs: release usecount using fetchadd
2019-09-12 Mark JohnstonRemove a redundant NULL pointer check in cpuset_modify_...
2019-09-12 Hans Petter SelaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-12 Kyle EvansFollow up r352244: kenv: tighten up assertions
2019-09-12 Kyle Evanskenv: assert that an empty static buffer passed in...
2019-09-11 Conrad Meyerbuf: Add B_INVALONERR flag to discard data
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Mateusz Guzikcache: avoid excessive relocking on entry removal durin...
2019-09-10 Mateusz Guzikcache: change the formula for calculating lock array...
2019-09-10 Mateusz Guzikcache: assorted cleanups
2019-09-10 Jeff RobersonReplace redundant code with a few new vm_page_grab...
2019-09-10 Jeff RobersonUse the sleepq lock rather than the page lock to protec...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-09 Konstantin BelousovInitialize timehands linkage much earlier.
2019-09-09 Konstantin BelousovMake timehands count selectable at boottime.
2019-09-07 Konstantin BelousovIn do_execve(), use shared text vnode lock consistently.
2019-09-07 Konstantin BelousovIn do_execve(), clear imgp->textset when restarting...
2019-09-07 Konstantin BelousovWhen loading ELF interpreter, initialize whole nested...
2019-09-07 Philip Paepsriscv: restore default HZ=1000, keep QEMU at HZ=100
2019-09-06 Philip Paepsriscv: default to HZ=100
2019-09-05 Conrad MeyerRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 Mateusz Guzikvfs: temporarily revert r351825
2019-09-05 Stephen J. KiernanBump up the low range of cpuset numbers to account...
2019-09-04 Mateusz Guzikvfs: fully hold vnodes in vnlru_free_locked
2019-09-04 Andriy Gaponshutdown_halt: make sure that watchdog timer is stopped
2019-09-03 Kyle Evansposixshm: start counting writeable mappings
2019-09-03 Kyle Evansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 Konstantin BelousovAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 Mateusz Guzikvfs: implement usecount implying holdcnt
2019-09-03 Mateusz GuzikAdd sysctlbyname system call
2019-09-02 Mateusz Guzikvfs: restore mp null check in vop_stdgetwritemount
2019-09-02 Mateusz Guzikproc: clear pid bitmap entry after dropping proctree...
2019-09-01 Mark JohnstonExtend uma_reclaim() to permit different reclamation...
2019-09-01 Mark JohnstonRestrict the input domain set in cpuset_setdomain(2...
2019-09-01 Mateusz Guzikvfs: stop refing freed mount points in vop_stdgetwritemount
2019-09-01 Kyle Evansposixshm: switch to OBJT_SWAP in advance of other changes
2019-08-30 Mateusz Guzikvfs: add a missing VNODE_REFCOUNT_FENCE_REL to v_incr_u...
2019-08-30 Mateusz Guzikvfs: tidy up assertions in vfs_subr
2019-08-29 Konstantin BelousovRework v_object lifecycle for vnodes.
2019-08-28 Mateusz Guzikvfs: add VOP_NEED_INACTIVE
2019-08-28 Mark JohnstonAvoid direct accesses of the vm_page wire_count field.
2019-08-28 Mateusz Guzikproc: eliminate the zombproc list
2019-08-28 Mark JohnstonWire pages in vm_page_grab() when appropriate.
2019-08-28 Mateusz Guzikproc: remove zpfind
2019-08-27 John BaldwinOnly define the 'tls' member of sfio in KERN_TLS is...
2019-08-27 Mateusz Guzikvfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-27 Hiroki SatoMFV r351553:
2019-08-27 Mark JohnstonRemove an extraneous + 1 in _domainset_create().
2019-08-27 Mark JohnstonFix several logic issues in domainset_empty_vm().
2019-08-27 Konstantin Belousovvn_vget_ino_gen(): relock the lower vnode on error.
2019-08-27 John BaldwinAdd kernel-side support for in-kernel TLS.
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Xin LIGZIO: Update to use zlib 1.2.11.
2019-08-25 Mateusz Guzikvfs: add vholdnz (for already held vnodes)
2019-08-24 Mateusz GuzikRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 Konstantin BelousovDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-23 Xin LIINVARIANTS: treat LA_LOCKED as the same of LA_XLOCKED...
2019-08-22 Cy SchubertMFV r346563:
2019-08-22 Brooks DavisReorganise conditionals to reduce duplication.
2019-08-22 Rick MacklemMap ENOTTY to EINVAL for lseek(SEEK_DATA/SEEK_HOLE).
2019-08-21 Mark JohnstonAdd lockmgr(9) probes to the lockstat DTrace provider.
2019-08-21 Mark JohnstonRemove manual wire_count adjustments from the unmapped...
2019-08-21 Mark JohnstonModify pipe_poll() to properly check for pending direct...
2019-08-20 Ed Mastemqueuefs: fix compat32 struct file leak
2019-08-19 Jeff RobersonUse an atomic reference count for paging in progress...
2019-08-19 Mateusz Guzikvfs: fix up r351193 ("stop always overwriting ->mnt_sta...
2019-08-19 Andrey V. ElsukovUse TAILQ_FOREACH_SAFE() macro to avoid use after free...
2019-08-19 Andriy Gaponassert that td_lk_slocks is not leaked upon return...
2019-08-19 Rick MacklemAdd a vop_stdioctl() that performs a trivial FIOSEEKDAT...
2019-08-18 Konstantin BelousovFix an issue with executing tmpfs binary.
2019-08-18 Konstantin BelousovChange locking requirements for VOP_UNSET_TEXT().
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
next