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

Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.

9 лет назад
Symbols.map

Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.

9 лет назад
kvm.3

Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness

6 лет назад
kvm.c

MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert

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

Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed

5 лет назад
kvm_amd64.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
kvm_arm.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_arm64.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_cd9660.c

annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in

5 лет назад
kvm_dump.3

.Lb libkvm ; OK tedu@

год назад
kvm_file.h

Mark internal symbols as hidden. This removes symbols from the ABI, albeit ones no one should be using, so major bump the shlib.

13 лет назад
kvm_file2.c

Remove needless includes of netinet6/ip6_var.h header in userland.

3 года назад
kvm_geterr.3

.Lb libkvm ; OK tedu@

год назад
kvm_getfiles.3

.Lb libkvm ; OK tedu@

год назад
kvm_getloadavg.3

.Lb libkvm ; OK tedu@

год назад
kvm_getloadavg.c

annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in

5 лет назад
kvm_getprocs.3

.Lb libkvm ; OK tedu@

год назад
kvm_hppa.c

Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed

5 лет назад
kvm_i386.c

Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed

5 лет назад
kvm_m88k.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_mips64.c

Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed

5 лет назад
kvm_nlist.3

.Lb libkvm ; OK tedu@

год назад
kvm_ntfs.c

annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in

5 лет назад
kvm_open.3

.Lb libkvm ; OK tedu@

год назад
kvm_powerpc.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
kvm_powerpc64.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_private.h

remove prototypes with no matching function

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

Correct display the details of COMMAND using the ps command from the kernel crash dump.

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

Adjust code since FILL_KPROC() got another argument since struct tusage accounting was modified. OK dlg@ jca@

2 года назад
kvm_read.3

.Lb libkvm ; OK tedu@

год назад
kvm_riscv64.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_sh.c

sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either

5 лет назад
kvm_sparc64.c

Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few files which really need <machine/pte.h> guts.

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

annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in

5 лет назад
shlib_version

Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.

9 лет назад