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-10-12kinst: Add a rudimentary regression test caseMark Johnston
2022-10-12libdtrace: Add kinst supportChristos Margiolis
2022-10-04dtrace: Add a "regs" variableMark Johnston
2022-08-03ctfconvert: Actually use the asprintf() helperMark Johnston
2022-08-03ctfconvert: Give bitfield types names distinct from the base typeMark Johnston
2022-08-03dtrace tests: Rename some test type names to avoid a conflictMark Johnston
2022-08-03dtrace tests: Override RLIMIT_CORE for a test which triggers a core dumpMark Johnston
2022-07-04lockstat: Fix construction of comparision predicatesKornel Dulęba
2022-07-01dtrace: Remove local mips supportBrooks Davis
2022-04-21ctfdump: Remove definitions of warn() and vwarn()Mark Johnston
2022-04-13libctf: Fix recursive descent into anonymous SOU fieldsMark Johnston
2022-03-09dtrace tests: Fix expected outout for tst.system.dLi-Wen Hsu
2022-03-08zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska
2022-03-07ctf: Avoid passing a caddr_t to roundup2()Mark Johnston
2022-03-07ctf: Fix a -Wunused-but-set-variable warningMark Johnston
2022-03-07ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}Mark Johnston
2022-03-07libctf: Handle CTFv3 containersMark Johnston
2022-03-07ctf: Add definitions for CTFv3Mark Johnston
2022-03-07ctf: Import ctf.h from OpenBSDMark Johnston
2022-02-24libctf: Use const ctf_file_t references in string lookup routinesMark Johnston
2022-02-23libdtrace: Add a missing newline to an error messageMark Johnston
2022-02-23libctf: Remove checks for CTFv1Mark Johnston
2022-02-10ctfconvert: Rip out STABS supportMark Johnston
2022-02-10libctf: Rip out CTFv1 supportMark Johnston
2022-02-10libctf: Use ctf_type_t instead of struct ctf_typeMark Johnston
2022-02-10dtrace: remove unnecessary fflush()Chuck Silvers
2022-01-11dt_unring_buf: set dtbd_oldest to the start of the first recordAndriy Gapon
2021-12-31ctfconvert: Handle arrays of empty structsMark Johnston
2021-12-17dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa
2021-10-04libctf: Improve check for duplicate SOU definitions in ctf_add_type()Mark Johnston
2021-09-07dtrace.1: Document a couple of preprocessor-related optionsMark Johnston
2021-09-07dtrace.1: Document -x ldpathMark Johnston
2021-06-17dtrace: fix an out of bound read and a NULL pointer incrementDomagoj Stolfa
2021-04-23dtrace tests: Fix tst.system.d after ping/ping6 unificationMark Johnston
2021-04-03dtrace: Document the libdir, nolibs and syslibdir optionsDomagoj Stolfa
2021-03-28libctf: Adjust logic to match upstream after 410556f1fMark Johnston
2021-03-27libctf: Fix an out-of-bounds read in ctf_lookup_by_name()Domagoj Stolfa
2021-02-20libdtrace: Trivial style fixes to force dt_lex.c to be regeneratedMark Johnston
2021-02-17libdtrace: Stop relying on lex compatibilityMark Johnston
2021-01-11dtrace tests: fix prototypes for gcc buildRyan Libby
2021-01-11libdtrace: Format USDT symbols correctly based on symbol bindingMark Johnston
2020-12-03dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %TAndriy Gapon
2020-11-20When copying types from one CTF container to another, ensure that weJonathan T. Looney
2020-11-17When copying types from one CTF container to another, ensure that weJonathan T. Looney
2020-09-19Address compiler warnings in C code used by the DTrace test suite.Mark Johnston
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-08-22Fix a typo in r364438 affecting 32-bit platforms.Mark Johnston
2020-08-20Fix a typo in r364438.Mark Johnston
2020-08-20Enable creation of static userspace probes in incremental builds.Mark Johnston
2020-08-20Remove non-FreeBSD ifdefs from dt_link.c.Mark Johnston