aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* glabel: Remove support for old reiserfsRicardo Branco2024-04-196-131/+1
* acpi_iicbus: Shift slave addressAhmad Khalifa2024-04-191-0/+3
* ig4_iic: Warn on NACKAhmad Khalifa2024-04-191-0/+4
* acpi_cmbat: Use nitems instead of sizeofAhmad Khalifa2024-04-191-2/+2
* ig4_reg: Update datasheet linkAhmad Khalifa2024-04-191-1/+1
* Add support for i2c-tiny-usb: usb to iic bridgeDenis Bodor2024-04-196-0/+425
* bsdiff: Use mmap instead of mallocRicardo Branco2024-04-192-20/+21
* intro.2: Integrate introduction with state of pageAlexander Ziaee2024-04-191-2/+6
* intro.2: Section RETURN VALUES is actually ERRORSAlexander Ziaee2024-04-191-281/+281
* intro.2: Add FILES mentioning table of syscallsAlexander Ziaee2024-04-191-0/+5
* intro.2: Tweak grammar and syntax for consistencyAlexander Ziaee2024-04-191-123/+101
* intro.2: Import HISTORY from OpenBSD but our styleAlexander Ziaee2024-04-191-1/+6
* mailwrapper(8): change behaviour if mailer.conf cannot be openedLexi Winter2024-04-191-6/+17
* libc/quad: further narrow list of i386 symbolsBrooks Davis2024-04-191-4/+4
* libgcc_s: expose __divmoddi4 on i386Brooks Davis2024-04-192-0/+9
* libgcc_{eh,s}: restore __*_frame_info symbols post llvm18Brooks Davis2024-04-191-0/+3
* xargs: use getline() instead of fgetln()Martin Tournoij2024-04-191-4/+4
* patch: use getline() instead of fgetln()Martin Tournoij2024-04-192-19/+17
* join: use getline() instead of fgetln()Martin Tournoij2024-04-191-8/+10
* head: use getline() instead of fgetln()Martin Tournoij2024-04-191-4/+5
* diff: use getline() instead of fgetln()Martin Tournoij2024-04-191-7/+10
* cut: use getline() instead of fgetln()Martin Tournoij2024-04-191-17/+20
* ztest: use ASSERT3P to compare pointersBrooks Davis2024-04-191-1/+1
* Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext"Brooks Davis2024-04-194-4/+3
* kasan: fix false-positive kasan_report upon thread reuseKa Ho Ng2024-04-191-0/+5
* ctags: Use C99 bool instead of defining our ownCollin Funk2024-04-197-71/+70
* tests: move atf_python/sys/ into the tests packageLexi Winter2024-04-195-0/+5
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-04-198-9/+13
* install: Fix a compiler warning when bootstrappingMark Johnston2024-04-191-0/+2
* LinuxKPI: utsname.h add missing SPDX-License-IdentifierBjoern A. Zeeb2024-04-191-0/+2
* freebsd-update(8): Use kern.module_pathFernando Apesteguía2024-04-191-9/+5
* expand.1: Fix markup for the '-t' optionGordon Bergling2024-04-191-1/+1
* adduser: Overhaul.Dag-Erling Smørgrav2024-04-191-132/+93
* ldconfig: use little-endian hints file on all architecturesStefan Eßer2024-04-191-3/+3
* ldconfig: small optimizationStefan Eßer2024-04-191-1/+1
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-191-1/+1
* uipc_shm: Fix a free() of an uninitialized variableMark Johnston2024-04-191-0/+2
* ice(4): Update to 1.39.13-kEric Joyner2024-04-1827-784/+2134
* ice(4): Update copyright year to 2024Eric Joyner2024-04-1858-58/+58
* iflib: Add subinterface interrupt allocation functionEric Joyner2024-04-182-2/+89
* iflib: Add sysctl to request extra MSIX vectors on driver loadEric Joyner2024-04-182-0/+15
* Update sys.dirdeps.mk set default DEP_*Simon J. Gerraty2024-04-181-8/+7
* sound: Remove obsolete DV_F_* flagsChristos Margiolis2024-04-181-8/+0
* sound: Simplify unit fetching in dsp_oss_audioinfo()Christos Margiolis2024-04-181-7/+6
* sound: Remove PCMMINOR()Christos Margiolis2024-04-183-6/+3
* sound: Remove obsolete chn_setvolume()Christos Margiolis2024-04-182-14/+0
* sound: Get rid of snddev_info->devcountChristos Margiolis2024-04-182-7/+5
* sound: Call device_get_name() and device_get_unit() only once in mixer_init()Christos Margiolis2024-04-181-5/+7
* sound: Be more verbose with virtual channel descriptionsChristos Margiolis2024-04-181-2/+2
* tcp rack: improve BBR_LOG_CWND eventMichael Tuexen2024-04-181-1/+1