aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ObsoleteFiles.inc: stop removing pthread_mutexattr_get/setpshared.3Konstantin Belousov2021-10-121-2/+0
* mlx5_en: fix use of CALLOUT_DIRECTKonstantin Belousov2021-10-121-4/+4
* Remove obsolete amd(8) rc.conf configurationTom Hukins2021-10-122-39/+1
* RPCBIND: skip ipv6 link local when request is not from link local addressDavid Bright2021-10-112-5/+41
* Fix the arm64 L2_BLOCK_MASK definitionAndrew Turner2021-10-111-1/+1
* Add ELF macros found in the aaelf64 specAndrew Turner2021-10-111-0/+9
* Use a 64 bit read to access GICR_TYPERAndrew Turner2021-10-111-1/+1
* vfs: hoist cn_thread assert in nameiMateusz Guzik2021-10-111-2/+2
* linprocfs: find cwd and root handlingMateusz Guzik2021-10-111-2/+2
* fd: add pwd_hold_procMateusz Guzik2021-10-112-0/+21
* mmc: fix 1-byte reallocs (when it should have been sizeof device_t)Mateusz Guzik2021-10-111-1/+1
* fifo: support flockMateusz Guzik2021-10-113-8/+14
* ipsec: enter epoch before calling into ipsec_run_hhooksMateusz Guzik2021-10-111-11/+16
* vfs: add missing VIRF_MOUNTPOINT in vfs_mountroot_shuffleMateusz Guzik2021-10-111-0/+1
* vfs: add the missing vnode interlock in vfs_mountroot_shuffleMateusz Guzik2021-10-111-0/+2
* lockmgr: fix lock profiling of face adaptive spinningMateusz Guzik2021-10-111-4/+7
* cache: count vnodes in cache_purgevfsMateusz Guzik2021-10-111-2/+7
* vfs: retire VNODE_REFCOUNT_FENCE_* macrosMateusz Guzik2021-10-111-16/+0
* prometheus_sysctl_exporter(8): filter output using a regexRobert Wing2021-10-102-26/+80
* kern_ctf: Use zlib's uncompress function for simpler code.Yoshihiro Ota2021-10-101-17/+7
* pci_pci: Support growing bus ranges in bus_adjust_resource for NEW_PCIBJessica Clarke2021-10-101-1/+14
* riscv: Add vt and kbdmux to GENERIC for video console supportJessica Clarke2021-10-101-0/+4
* LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke2021-10-102-0/+8
* libgcc_s: Export 64-bit int to 128-bit float functionsJessica Clarke2021-10-101-0/+2
* riscv: Add a stub pmap_change_attr implementationJessica Clarke2021-10-102-0/+95
* llvm-objcopy: Install llvm-strip linkJessica Clarke2021-10-101-0/+2
* libc: Fix build on case-insensitive file systemsJessica Clarke2021-10-102-1/+1
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-102-4/+5
* vm_fault: do not trigger OOM too earlyKonstantin Belousov2021-10-101-15/+37
* Make core dump writes interruptible with SIGKILLKonstantin Belousov2021-10-103-1/+24
* core(5): explicitly mention the core file size limit nameKonstantin Belousov2021-10-101-2/+4
* Add curproc_sigkilled()Konstantin Belousov2021-10-102-0/+24
* sys/proc.h: remove dead prototypeKonstantin Belousov2021-10-101-1/+0
* kern_sig.c: Remove unused SIGPROP_CANTMASKKonstantin Belousov2021-10-101-1/+0
* When queuing ignored signal, only abort target thread' sleep if it is inside ...Konstantin Belousov2021-10-102-3/+16
* When sending ignored signal, arrange for zero return code from sleepKonstantin Belousov2021-10-102-11/+14
* Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAITKonstantin Belousov2021-10-102-8/+12
* Fix mistakes in link(2) and shm_open(2)Konstantin Belousov2021-10-102-3/+3
* amd64 efirt: do not flush cache for runtime pagesKonstantin Belousov2021-10-101-1/+1
* amd64: add pmap_page_set_memattr_noflush()Konstantin Belousov2021-10-102-0/+18
* apic: initialize lapic_paddr staticallyKonstantin Belousov2021-10-101-1/+1
* amd64 sendsig: fix context corruptionKonstantin Belousov2021-10-102-2/+2
* Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"Konstantin Belousov2021-10-102-3/+1
* ia32_get_fpcontext(): xfpusave can be legitimately NULLKonstantin Belousov2021-10-101-0/+2
* amd64: consistently use uprintf() to report weird situations in sigreturnKonstantin Belousov2021-10-102-5/+6
* amd64: eliminate td_md.md_fpu_scratchKonstantin Belousov2021-10-105-56/+40
* amd64: stop using top of the thread' kernel stack for FPU user save areaKonstantin Belousov2021-10-107-29/+23
* linux32: add a hack to avoid redefining the type of the savefpu tagKonstantin Belousov2021-10-101-0/+2
* exec_machdep.c: some style, use ANSI C definition for sys_sigreturn()Konstantin Belousov2021-10-101-10/+6
* amd64: move signal handling and register structures manipulations into exec_m...Konstantin Belousov2021-10-104-924/+1021