| Age | Commit message (Expand) | Author |
| 2020-02-27 | Module compat_netbsd32_50 requires module compat_50_quota | pgoyette |
| 2020-02-27 | Include all of the vfs syscalls in the syscall_package, not just oquota. | pgoyette |
| 2020-02-27 | Ooppss - SYSCTL_SETUP() functions return void. | pgoyette |
| 2020-02-27 | Remove explicit calls to the sysctl setup routines, since this is now | pgoyette |
| 2020-02-23 | Merge from ad-namecache: | ad |
| 2020-02-23 | Don't bother with kernel_lock for kern_reboot(). | ad |
| 2020-02-22 | pass the address of the field, instead of relying on it being the first | maxv |
| 2020-02-15 | PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion linux ldconfig tr... | ad |
| 2020-02-11 | Where did the +1 came from ? | mlelstv |
| 2020-02-10 | Don't use strlcpy to copy untrusted input, it may not be NUL-terminated. | mlelstv |
| 2020-02-01 | Load struct filedesc::fd_dt with atomic_load_consume. | riastradh |
| 2020-01-31 | Fix copyout overflows in fhstat, found by the LGTM bot. Not a big problem | maxv |
| 2020-01-30 | - make sure size is not used uninitialized | christos |
| 2020-01-29 | - Track LWPs in a per-process radixtree. It uses no extra memory in the | ad |
| 2020-01-29 | Don't reference ifp->if_data directly; use if_export_if_data(). | thorpej |
| 2020-01-27 | Split the module glue out from the rest of opencrypto/ocryptodev to | pgoyette |
| 2020-01-26 | Correction to previous: don't leak newuc if copyout() fails. | ad |
| 2020-01-25 | - Fix a race between the kernel and libpthread, where a new thread can start | ad |
| 2020-01-22 | Since this used to be part of the compat_50 module, make it depend on | pgoyette |
| 2020-01-21 | Split the compat_50 module into two, separating the QUOTA-related | pgoyette |
| 2020-01-18 | Regen generated files _after_ committing changes to the source file. | pgoyette |
| 2020-01-18 | Catch up after getpid/getgid/getuid changes in native ABI in 2008 | kamil |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2020-01-12 | Tidy up the vnode locking around execve() on ELF images to acquire and | ad |
| 2020-01-07 | don't check the value of retval in netbsd32_mmap() if sys_mmap() | mrg |
| 2020-01-04 | Resurrect boottime, but only in the compat_90 module (whether built-in | pgoyette |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2020-01-01 | Emove vestigial remains of the monolithic compat module. | pgoyette |
| 2020-01-01 | Fix three stack info leaks, found by kMSan when just invoking all syscalls | maxv |
| 2020-01-01 | Fix sizeof mismatch in copyin. This leads to a user-triggerable stack | maxv |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-28 | For the built-in COMPAT_30 module code, make sure to initialize the | pgoyette |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-12-06 | Fix a bunch of unimportant "Local variable hides global variable" warnings | maxv |
| 2019-11-23 | Minor scheduler cleanup: | ad |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2019-11-18 | 8-byte objects on i386 or arm-oabi are aligned in 4-byte boundary. | rin |
| 2019-11-18 | TRAP_EXEC does not have extra fields to be filled in at the moment. | rin |
| 2019-11-18 | When converting siginfo, examine si_code at the beginning, | rin |
| 2019-11-18 | Provide _ptrace_state for SIGTRAP with TRAP_EXEC, TRAP_CHLD, or TRAP_LWP. | rin |
| 2019-11-18 | Sort by signal numbers as far as possible, adjust locations of functions. | rin |
| 2019-11-18 | Sorry, revert unintentional parts of the previous commit: | rin |
| 2019-11-18 | Belatedly catch up with kern_sig.c rev 1.358: | rin |
| 2019-11-10 | Convert the sendsig_sigcontext_16 function pointer to use the new | pgoyette |
| 2019-11-09 | regen | jdolecek |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |