summaryrefslogtreecommitdiff
path: root/usr.sbin/paxctl/paxctl.c
AgeCommit message (Expand)Author
2023-06-23paxctl(8): Introduce -0 option to clear all PaX flag bits in ELF note.rin
2009-10-27PR/42239: M. Levinson: paxctl(8) fails since binutils 2.19.1 upgradechristos
2009-05-02easier done with a goto instead of closing in each error.christos
2009-05-02PR/41332: Jason V. Miller: paxctl(8) leaks file descriptorselad
2009-01-18fix -Wsign-compare issueslukem
2008-08-11try to handle different byte orders.christos
2007-12-26Allow turning ASLR on and off.christos
2007-12-24Fix typos:elad
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-11fix usage to say we can take multiple files.christos
2007-12-08We should be able to operate on more than one file, like other unix tools.christos
2007-06-24Use an elf note to handle pax arguments. This is a temporary solution tochristos
2007-01-30Move paxctl from usr.bin/paxctl to usr.sbin/paxctl, and make it an adminelad