index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
nm
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-22
fix typo; from Kris Katterjohn
jsg
1
-2
/
+2
2018-12-14
Delete unused phdr functions; move declarations for functions internal to
guenther
1
-56
/
+12
2017-12-09
recognize .openbsd.randomdata section and indicate it roughly, so
deraadt
1
-1
/
+3
2017-10-27
Use <elf.h> instead of <elf_abi.h>
mpi
1
-2
/
+2
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
1
-5
/
+3
2015-08-13
Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party
miod
1
-30
/
+33
2015-06-23
This patch ensure that when an error is detected, the freed variables in
semarie
1
-1
/
+7
2015-06-23
This patch ensure that e_shentsize (sections header's size in bytes) is
semarie
1
-2
/
+7
2015-06-23
corrects a read after bound that occurs in strcmp (line just
semarie
1
-4
/
+8
2015-06-23
add some check before accessing data:
semarie
1
-1
/
+11
2015-05-17
Add -D option for displaying the dynamic symbol table
guenther
1
-3
/
+5
2015-04-09
ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is,
guenther
1
-2
/
+1
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
millert
1
-3
/
+3
2015-01-19
Missing initialization; tjenahej@speedmail.se
miod
1
-2
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-2
/
+2
2013-11-26
unsigned char casts for ctype
deraadt
1
-2
/
+2
2013-11-13
proto and such cleanup
deraadt
1
-2
/
+5
2013-03-30
Correctly report `weak' status of non-function symbols. Makes nm agree with
miod
1
-3
/
+6
2011-09-28
Support symbols in .tbss and .tdata ELF sections
uwe
1
-2
/
+9
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-5
/
+1
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
1
-5
/
+5
2007-04-18
Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@
miod
1
-2
/
+7
2007-02-08
Do all allocation and deallocation of shstr in elf_symload() to
ray
1
-12
/
+3
2007-02-07
check st_name validity also check for overflow and not only for zero; found by Charles Longeau <chl@tuxfamily.org>
mickey
1
-3
/
+4
2006-09-30
Some fixes for running nm on ELF binaries.
kettenis
1
-30
/
+49
2005-01-19
Add elf{32,64}_load_phdrs() for loading program headers.
grange
1
-2
/
+30
2004-10-11
add rcisd[]
mickey
1
-1
/
+5
2004-10-10
parse the cpu-specific ids based on the e_machine
mickey
1
-22
/
+55
2004-10-09
move out elf code into elf.c and generate 32 and 64 versions of it;
mickey
1
-3
/
+203
2004-10-09
factor out code for mapping section index into nlist type
mickey
1
-69
/
+79
2004-08-20
grok STT_SECTION and beautify STT_OBJECT
mickey
1
-12
/
+30
2004-08-19
STT_FUNC can be an absolute too
mickey
1
-2
/
+4
2004-05-04
dig .plt*, .got*, .init, .fini sections
mickey
1
-4
/
+16
2004-03-30
no need to force N_EXT as deducted later from type
mickey
1
-3
/
+3
2004-03-30
there is more than one way to define symbol type in elf...; kill a debugging printf too
mickey
1
-3
/
+4
2004-03-30
translate names in .sbss section as static N_BSS; found by drahn@
mickey
1
-1
/
+5
2004-01-13
kill unused local vars; from deraadt@
mickey
1
-2
/
+1
2004-01-05
nm digs elf and merges w/ size; millert@ ok
mickey
1
-0
/
+236