summaryrefslogtreecommitdiff
path: root/usr/src/tools/ctf/cvt/ctftools.h
AgeCommit message (Collapse)AuthorFilesLines
2018-06-04 [illumos-gate merge]Jerry Jelinek1-6/+7
commit db1c88f6dab43484b6c33636600ac4596ff4c354 9576 hid_attach is missing one mutex_exit in error path commit ea4ea50f064c5468142b24627acad09a41f060cb 9565 ctf: cast between incompatible function types commit a19d2449c7801a22d6c8370a965dab3d16c77925 9538 rcapd make install fails due to race in subdirs (fix isaexec) commit 6cfa0a7079eb1baa0a742f1e4def7cdabc8dcdab 9042 multiples of tty streams modules cause weirdness commit 207bc6d049369709a154c840750e0a74a9ff0a76 9544 loader: i386/Makefile should have target all before other targets commit 62877672b62bfe1e971061803b2a9c64897c13c3 9536 sasinfo does not know about 12gb sas commit 0f8051a0844ba1894eab81d4b73a76feca23554e 9533 8079's check for Xen HVM is incomplete commit d9241f995480d9097812b34500484c0fff9d7528 9552 grep segfaults when you ask for context commit fe12dc752b42da16028a16f4226e5295506fdb28 9529 libefi: efi_alloc_and_read should check for PMBR commit e53a4a814812099ec255c98f18f7ae1d0639ae57 9279 libefi: use one-line-per-file pattern in Makefile commit dec267e7ea9828898b1c64462daa6636c4ef5e29 9454 ::zfs_blkstats should count embedded blocks commit fe3ba4d1227d8746116ece7240682b13595c3142 9424 ztest failure: "unprotected error in call to Lua API (Invalid value type 'function' for key 'error')" commit cfd63e1b1bcf7ba4bf72f55ddbd87ce008d2986d 9486 reduce memory used by device removal on fragmented pools commit c7a7b2fa084facd68c3d1e860dfabe20c713877b 9479 fix wrong format specifier for vdev_id commit ddfe901b12348d31c500fb57f9174e88860a4061 9457 libzfs_import.c:add_config() has a memory leak commit 69d4acec15909325d6df21fec172510a50f77a8a 9538 rcapd make install fails due to race in subdirs
2018-06-049565 ctf: cast between incompatible function typesToomas Soome1-6/+7
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2015-02-27 [illumos-gate merge]Jerry Jelinek1-1/+0
commit 20afa66e72e7c210ef1f9053d4bc8f5b60d1eeed 5508 move segvn #defines into seg_vn.c commit ca411232542ddf24874b545c5f0ec23b6b45f5f2 5384 pvn_getpages may assert in valid scenarios commit 06e6833ac1f55fa31b2fc68fa6af8abfc2974d0b 5382 pvn_getpages handles lengths <= PAGESIZE just fine commit 495021bdf7d49b2cc9a6e6981b5ec4110264741b 5595 libzpool won't build with a studio primary commit 6ddb3373ce2752b5535cbbda4370c8c550876098 5324 .comment section on kmdb kmods is not set properly commit f665a76fbe5ccb01d21f7917a7d764c98ed42344 5632 libm's use of _sse_hw is wrong and unnecessary (in that order) commit 9348d232b12debc31fa8e694c517ad8ecfd54bda 5664 make installgrub more robust, bump grub capability version Conflicts: usr/src/tools/ctf/cvt/ctfconvert.c
2015-02-265595 libzpool won't build with a studio primaryRichard Lowe1-1/+0
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-02-15OS-3851 ctfdump should be written in terms of libctfRobert Mustacchi1-0/+3
OS-3852 ctfdiff could be more useful OS-3853 ctfmerge and ctfconvert could have an altexec OS-3854 ctfmerge should be implemented in terms of libctf Reviewed by: Keith M Wesolowski <wesolows@foobazco.org>
2014-11-13 [illumos-gate merge]Keith M Wesolowski1-2/+4
commit 5009f7885e2c6a7e13fe9ad876bd812add4754ef 5300 cleanup gcc warning for cmd/power commit e503abb729687d1a36b95ed2794f54452189c858 5278 cleanup gcc warnings for cmd/ps commit 2ecbc63a795e55973d5278384ecf60b2737798e1 5315 5234 misidentifies cases we need to replace representative lwp commit a6bde1a23b60f140c7ed78df979c2e22b1ed9b2c 3363 Mark non-returning functions in ctftools commit 85e6b6747d07050e01ec91acef2453655821f9ab 5308 Unable to join AD domain (with NtlmMinSeverSec set in the registry) commit fd75ca8de430ee0ba5ce650efee0ac0b85ed43e9 5307 AD join with lmauth_level=2 fails commit cb66c7814563eb32e20c1be88ae738ad8d63079d 5294 man ucred could do something useful Manifests: usr/src/pkg/manifests/system-library.man3c.inc
2014-11-123363 Mark non-returning functions in ctftoolsErik Cederstrand1-4/+4
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Albert Lee <trisk@omniti.com>
2011-07-01[HACK] ctf: Temporarily workaround GCC 4 stdarg changeRichard Lowe1-2/+11
CTF tools include /usr/include first by necessity since they run on the build machine, but we need a hack to bootstrap builds on systems without a fixed va_impl.h.
2006-09-136338238 DWARF parser can't handle anon struct/unionjohnlev1-4/+8
6415645 cpu_t hack isn't working as expected 6441836 ctffindmod.sh still talks about ia64 6458224 genassym could handle blank lines better --HG-- rename : usr/src/tools/ctf/cvt/st_bugs.c => usr/src/tools/ctf/cvt/fixup_tdescs.c
2006-05-096418593 ctfmerge error messages need improvementjohnlev1-2/+2
2006-04-255100576 The ctfmerge should use better temporary file namejohnlev1-4/+4
6314988 ctfconvert's debug option can coredump 6321459 resurrect_functions doesn't skip ignored symbols 6326300 tdtrav_su can return an initialized value 6409619 write_ctf() should behave more like ld and open O_RDWR 6415503 strtab_write() reads stack garbage, bravely staggers on
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+445