Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-13logger: fix builds without casperstable/13Mariusz Zaborski
2022-11-13include: put includes into -dev packagesKyle Evans
2022-11-13mktemp: don't double up on trailing slashes for -t pathsKyle Evans
2022-11-13mktemp: add -p/--tmpdir argumentKyle Evans
2022-11-13mktemp: add some GNU-compatible long optionsKyle Evans
2022-11-13wg: drop -Wno-cast-qual from CFLAGSKyle Evans
2022-11-13Merge commit '93bf91b4012a28610672d2266366dfa0a663b70f' into HEADKyle Evans
2022-11-13usr.bin: hook wg(8) up to the buildKyle Evans
2022-11-13Add 'contrib/wireguard-tools/' from commit '7e00bf8773b93a2a3ee28dba2710d2ae4...Kyle Evans
2022-11-12Remove README in favor of README.mdWarner Losh
2022-11-12Whitespace cleanupLi-Wen Hsu
2022-11-12Update doc links in READMELi-Wen Hsu
2022-11-12readme: Link to COPYRIGHT fileWarner Losh
2022-11-12Fix arch renderingWarner Losh
2022-11-12readme: update styleWarner Losh
2022-11-12uslcom(4): Clear stall at every open.Hans Petter Selasky
2022-11-12xhci(4): Fix spelling in manual page.Hans Petter Selasky
2022-11-12xhci(4): Update list of quirks in manual page.Hans Petter Selasky
2022-11-12xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky
2022-11-12sound(4): Fix memory map of /dev/dsp devices when buffer size is not a multip...Florian Walpen
2022-11-12time(3): Fix spelling.Hans Petter Selasky
2022-11-12time(3): Optimize tvtohz() function.Hans Petter Selasky
2022-11-12time(3): Declare the minimum and maximum hz values supported.Hans Petter Selasky
2022-11-12time(3): Align fast clock times to avoid firing multiple timers.Hans Petter Selasky
2022-11-12Fix umtxq_sleep() regression caused by 56070dd2e4d.Alexander Motin
2022-11-12Improve timeout precision of pthread_cond_timedwait().Alexander Motin
2022-11-12wg.4: Update the SPDX License IdentifierGordon Bergling
2022-11-12wg.4: Add some enhancementsGordon Bergling
2022-11-12wg: Trim compat shims for versions older than current stable/13.John Baldwin
2022-11-12wg: Retire now unused support.h.John Baldwin
2022-11-12wg: Use zfree.John Baldwin
2022-11-12wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin
2022-11-12Import the WireGuard driver from zx2c4.com.John Baldwin
2022-11-12Split netinet shell tests into one per line.John Baldwin
2022-11-11ktrace.2: Document KTRFAC_STRUCT_ARRAY.John Baldwin
2022-11-11rs: Fix some pointer arith UB.John Baldwin
2022-11-11rs: Fix a use after free.John Baldwin
2022-11-11rs: Fix various harmless warnings.John Baldwin
2022-11-11msk: Use a void cast to mark values of dummy reads as unused.John Baldwin
2022-11-11msk: Don't bother reading spare stats registers.John Baldwin
2022-11-11msk: Remove write only variables, but leave hardware reads in placeWarner Losh
2022-11-11qsort_b_test: Only build on clang.John Baldwin
2022-11-11bhyve: Don't free an invalid pointer.John Baldwin
2022-11-11nvmecontrol wdc: Don't pass a bogus pointer to free().John Baldwin
2022-11-11libbegemot: Disable -Wuse-after-free.John Baldwin
2022-11-11libiconv VIQR: Fix a use after free.John Baldwin
2022-11-11libedit: Disable -Wuse-after-free for chartype.c.John Baldwin
2022-11-11libfetch: Use memcpy in place of an odd strncpy.John Baldwin
2022-11-11diff: Fix a use after free as well as a memory leak in change().John Baldwin
2022-11-11fortune: Unindent a debug printf in get_fort().John Baldwin