]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
ktrace: use the limit of the trace initiator for file size limit on writes
[FreeBSD/FreeBSD.git] / sys / sys /
2021-06-13 Konstantin Belousovktrace: use the limit of the trace initiator for file...
2021-06-13 Konstantin Belousovktrace: pack all ktrace parameters into allocated struc...
2021-06-13 Konstantin Belousovaccounting: explicitly mark the exiting thread as doing...
2021-06-13 Konstantin BelousovChange the return type of sv__setid_allowed from bool...
2021-06-13 Konstantin Belousovsysent: allow ABI to disable setid on exec.
2021-06-12 Neel Chauhanlinuxkpi: Add macros for might_lock_nested() and lockde...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Konstantin BelousovAdd thread_reap_barrier()
2021-06-07 Konstantin Belousovkern linker: do not allow more than one kldload and...
2021-06-07 Michael Tuexenmend
2021-06-07 Mateusz GuzikFix up macro use in lim_cur
2021-06-07 Mateusz Guzikvfs: retire unused vn_seqc_write_begin_unheld*
2021-06-07 Mateusz Guzikproc: add PROC_WAIT_UNLOCKED
2021-06-02 Mateusz Guziklockprof: pass lock type as an argument instead of...
2021-06-02 Hans Petter SelaskyThe old thread priority must be stored as part of the...
2021-06-02 Hans Petter SelaskyAdd TCP LRO support for VLAN and VxLAN.
2021-06-02 Hans Petter SelaskyMake sure all tasklets are drained before unloading...
2021-06-01 Colin Percivaltaskqueue: Add missing comma to TASKQUEUE_FAST_DEFINE_T...
2021-06-01 Konstantin Belousovsys_process.c: extract ptrace_unsuspend()
2021-05-31 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-31 Mark Johnstonktls.h: Guard includes behind _KERNEL
2021-05-31 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-19 Konstantin Belousovopenat(2): add O_EMPTY_PATH
2021-05-11 Greg Vlinker_set: fix globl/weak symbol redefinitions to...
2021-05-10 Rick Macklemparam.h: Bump __FreeBSD_version to 1300505 for 272f39942254
2021-05-10 Hans Petter SelaskyFix build of stand/usb .
2021-05-10 Elliott Mitchellkern/intr: declare interrupt vectors unsigned
2021-05-10 Konstantin BelousovAdd ptrace(PT_COREDUMP)
2021-05-10 Konstantin Belousovptracestop: mark threads suspended there with the new...
2021-05-10 Konstantin Belousovptrace: do not allow for parallel ptrace requests
2021-05-10 Konstantin BelousovAdd thread_run_flash() helper
2021-05-10 Konstantin BelousovAdd sleepq_remove_nested()
2021-05-10 Konstantin BelousovELF coredump: define several useful flags for the cored...
2021-05-07 Konstantin Belousovioccom: define ioctl cmd value that can never be valid
2021-05-01 Neel Chauhanparam.h: bump __FreeBSD_version for commits efe7f12cd37...
2021-04-30 Rick Macklemparam.h: bump __FreeBSD_version for commit 5a45802b3c8c
2021-04-28 Mark Johnstondomainset: Define additional global policies
2021-04-28 Mark JohnstonAdd required checks for unmapped mbufs in ipdivert...
2021-04-27 Ka Ho Ng__FreeBSD_version: update the references to the doc...
2021-04-26 Neel Chauhanlinuxkpi: Implement atomic_dec_and_lock_irqsave()
2021-04-23 Konstantin Belousovsysctl vm.objects: report backing object and swap use
2021-04-23 Konstantin BelousovO_PATH: allow vnode kevent filter on such files
2021-04-23 Konstantin Belousovopen(2): Implement O_PATH
2021-04-23 Konstantin BelousovAdd AT_EMPTY_PATH for several *at(2) syscalls
2021-04-23 Konstantin Belousovvfs_vnops.c: Make vn_statfile() non-static
2021-04-23 Konstantin BelousovAT_RESOLVE_BENEATH is bsd-specific
2021-04-23 Konstantin BelousovStop arming kqueue timers on knote owner suspend or...
2021-04-23 Konstantin BelousovStop arming realtime posix process timers on suspend...
2021-04-23 Konstantin BelousovStop arming periodic process timers on suspend or terminate
2021-04-23 Konstantin Belousovrtld dl_iterate_phdr(): dlpi_tls_data is wrong
2021-04-22 Alex Richardsontests/sys/kern/crc32: Check for SSE4.2 before using it
2021-04-21 Mitchell HorneIntroduce kdb-level watchpoint functions
2021-04-19 Mark JohnstonRename struct device to struct _device
2021-04-16 Richard ScheffeneggerExport sbuf_drain to orchestrate lock and drain action
2021-04-16 Mitchell Hornermlock(9): add an RM_DUPOK flag
2021-04-15 Kevin Bowlingsys/ck.h: Add an include guard
2021-04-11 Konstantin Belousovstruct mount uppers: correct locking annotations
2021-04-10 Mateusz Guzikvfs: replace vfs_smr_quiesce with vfs_smr_synchronize
2021-04-10 Mateusz Guzikvfs: add vfs_smr_quiesce
2021-04-10 Mateusz Guzikvfs: add vfs_ref_from_vp
2021-04-10 Mateusz Guziklibkern: use compiler builtins for strcpy, strcmp and...
2021-04-07 Konstantin Belousovmbuf: add a way to mark flowid as calculated from the...
2021-03-29 John BaldwinSet TDP_KTHREAD before calling cpu_fork() and cpu_copy_...
2021-03-23 Hans Petter SelaskyMFC 6eb60f5b7f7d:
2021-03-23 Hans Petter SelaskyMFC c743a6bd4fc0:
2021-03-20 Gordon BerglingFix a few typos in comments
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-03-18 Scott Long base: remove if_wg(4) and associated utilities,...
2021-03-17 Alex RichardsonRemove unnecessary semicolon from CRITICAL_ASSERT()
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-12 Jamie GrittonMFC jail: Add PD_KILL to remove a prison in prison_deref().
2021-03-12 Jamie GrittonMFC jail: Add pr_state to struct prison
2021-03-12 Jamie GrittonMFC jail: Change the locking around pr_ref and pr_uref
2021-03-06 Konstantin BelousovUse atomic_interrupt_fence() instead of bare __compiler...
2021-03-06 Mateusz Guzikkcsan: add atomic_interrupt_fence
2021-03-04 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-04 Alex Richardsonqeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END()
2021-03-03 Konstantin Belousovatomic: add atomic_interrupt_fence()
2021-03-02 Konstantin BelousovRemove __NO_TLS.
2021-03-02 John Baldwinmips: Don't set __NO_TLS to disable some uses of TLS.
2021-03-02 John Baldwinriscv: Don't set __NO_TLS to disable some uses of TLS.
2021-02-24 Konstantin Belousovlockf: ensure atomicity of lockf for open(O_CREAT|O_EXC...
2021-02-24 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-24 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-22 Jamie GrittonMFC jail: Change both root and working directories...
2021-02-21 Konstantin Belousovprocstat: distinguish vm map guards in procstat vm...
2021-02-19 Jamie GrittonMFC jail: Handle a possible race between jail_remove...
2021-02-15 Toomas Soomeloader: remove BORDER_PIXELS
2021-02-05 Glen Barberparam.h: fix __FreeBSD_version convention
2021-02-05 Glen BarberRename stable/13 to -STABLE now that releng/13.0 has...
2021-02-02 Bjoern A. Zeeb__FreeBSD_version: update the references to the doc...
2021-02-02 Bjoern A. ZeebBump __FreeBSD_version for multiple LinuxKPI updates...
2021-02-01 Mateusz Guzikfd: add fget_only_user
2021-02-01 Mateusz Guzikvfs: use atomic_load_consume_ptr in vn_load_v_data_smr
2021-02-01 Mateusz Guzikatomic: add stub atomic_load_consume_ptr
2021-02-01 Mateusz Guzikatomic: make atomic_store_ptr type-aware
2021-02-01 Mateusz Guzikcache: add symlink support to lockless lookup
2021-02-01 Bjoern A. Zeebfirmware(9): extend firmware_get() by a "no warn" flag.
2021-01-29 Dimitry AndricFix clang assertion when compiling the devel/onetbb...
next