aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Use a size_t to represent a buffer size in the printm actionMark Johnston2025-09-101-5/+4
* dtrace.1: Document security.bsd.allow_destructive_dtraceMateusz Piotrowski2025-08-011-1/+24
* libdtrace: Permit taking the address of an identifier without type infoMark Johnston2025-07-213-3/+77
* libdtrace: Use a designated array initializer for dt_cook_funcs[]Mark Johnston2025-07-211-24/+24
* dtrace_fbt.4: Document the DTrace fbt providerMateusz Piotrowski2025-07-161-1/+2
* dtrace.1: Document evaltimeMateusz Piotrowski2025-07-141-1/+47
* dtrace_profile.4: Document the DTrace profile providerMateusz Piotrowski2025-07-141-0/+1
* d.7: Document the DTrace scripting languageMateusz Piotrowski2025-07-141-1/+2
* dtrace_dtrace.4: Document the DTrace dtrace providerMateusz Piotrowski2025-07-141-0/+1
* dtrace.1: Reference dwatch(1) and tracing(7)Mateusz Piotrowski2025-07-121-1/+3
* dtrace: fix symbol address resolutionJiacong Fang2025-07-071-9/+5
* tests: Adapt oclo tests to FreeBSDRicardo Branco2025-07-063-53/+110
* tests: Add Illumos oclo tests for O_CLOEXEC & O_CLOFORKRicardo Branco2025-07-063-0/+1640
* dtrace.1: Mention providers in SEE ALSOMateusz Piotrowski2025-06-141-1/+12
* dtrace tests: Fix nits in some test programsMark Johnston2025-06-042-5/+7
* libdtrace: Fix formatting of messages about dropsMark Johnston2025-04-152-12/+23
* libdtrace: Fix an off-by-one in CPU ID handlingMark Johnston2025-03-105-11/+23
* libdtrace: Fix an off-by-one in the priority queue implementationMark Johnston2025-03-101-3/+3
* libdtrace: Use designators to initialize the opcode arrayMark Johnston2025-01-291-80/+80
* libdtrace: Generalize handling of data models a bitMark Johnston2025-01-253-5/+11
* libdtrace: Use C99 designated initializers for dt_idops_tMark Johnston2025-01-221-24/+24
* libdtrace: Be less strict when comparing pointer typesMark Johnston2025-01-011-0/+23
* dtrace tests: Add a test case which validates FBT probe argumentsMark Johnston2024-09-192-0/+37
* libdtrace: Compute the relocation offset for all non-ET_REL objectsMark Johnston2024-07-101-11/+13
* libdtrace: Use designated initializers for modules ops tablesMark Johnston2024-07-101-8/+8
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-6/+5
* libdtrace: Work around a warning from flexMark Johnston2024-06-011-1/+1
* ctfmerge: demote "No ctf sections found" to a warningEd Maste2024-02-141-8/+2
* ctfmerge: Remove function cast of strcompare() for qsort()Minsoo Choo2024-02-031-1/+1
* dtrace tests: Catch up with ping(8) output changesMark Johnston2024-01-101-1/+1
* dtrace tests: Stop hard-coding an incorrect path to sleep(1)Mark Johnston2024-01-104-4/+4
* dtrace tests: Run ksh with -pMark Johnston2024-01-1010-10/+10
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-1039-165/+3744
* ctfconvert: Handle DW_AT_data_bit_offsetMark Johnston2024-01-021-1/+3
* libdtrace: Fix line number reporting in error messagesMark Johnston2023-12-311-0/+2
* Trim various $FreeBSD$John Baldwin2023-10-102-4/+0
* dtrace: remove dead code for PR_REQUESTEDEric van Gyzen2023-08-011-95/+0
* dtrace: do not overload libproc flagsEric van Gyzen2023-08-012-22/+20
* dtrace: remove illumos code from dt_proc.cEric van Gyzen2023-08-011-148/+2
* dtrace: prevent forked child from running after an error conditionEric van Gyzen2023-07-121-3/+13
* dtrace: move kinst tests to commonChristos Margiolis2023-07-041-0/+0
* ctfconvert: Integer encoding types are unsignedMark Johnston2023-06-281-3/+3
* kinst: fix memcpy() tracing crashChristos Margiolis2023-05-261-0/+1
* dtrace.1: fix mandoc -TlintChristos Margiolis2023-05-231-5/+5
* dtrace(1): add -d flag to dump D script post-dt_sugarChristos Margiolis2023-05-234-10/+28
* libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and d...Christos Margiolis2023-05-231-27/+3
* libdtrace: Do not set SHF_ALLOC on SUNW_dof relocation sectionsMark Johnston2023-04-041-2/+2
* libdtrace: fix indendation in dt_printd()Christos Margiolis2023-03-201-1/+1
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-261-2/+0
* lockstat: Use gelf.h instead of playing games with the preprocessorMark Johnston2023-02-251-13/+8