aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openpam: Migrate from COMPAT_32BIT to generic COMPAT_libcompatJessica Clarke2023-07-091-3/+3
* bsd.compat.mk: Provide new CPP and sub-make variablesJessica Clarke2023-07-091-0/+6
* Makefile.libcompat: Quote CFLAGS and CXXFLAGS for sub-makeJessica Clarke2023-07-091-3/+3
* libc: Build all i386 sources for amd64 lib32Jessica Clarke2023-07-091-4/+2
* lib: Enable libcbor and libfido2 for COMPAT_32BITJessica Clarke2023-07-091-1/+1
* rtld-elf: Reuse _BASENAME_RTLD for debug.h rather than duplicating logicJessica Clarke2023-07-091-9/+4
* elf-hints.h: Allow rtld_paths.h to be included before itJessica Clarke2023-07-091-0/+2
* Don't bother to check COMPAT_32BIT when __LP64__ is definedJessica Clarke2023-07-092-4/+4
* libsysdecode: Drop dead __amd64__ && COMPAT_32BIT codeJessica Clarke2023-07-091-4/+0
* openssl: include d2i_KeyParams() and d2i_KeyParams_bio()Kristof Provost2023-07-092-2/+4
* superio.4: mdoc cleanupChristian Brueffer2023-07-091-3/+3
* ath10k.4: mdoc cleanupChristian Brueffer2023-07-091-3/+2
* xinstall: do not use copy_file_range(2) when BOOTSTRAPPINGMartin Matuska2023-07-082-0/+9
* cat: fallback on EBADF with copy_file_range(2)Martin Matuska2023-07-081-1/+1
* amd64 pcpu.h: Add missing 'do' from do-while loop around __PCPU_SET.John Baldwin2023-07-081-1/+1
* xinstall: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+21
* cat: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+25
* vfs: clean up unused NDF_NO* macrosMateusz Guzik2023-07-082-60/+2
* killpg(): more carefully avoid LoRKonstantin Belousov2023-07-082-6/+15
* sys_setpgid(): style, remove extra ()sKonstantin Belousov2023-07-081-1/+1
* Correct grammo. This one has spread. Should be the last.Jens Schweikhardt2023-07-081-1/+1
* Correct grammo.Jens Schweikhardt2023-07-081-1/+1
* Correct a grammo.Jens Schweikhardt2023-07-081-1/+1
* hwpmc(4): instead of manual edition, use sysrc(8)Graham Perrin2023-07-081-6/+4
* libthr: Patch to reduce latency to acquire+release a pthread mutex.Greg Becker2023-07-081-4/+4
* pam_krb5: Add missing patchCy Schubert2023-07-081-12/+0
* qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP buildsJessica Clarke2023-07-071-2/+6
* Simplify buffer count calculationMark O'Donovan2023-07-071-12/+3
* Remove duplicate #includeMark O'Donovan2023-07-071-1/+0
* etc/rc.d/routing: use find_system_scriptsBrooks Davis2023-07-071-1/+2
* gpart(8): slices are out of context for GPTGraham Perrin2023-07-071-2/+2
* cat: ensure serrno is always setAlfonso Gregory2023-07-071-25/+29
* isp(4): Style changesJoerg Pulz2023-07-072-22/+24
* isp(4): Remove redundant functions for reading data from FLT and flashJoerg Pulz2023-07-071-84/+31
* isp(4): Use the FLT on all supported controllersJoerg Pulz2023-07-073-190/+260
* isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz2023-07-073-2/+397
* ispfw(4): Reword to be more specificJoerg Pulz2023-07-071-1/+2
* isp(4): Fix reading NVRAM contents for 28xx based devicesJoerg Pulz2023-07-071-1/+3
* ispfw(4): Add BUGS section with note about bundled firmwareJoerg Pulz2023-07-071-1/+3
* isp(4): Document support for new devicesJoerg Pulz2023-07-071-1/+9
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-074-1/+47
* CONTRIBUTING.md: minor changesWuerfelDev2023-07-071-8/+8
* amd64: Use __seg_gs to implement per-CPU data accesses.John Baldwin2023-07-071-6/+63
* fwctl_fetch: Add a comment describing the tool.John Baldwin2023-07-071-0/+6
* Complete moving kinst of dtrace tests to commonLi-Wen Hsu2023-07-071-2/+2
* fwctl_fetch: A small test utility for the fwctl bhyve device.John Baldwin2023-07-072-0/+145
* divmoddi*: Use separate statements instead of the comma operator.John Baldwin2023-07-073-18/+31
* bsd.compat.mk: Fix indentation for alignmentJessica Clarke2023-07-071-2/+2
* csu: Implement _start using as to satisfy unwinders on aarch64Dmitry Chagin2023-07-073-17/+25
* rtld: Clear x29 and lr for thread_start to conform Aarch64 ABI pcsDmitry Chagin2023-07-071-0/+2