summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2010-07-02Add Makefile.inc for hppa64 to aid in building cross tools.Joel Sing
2010-07-01When generating grpsym lists, avoid duplicates without searching theDale Rahn
2010-06-18Prevent a segmentation fault on ftpd_popen error (memory, file descriptor,Tobias Stoeckmann
2010-06-13Adjust FTP reply codes (in error conditions) to conform to RFC 959.Tobias Stoeckmann
2010-06-07Fix a comment typoPhilip Guenthe
2010-06-06add -H to synopsis/usage(); from Rod WhitworthJason McIntyre
2010-06-05Argh, revert previous change, for older binutils do not grok the fic() change.Miod Vallat
2010-06-05Explicitely pass a %sr register to fic instructions, instead of realying onMiod Vallat
2010-05-27Synchronize caches after modifying the data words in the PLT stub to preventMark Kettenis
2010-05-11Correct the _dl_sigprocmask() stub to take and store signal masksPhilip Guenthe
2010-05-09use _dl_memset() instead of bzero() here. Unbreaks sparc build.Matthieu Herrb
2010-05-09Reserve space for 6 extended word argument slots required by the ABI.Mark Kettenis
2010-05-03Fix breakage from last commit. Bad guenther@, no cookie!Miod Vallat
2010-05-03Make powerpc consistent with the other platforms: SYM_SEARCH_OBJPhilip Guenthe
2010-05-02Fix breakage from last commit. Bad guenther@, no cookie!Mark Kettenis
2010-05-02Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.Philip Guenthe
2010-05-01bzero a struct to appease gcc4.Jonathan Gray
2010-04-24Fix handling of more than 32768 PLT entries. Mostly from NetBSD.Mark Kettenis
2010-03-30several missing closedir() callszinovik
2010-03-27Remove explicit nop's in delay slots introduced in the previous commit. TheyMark Kettenis
2010-03-27Implement lazy binding on mips64. This implementation relies on having twoMark Kettenis
2010-03-08Check that gl_pathc is bigger than zero before derefencing gl_pathv. WhileMark Kettenis
2010-02-18The .It macro is parsed, and .Do is callable, so we must escape.Ingo Schwarze
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-02-01Properly restore ret1 instead of overwriting ret0 with the saved value.Mark Kettenis
2010-01-14drop connections to confused clients who do repeated command failures -Bob Beck
2010-01-13pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things thatClaudio Jeker
2010-01-12First pass at removing the 'pf_pool' mechanism for translation and routingRyan Thomas McBride
2010-01-11KNFBob Beck
2010-01-11KNFBob Beck
2010-01-03Make lazy binding work on hppa.Mark Kettenis
2010-01-02Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.Mark Kettenis
2010-01-02the abstraction of using a function pointer for the print functions isTheo de Raadt
2009-12-30Remove paths from the prebind code that shouldn't be present.Dale Rahn
2009-12-24deal with the new .Aq in perl manpages production.Marc Espie
2009-11-22Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESETTheo de Raadt
2009-11-12malloc() after line length check, to avoid memory leak; ok teduTheo de Raadt
2009-11-01remove unused variableCharles Longeau
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22replace cross references to other manual pages with the right macros.Igor Sobrado
2009-10-11Support manpages with NAME written in Spanish/Italian/PortugueseStuart Henderson
2009-09-17merge/update the spamlogd rules into spamd - there were some subtleJason McIntyre
2009-09-09Change the way memory is allocated to reduce memory footprint. Loading theClaudio Jeker
2009-09-07the example pf rules should be "pass in", not just "pass"; ok henningJason McIntyre
2009-09-01match samples here with pf.conf(5) sample ruleset following recent pf changesTodd T. Fries
2009-09-01Adjust example pf rules to take nat-to/rdr-to into account.Stuart Henderson
2009-09-01adapt to new pf, ok henning@Stuart Henderson
2009-08-19In ldconfig the dewey field of shlib_list was only partially filledAlexander Bluhm
2009-08-16Do not have multiple va_end(). Ok miod@ + many more.Anders Magnusson
2009-07-30Remove unused add_nat() function, ok jcs@Stuart Henderson