/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/ctfconv/
..
Makefile

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF information.

9 лет назад
ctfconv.1

add missing HISTORY; based on CVS logs and release announcements

9 лет назад
ctfconv.c

Remove unused DEBUG_LINE define.

4 года назад
ctfstrip

Include the .SUNW_ctf section in bsd.gdb

7 лет назад
ctfstrip.1

spelling/grammar fixes;

9 лет назад
dw.c

Make sure dw_at2name() never returns NULL. This call is used in various printf calls that clang decided to optimise into puts calls that crash with a NULL argument. Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv OK mpi@

2 года назад
dw.h

add rcs ids

9 лет назад
dwarf.h

Make sure dw_at2name() never returns NULL. This call is used in various printf calls that clang decided to optimise into puts calls that crash with a NULL argument. Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv OK mpi@

2 года назад
elf.c

Use size_t, not off_t, for length parameters. This matches how the functions are called and eliminates a few casts. OK tb@

4 года назад
generate.c

On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the size that the ctftools ctfconvert uses and I think we should do as well. Fixes regress/usr.bin/ctfdump on i386. OK miod@

2 года назад
hash.c

add rcs ids

9 лет назад
hash.h

add rcs ids

9 лет назад
itype.h

Typo.

7 лет назад
parse.c

Rewrite the it_cmp() function to use the common check bigger than, check smaller than logic.

2 года назад
pool.c

remove duplicate includes

3 года назад
pool.h

add rcs ids

9 лет назад
xmalloc.c

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF information.

9 лет назад
xmalloc.h

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF information.

9 лет назад