aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sh: Increase default history size to POSIX mandated minimum of 128stable/15Kristofer Peterson3 hours1-1/+1
* diskinfo: Align and alphabetize optionsAlexander Ziaee3 hours2-11/+11
* timeout.1: Document non-POSIX optionsArtem Bunichev3 hours1-1/+5
* libc/tests/string: add a more comprehensive unit test for strrchr()Robert Clausecker19 hours2-0/+158
* daemon(8): Add "--output-file -o" to list of options enabling supervision modeAndre Albsmeier20 hours1-0/+1
* stat: Nits in stat testsDag-Erling Smørgrav21 hours1-12/+13
* stat: Nits in readlink testsDag-Erling Smørgrav21 hours1-3/+6
* lib/msun: centralize addition of the arch-specific symbol map filesKonstantin Belousov29 hours6-5/+1
* lib/msun/aarch64: provide export file for arch-specific fenv methodsKonstantin Belousov29 hours3-5/+37
* isci(4): Fix a couple of typos in source code commentsGordon Bergling36 hours4-5/+5
* shlib-compat: Fix two typos in error messagesGordon Bergling36 hours1-2/+2
* ixl(4): Fix a typo in a source code commentGordon Bergling36 hours1-1/+1
* bhnd(4): Fix a typo in a source code commentGordon Bergling36 hours1-1/+1
* bsdconfig(8): Fix a typo in a source code commentGordon Bergling36 hours1-1/+1
* pause.3: Fix a typo in the manual pageGordon Bergling36 hours1-1/+1
* netstat: Add -F support for -gBojan Novković42 hours2-1/+14
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani42 hours1-5/+0
* if_bridge(4): don't sleep under epoch(9) in destructionPouria Mousavizadeh Tehrani42 hours1-2/+2
* sound: Make chn_reset() control flow clearerChristos Margiolis42 hours1-15/+18
* sound: De-macro array definitions in chn_calclatency()Christos Margiolis42 hours1-21/+16
* sound: Simplify parts of chn_notify()Christos Margiolis42 hours1-27/+20
* sound: Retire unused CHN_N_* definesChristos Margiolis42 hours2-30/+3
* sound: Mark some snd_fmt* functions as staticChristos Margiolis42 hours2-6/+3
* loader.efi.8/efibootmgr.8: Don't use contradicting term 'EFI BIOS'Michael Osipov46 hours3-12/+12
* nfs_diskless: Fix handling of nfsuserd case for NFSv4Rick Macklem2 days4-10/+124
* manuals: System message vs kernel messageAlexander Ziaee2 days6-18/+14
* arcmsr.4: Improve HARDWARE introductory sentenceAlexander Ziaee2 days1-2/+3
* x86: Handle when MPERF/APERF MSRs aren't writableMatt Delco2 days2-10/+13
* x86: Guard clock frequency against a divide by 0Matt Delco2 days1-1/+8
* nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4Matt Delco2 days4-20/+9
* nvme: Removed unused 'regs' variableMatt Delco2 days3-4/+0
* nvme: Don't active memory space until all BARs are configuredMatt Delco2 days1-7/+37
* stand: Force disable RETPOLINE for boot loadersEd Maste2 days1-0/+1
* kqueue_fork_copy_knote(): zero kn_knlist for the copy before calling knlist_a...Konstantin Belousov2 days1-0/+1
* tunefs: Better fix for arm64 alignment issuesDag-Erling Smørgrav2 days1-27/+37
* fmax.3: Add caveat for going beyond C std requirementsEd Maste2 days1-5/+8
* vm_fault: Reset m_needs_zeroing properlyMark Johnston3 days1-4/+3
* installer: Add download.freebsd.org to mirror listLi-Wen Hsu3 days1-1/+12
* tests: kqueue: add a basic test for CPONFORKKyle Evans3 days1-0/+140
* kqueue: don't leak file refs on failure to knote_attach()Kyle Evans3 days1-6/+10
* libc: fix memfd_create's HUGETLB handlingKyle Evans3 days5-36/+136
* kqueue: slightly clarify the flow in knlist_cleardel()Kyle Evans3 days1-21/+29
* lualoader: allow the local module to filter out the BE listKyle Evans3 days2-3/+30
* kqueue: compare against the size in kqueue_expandKyle Evans3 days1-4/+6
* kqueue: add some kn_knlist assertions around knlist_(add|remove)Kyle Evans3 days1-0/+4
* kqueue: avoid a possible fork-deadlockKyle Evans3 days1-1/+1
* kqueue: simplify knote_fdclose()Kyle Evans3 days1-10/+12
* kqueue: Fix a race when adding an fd-based knote to a queueMark Johnston3 days2-1/+30
* vm_fault: Avoid creating clean, writeable superpage mappingsMark Johnston3 days1-2/+18
* rtadvd: Fix validation of the MTU parameter when parsing configMark Johnston3 days1-1/+1