2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
convert getstr_perms() to strfileperms() and share it among all files
Mike Frysinger
as vapier
More... over 15 years ago
cleanup code style a bit and simplify a bunch of places -- hopefully i didnt break anything
Mike Frysinger
as vapier
More... over 15 years ago
drop excessive parenthesis
Mike Frysinger
as vapier
More... over 15 years ago
fixup const handling in getstr_perms()
Mike Frysinger
as vapier
More... over 15 years ago
drop local func decls as we already include xfuncs.h and get them
Mike Frysinger
as vapier
More... over 15 years ago
use xzalloc
Mike Frysinger
as vapier
More... over 15 years ago
declare xzalloc()
Mike Frysinger
as vapier
More... over 15 years ago
mark local state vars as static and drop unused ones
Mike Frysinger
as vapier
More... over 15 years ago
drop MAP_FAILED casts as its a void*
Mike Frysinger
as vapier
More... over 15 years ago
use MAP_FAILED rather than custom constant
Mike Frysinger
as vapier
More... over 15 years ago
touchup whitespace style
Mike Frysinger
as vapier
More... over 15 years ago
add test framework
Mike Frysinger
as vapier
More... over 15 years ago
tweak style slightly to make source tests happy
Mike Frysinger
as vapier
More... over 15 years ago
use xmalloc() rather than malloc()
Mike Frysinger
as vapier
More... over 15 years ago
eat trailing whitespace
Mike Frysinger
as vapier
More... over 15 years ago
drop pointless casts on mmap() return
Mike Frysinger
as vapier
More... over 15 years ago
undo accidential 'fix' More... over 15 years ago
Fix manpage, thanks pipping More... over 15 years ago
Remove the half-assed versioned_symname support.
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
Rewrite symbol matching code in scanelf.
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
pull in alloca.h for all hosts but freebsd
Mike Frysinger
as vapier
More... over 15 years ago
sort headers alphabetically
Mike Frysinger
as vapier
More... over 15 years ago
only include alloca.h on linux systems #246439 by Javier Villavicencio
Mike Frysinger
as vapier
More... over 15 years ago
Fixing whitespace.
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
Improve Makefile to avoid relinking all targets when changing one tool.
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
Add scanmacho to the list of ignored files.
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
Avoid crashes when scanning files with "corrupt symbols".
Diego Elio Pettenò
as flameeyes
More... over 15 years ago
Silence a warning More... over 15 years ago
Now I had the specs here anyway, implemented GNU extended filenames as well. More... over 15 years ago
Made reading archives work. More... over 15 years ago