summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2009-07-02add a missing full stop; noticed by frantisek holop <minusf at obiit dot org>Ingo Schwarze
2009-06-04...and now try again with a commit from the right tree. doh!Stuart Henderson
2009-06-04ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BINDStuart Henderson
2009-06-02Protect errno.Ray Lai
2009-06-02comment spelling fix: ARSGUSED -> ARGSUSEDjmeltzer
2009-05-30Airplane work, undefined weak variables not getting resolved is not an error.Dale Rahn
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2009-05-18Add buffer mechanism internal ld.so printing code. makes ktrace more readable.Dale Rahn
2009-05-18make _dl_wrstderr() not call write per-character; ok drahnTheo de Raadt
2009-04-20tweak previous;Jason McIntyre
2009-04-20When receiving a new connection, log the remote IP numberIngo Schwarze
2009-04-20PR 6090 - from Olli Hauer <ohauer@gmx.de>Bob Beck
2009-03-02ldd(1) accepts more than one program as argument; while here,Igor Sobrado
2009-02-25fix slow memory leak, spotted by Max Laier and Artis CauneBob Beck
2009-02-19correct description of spamdb-setup blacklist only mode;Jason McIntyre
2009-02-17clarification for the MX stuff; requested by Stephan A. RickauerJason McIntyre
2009-02-16Fix passing of ps_strings, cleanup and obj_main values to _start() in crt0.Kurt Miller
2009-02-04Tag ld.so as an OpenBSD binary/library.Mark Kettenis
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2009-01-14context could be used after being freed by krb5_free_context; ok millert@Jacek Masiulaniec
2008-12-07time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_tChad Loder
2008-11-14LOG_INFO is a level not a facility; input and ok jmc@Kevin Steves
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-22Mention that "secure" on the console entry means, thatMarco Pfatschbacher
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
2008-10-16sub-system -> subsystem, for consistency withour other pages;Jason McIntyre
2008-10-03beef up the description of -D a little, and don;t imply theJason McIntyre
2008-10-03-D before -d;Jason McIntyre
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsTheo de Raadt
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller