aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2024-03-241-3/+2
* icmp: improve ICMP limit jitterGleb Smirnoff2024-03-241-22/+59
* icmp: when logging ICMP ratelimiting message use correct jitter valueGleb Smirnoff2024-03-241-5/+5
* icmp: hide icmp_bandlimit_uninit() under VIMAGEGleb Smirnoff2024-03-241-0/+2
* icmp: do not store per-VNET identical array of stringsGleb Smirnoff2024-03-241-19/+18
* acpi_hpet: Make use of enum for vm_guest to improve readabilityZhenlei Huang2024-03-241-1/+1
* mem.4: Correct the HISTORY sectionGordon Bergling2024-03-241-5/+7
* unionfs: implement VOP_UNP_* and remove special VSOCK vnode handlingJason A. Harmening2024-03-241-89/+84
* cxgbe.4: Remove double wordGordon Bergling2024-03-231-1/+1
* intr_event.9: Remove double wordGordon Bergling2024-03-231-1/+1
* tests/netinet: fix UDP I/O test buildGleb Smirnoff2024-03-231-2/+2
* xdr(3): Fix a few typos in source code commentsGordon Bergling2024-03-231-2/+2
* share/man/man9/Makefile: fix buildworldAntoine Brodin2024-03-231-1/+1
* cdevpriv(9): document devfs_foreach_cdevpriv()Konstantin Belousov2024-03-232-2/+40
* cdevpriv(9): add iteratorKonstantin Belousov2024-03-232-0/+22
* soreceive_dgram: use M_WAITOK when we don't hold any locksGleb Smirnoff2024-03-231-1/+1
* soreceive_dgram: assert that a datagram has control or dataGleb Smirnoff2024-03-231-4/+1