aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pspax: fix file leakage when reading the command lineMike Frysinger2016-06-191-0/+2
* pspax: rewrite core loop to use *at funcsMike Frysinger2016-06-191-100/+128
* security: leverage namespaces to restrict the runtime a bitMike Frysinger2015-08-201-0/+4
* migrate to gitv1.0Mike Frysinger2015-03-021-3/+2
* drop __DATE__ usage as the rcsid provides all the details we care aboutMike Frysinger2015-02-221-3/+3
* pspax: fix signed compare warning gcc throws upMike Frysinger2013-04-101-9/+11
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-4/+1
* simplify rcsid a littleMike Frysinger2011-09-271-1/+1
* constify help string arrayMike Frysinger2010-12-081-2/+2
* add a -C/--nocolor option and respect env $NOCOLOR #332289Mike Frysinger2010-12-081-2/+6
* change to simpler const argv0 stringMike Frysinger2010-12-081-2/+2
* Introduce -W,--wide flags to get full cmdline output display for pspaxNed Ludd2010-02-281-3/+26
* fixup warning about caps code -- caps_free() does not take a constMike Frysinger2009-03-151-5/+5
* check return values of fscanf() and chdir() since gcc whines about it nowMike Frysinger2009-03-151-8/+11
* cleanup pspax code a bitMike Frysinger2008-12-301-39/+39
* drop excessive parenthesisMike Frysinger2008-12-301-10/+11
* - keep username alingment when username exceeds 8 standard charsNed Ludd2008-03-201-1/+4
* - mainly whitespace updatesNed Ludd2008-01-171-8/+1
* - add /proc/pid/ipaddr support with the -i flag (grsec kernels only)Ned Ludd2007-09-181-8/+40
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-6/+7
* - update pspax and misc man pages for new featuresNed Ludd2006-12-121-3/+3
* just whitespaceMike Frysinger2006-11-281-9/+8
* - reverse testing strol pspax patchNed Ludd2006-10-181-8/+8
* - update README to add homepage, VCS info etc..Ned Ludd2006-10-181-8/+8
* - fix -u/-g 0 a littleNed Ludd2006-10-051-3/+3
* - commit partial -u/-g support for user and group names vs just numeric uid/g...Ned Ludd2006-10-041-4/+25
* - added --user/--group options to pspaxNed Ludd2006-08-121-18/+34
* - code cleanupNed Ludd2006-04-251-40/+40
* - add --nx --wx flags to only display programs with matching memory layoutsNed Ludd2006-04-251-2/+20
* - add support for named processesNed Ludd2006-02-271-4/+15
* - × is not printable by all term typesv0.1.9Ned Ludd2006-02-051-2/+2
* define and use our own copy of PATH_MAXMike Frysinger2006-01-131-6/+6
* split the pt_load check out into a sep func for easier managing in the future...Mike Frysinger2006-01-101-6/+9
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-20/+1
* split common non-elf features into paxinc.[ch]Mike Frysinger2005-10-131-2/+2
* - displays PT_GNU_STACK/PT_LOAD markings in pspax with -e flag. Added a verbo...Ned Ludd2005-07-031-17/+115
* tweak version output to include $PVMike Frysinger2005-06-131-4/+4
* - updatesNed Ludd2005-06-081-2/+2
* - make scanelf/pspax happy with -Wwrite-stringsNed Ludd2005-06-031-2/+2
* - pay attention to qualifiersNed Ludd2005-06-031-7/+7
* forgot to include limits.h for _POSIX_PATH_MAX defineMike Frysinger2005-05-271-2/+2
* use _POSIX_PATH_MAX instead of PATH_MAX for FreeBSDMike Frysinger2005-05-271-5/+5
* - always include elf.h. got rid of supid warning with cap_free in pspax. styl...Ned Ludd2005-05-271-37/+43
* - touch up the mmap displayNed Ludd2005-05-261-2/+2
* - add wx mmap display. clean up misc typecastingsNed Ludd2005-05-261-14/+47
* - speed up attr handling when the host system does not support them.. Trackin...Ned Ludd2005-05-061-4/+20
* move common warn/warnf/err macros to paxelf.hMike Frysinger2005-04-151-12/+2
* - small update from tigger.Ned Ludd2005-04-061-2/+6
* handle any bitsize / endian typeMike Frysinger2005-04-051-2/+2
* remove check_elf_header and IS_ELF since readelf() has these checks built in nowMike Frysinger2005-04-031-3/+2