| Age | Commit message (Expand) | Author |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-06-11 | Regen after -r1.82 of compat_sunos syscalls.master last September. | dholland |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 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-30 | Omit needless #include <sys/rnd.h>. | riastradh |
| 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-27 | data_len == 0 on mount means "the kernel knows". Fixes amd on compat32. | christos |
| 2020-04-26 | Regen for native futex calls. | thorpej |
| 2020-04-26 | Mirror the change made to native -- move futex calls to 166-168. | 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-22 | Regen for removal of _lwp_gettid(2). | thorpej |
| 2020-04-22 | Remove _lwp_gettid(2) system call. This problem is going to be solved | thorpej |
| 2020-04-21 | Revert the changes made in February to make cwdinfo use mostly lockless, | ad |
| 2020-04-19 | ossaudio: Avoid giving userland uninitialized memory. Noticed by maxv. | nia |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-04-19 | ossaudio: Implement SNDCTL_DSP_(SET|GET)TRIGGER. | nia |
| 2020-04-15 | ossaudio: If the user's channel count is rejected, use the hardware count | nia |
| 2020-04-15 | ossaudio: Make SNDCTL_DSP_SETFMT conform with OSSv4. | nia |
| 2020-04-15 | ossaudio: Make SNDCTL_DSP_SPEED more robust when using invalid rates. | nia |
| 2020-04-04 | Regen for _lwp_gettid(2). | thorpej |
| 2020-04-04 | Add support for lazily generating a "global thread ID" for a LWP. This | thorpej |
| 2020-03-26 | When using SYSCTL_SETUP there is no guarantee of the order in which | pgoyette |
| 2020-03-21 | Deal with having to teardown sysctl entries in multiple sub-trees. | pgoyette |
| 2020-03-21 | Restore code to sysctl_free() the compat32 shadow tree | pgoyette |
| 2020-03-17 | Remove a debug printf() that accidentally got committed. :( | pgoyette |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-16 | Unfortunately all the clockctl ioctls contain pointers to structs instead | christos |
| 2020-03-16 | Don't open-code ioctls, pass back to the 64 bit ones (found by maxv@), | christos |
| 2020-03-15 | Use SYSCTL_SETUP mechanism to establish our sysctl tree, rather than | pgoyette |
| 2020-03-15 | Now that we have split the quota code out of the compat_netbsd32_50 | pgoyette |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-03-14 | wrong size passed to copyout | maxv |
| 2020-03-12 | regen | pgoyette |
| 2020-03-12 | Split out the quota code from the rest of compat_netbsd32 module. This | pgoyette |
| 2020-03-09 | Rework previous, so that the real syscall code is not invoked from within | pgoyette |
| 2020-03-09 | If a syscall requires a module to be autoloaded, the initial invocation | pgoyette |
| 2020-03-09 | The compat_50_quota code needs quota support from ufs. Add dependency. | pgoyette |
| 2020-03-08 | PR standards/44921: Add errno consts for robust mutexes | mgorny |
| 2020-03-08 | fix indentation. NFCI | pgoyette |
| 2020-03-08 | Fix another left-over from last year's [pgoyette-compat] work. This | pgoyette |
| 2020-03-07 | Regen | pgoyette |
| 2020-03-07 | Properly mark netbsd32_compat_43 syscalls that are directly implemented | pgoyette |
| 2020-03-06 | According to mrg@ we need to include aarch64 in the list of those | pgoyette |