summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
20 hourskernel/amd64: Get CPU family + modelIan Moffett
20 hourskernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
20 hourskernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
34 hourskernel: Move crypto specifics to sys/crypto/*Ian Moffett
34 hourskernel: sched: Ensure 'ci' is not NULLIan Moffett
34 hourskernel: exit: Detach console on exitIan Moffett
34 hourskernel: time: Leave interrupts be on sleepIan Moffett
34 hourskernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
41 hourskernel: Avoid using kprintf() during panicIan Moffett
41 hourskernel: Make panic screen configurableIan Moffett
3 dayskernel: limits: Add NAME_MAXIan Moffett
3 dayskernel: vnode: Refactor definitionsIan Moffett
3 dayskernel: initramfs: Set file mode to OMAR modeIan Moffett
3 dayskernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
3 dayskernel/amd64: i8042: Decode ESCAPE keyIan Moffett
4 dayskernel/sched: Undo sched_yield() changesIan Moffett
4 dayskernel: exit: Clear out file descriptors on reapIan Moffett
4 dayskernel: sched: Greatly simplify yield logicIan Moffett
5 dayskernel: cons: Remove problematic lockIan Moffett
5 dayskernel: ucred: Add SYS_getuidIan Moffett
5 dayskernel: dev: Add /dev/randomAlex Funo
5 dayskernel: proc: Add cred per processaIan Moffett
5 dayskernel: cred: Introduce SYS_setuid syscallIan Moffett
6 dayskernel: proc: Add initial setuid()Ian Moffett
6 dayskernel: Add uid_t in sys/types.hIan Moffett
6 dayskernel: Add sys/ucred.hIan Moffett
6 dayskernel: exit: Panic if PID 1 diesIan Moffett
6 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
7 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
7 dayskernel: nvme: Add SMART + logpage supportIan Moffett
7 dayskernel: string: Escape '%' with "%%"Ian Moffett
7 dayskernel: dmi: Ensure header base is virtualIan Moffett
8 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
8 dayskernel: ansi: Remove stray newlineIan Moffett
8 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
8 dayskernel: nvme: Add NVMe driver write hookIan Moffett
8 dayskernel: Do not defer storage driver initIan Moffett
8 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
8 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
10 dayskernel/amd64: Add support for coredumpsIan Moffett
10 dayskernel: lib: Add CRC32 supportIan Moffett
10 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
10 dayskernel/amd64: cpu: Support SMEPIan Moffett
10 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
10 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
10 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
11 dayskernel: Ensure mutually exclusive console accessIan Moffett
11 dayskernel: devfs: Add block device stat mechanismIan Moffett
11 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
11 dayskernel: synch: Add mutual exclusion locksIan Moffett