aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cp: Fix grammar in comment.Dag-Erling Smørgrav2024-03-281-1/+1
* Optimize HPTS so that little work is done until we have a hpts thread that is...Randall Stewart2024-03-283-2/+14
* x86: handle MXCSR from XSAVEOPT when x87 state was optimizedKonstantin Belousov2024-03-282-0/+42
* arm: Remove TI from NOTESEmmanuel Vadot2024-03-281-3/+0
* include: Allow SDESTDIR to be overriddenStephen J. Kiernan2024-03-271-1/+1
* libmagic: Use HOST_CC when compiling hostprog used by buildStephen J. Kiernan2024-03-271-2/+3
* csh: Use HOST_CC when compiling hostprog used by csh buildStephen J. Kiernan2024-03-271-1/+1
* sys.mk: Define HOST_CC as CC by default.Stephen J. Kiernan2024-03-271-0/+2
* bsdinstall: draw attention to new network config optionsMike Karels2024-03-271-1/+1
* arm64: Delete stale commentJessica Clarke2024-03-271-1/+0
* sockets: define shutdown(2) constants in cpp namespaceGleb Smirnoff2024-03-271-0/+3
* dma.conf: Fix typoMikael Urankar2024-03-271-1/+1
* tools/git: ensure git-arc is more platform indepdendentMina Galić2024-03-271-1/+1
* tcp bblog: use correct lengthMichael Tuexen2024-03-271-2/+2
* install: Prefer strsnvis() to strsvis().Dag-Erling Smørgrav2024-03-271-8/+11
* ln: Add a test case for ln -sfF.Dag-Erling Smørgrav2024-03-271-0/+17
* ln: Clean up and simplify tests.Dag-Erling Smørgrav2024-03-271-48/+20
* ln: Use stdbool, style nits.Dag-Erling Smørgrav2024-03-271-37/+39
* touch: Add unit tests.Dag-Erling Smørgrav2024-03-274-0/+166
* touch: Allow setting the timestamp to -1.Dag-Erling Smørgrav2024-03-271-7/+14
* libc: Improve description of mktime() / timegm().Dag-Erling Smørgrav2024-03-271-2/+16
* diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav2024-03-2713-22/+502
* libdiff: Improve function prototype detection.Dag-Erling Smørgrav2024-03-273-17/+18
* pkgbase: remove post-install script for kernelBaptiste Daroussin2024-03-271-5/+0
* kern linker: Make linker_file_add_dependency() voidZhenlei Huang2024-03-271-22/+8
* epoch(9): Remove the under-development noteKa Ho Ng2024-03-261-5/+1
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-262-8/+25
* kern linker: Do not touch userrefs of the kernel fileZhenlei Huang2024-03-261-0/+3
* kern linker: Do not unload a module if it has dependantsZhenlei Huang2024-03-261-0/+2
* amd64: initialize td_frame stack area for init(8) main threadKonstantin Belousov2024-03-261-0/+1
* x86: test the right CPUID bit when checking for XSAVEOPT supportKonstantin Belousov2024-03-262-3/+10
* bsdlabel: add BUGS section documenting 8 partition limitEd Maste2024-03-251-0/+5
* libfetch: parse scheme://domain:/ correctlyKa Ho Ng2024-03-251-1/+1
* boot0: remove reference to fdiskEd Maste2024-03-251-1/+1
* bsdlabel: emit deprecation notice when runEd Maste2024-03-251-0/+4
* bsdlabel: add deprecation noticeEd Maste2024-03-251-1/+17
* Remove a reference to xrpu from timetc.hJosef 'Jeff' Sipek2024-03-251-1/+1
* certctl: Revert to symlinks.Mark Peek2024-03-251-2/+2
* sleep: Overhaul.Dag-Erling Smørgrav2024-03-252-90/+98
* pfsync: cope with multiple pending plus messagesKristof Provost2024-03-251-7/+18
* pfsync: fix use of invalidated stack variableKristof Provost2024-03-251-1/+14
* pf: fix use-after-freeKristof Provost2024-03-251-0/+1
* netpfil tests: disable ICMPv6 rate limiting in the test jailGleb Smirnoff2024-03-251-0/+1
* icmp: allow zero value for ICMP limitsGleb Smirnoff2024-03-252-2/+2
* efibootmgr: allow -u as a valid optionMark Peek2024-03-241-2/+2
* usr.bin/calendar/calendars: Add myself as a committerRainer Hurling2024-03-241-0/+1
* arm64: fix free queue and reservation configuration for 16KB pagesEliot Solomon2024-03-242-1/+18
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2024-03-241-23/+162
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-249-112/+91
* icmp6: rate limit our echo repliesGleb Smirnoff2024-03-241-0/+2