Operating Systems
OS kernels, schedulers, memory management, and system software
Repositories
(6)freebsd/freebsd-src
FreeRTOS/FreeRTOS
sel4/sel4
SerenityOS/serenity
torvalds/linux
zephyrproject-rtos/zephyr
Papers
(46)An efficient algorithm for sequential random sampling
We examine several methods for drawing a sequential random sample of n records from a file containing N records. Method D is recommended for general use. The algorithm is on-line (so that CPU time can be overlapped with I/O), has a small constant mem...
seL4/seL4: seL4 13.0.0
seL4 Version 13.0.0 Release 2024-07-01 Announcing the release of seL4 13.0.0. This release has security-relevant fixes that affect configurations or areas of the kernel that have not been formally verified. It is recommended to upgrade. This is a bre...
Test-Case Reduction via Test-Case Generation: Insights from the Hypothesis Reducer (Tool Insights Paper).
We describe internal test-case reduction, the method of test-case reduction employed by Hypothesis, a widely-used property-based testing library for Python. The key idea of internal test-case reduction is that instead of applying test-case reduction ...