| Age | Commit message (Expand) | Author |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-14 | Fix previous; specify lwpid for curlpw in the case of pid == 0. | rin |
| 2020-05-03 | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes | thorpej |
| 2020-04-29 | Fix proc lookup by distinguishing between the "tgid" and "tid" cases. | thorpej |
| 2020-04-29 | Fix proc / lwp lookup processing in linux_sys_sched_getaffinity() | thorpej |
| 2020-04-29 | Oops, fix a silly mistake in the Linux futex syscall stubs -- we also | thorpej |
| 2020-04-26 | Regen for native futex calls. | thorpej |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-04-24 | Overhaul the way LWP IDs are allocated. Instead of each LWP having it's | thorpej |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-03-21 | Deal with having to teardown sysctl entries in multiple sub-trees. | pgoyette |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-03-08 | PR standards/44921: Add errno consts for robust mutexes | mgorny |
| 2020-02-15 | PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion linux ldconfig tr... | ad |
| 2020-01-12 | Tidy up the vnode locking around execve() on ELF images to acquire and | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-23 | Minor scheduler cleanup: | ad |
| 2019-11-09 | regen | jdolecek |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2019-11-09 | don't descend to sparc and sparc64, they don't have syscalls.master | jdolecek |
| 2019-10-03 | Switch kevent udata from intptr_t void* | kamil |
| 2019-09-20 | Avoid signed integer overflow when convering linux timeval to timespec | kamil |
| 2019-09-08 | Hum, remove incorrect assignment. Userland could have passed a smaller | maxv |
| 2019-08-24 | I don't see the point in having this useless printf, but add a '\n' to it, | maxv |
| 2019-08-24 | Fix memory leak. | maxv |
| 2019-08-24 | Hum, don't pass an mbuf to realloc(). Inspired from copyin32_msg_control(). | maxv |
| 2019-08-24 | Don't read data from userland directly. This simply does not work on any | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-08-23 | Add a default case, don't call sys_ioctl() with an uninitialized 'com' | maxv |
| 2019-08-23 | When dealing with an unknown value, set -1, to prevent (harmless) | maxv |
| 2019-08-23 | Remove printf. | maxv |
| 2019-08-23 | Fix stupid bugs in linux_sys_shmctl(): the index could be out of bound | maxv |
| 2019-08-23 | Fix info leaks in sigaltstack. | maxv |
| 2019-08-23 | Fix info leaks in sysinfo(). | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-08-23 | Fix info leak. | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-05-19 | Rename | maxv |
| 2019-04-18 | Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack | christos |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-26 | make this compile again. | christos |
| 2019-03-24 | regen | maxv |
| 2019-03-24 | Remove Alpha's compat_linux dependency on compat_osf1. Each function is | maxv |
| 2019-03-24 | Fix a tiny race in setregs and linux_setregs. Between the moment we set | maxv |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |