summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* does not need stab.hderaadt2013-10-181-2/+1
* Some missing .Pa macros in FILES sections;schwarze2013-09-152-8/+6
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-222-9/+9
* Remove the use of time_t in the greylist db file and use int64_t insteadmillert2013-08-216-34/+95
* some Bx/Ox conversion;jmc2013-08-142-8/+10
* unbreakmiod2013-08-131-2/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-1323-64/+59
* disable libexec/identd and enable usr.sbin/identd.dlg2013-08-071-2/+2
* Switch vax to gcc 3.3.6.miod2013-08-062-2/+8
* Make sure tmpline[] is always NUL terminated, to avoid possibleguenther2013-07-261-2/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>schwarze2013-07-162-6/+6
* non[ -]existing -> non-existent;jmc2013-07-161-3/+3
* where "-" represents stdin, just use Sq, not Fl, since it's not a flag;jmc2013-07-161-3/+3
* Remove some unused variables, from David Hill dhill at mindcry.orgjca2013-07-151-10/+21
* Fix possible memory/fd leak in the error path.jca2013-07-141-6/+3
* no more link(5). either remove references entirely, or point folksjmc2013-07-102-7/+7
* ELF_TOOLCHAIN bye bye.miod2013-07-053-14/+3
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-1/+4
* Stop using deprecated Kerberos functions.ajacoutot2013-06-211-5/+7
* don't link to hx509, pthread and ntlm related librariesrobert2013-06-192-6/+6
* Do not misinterpret "--" at the end of a NAME section input lineschwarze2013-06-171-2/+2
* link to the new kerberos librariesrobert2013-06-172-4/+6
* Appease LLVM warning..brad2013-06-1312-24/+24
* Constify the mib argument of sysctl().miod2013-06-0913-28/+28
* do not go into upper to lower case translation mode when a all-capsbenno2013-06-041-6/+2
* Add handling for keyboard layouts which break modhex (like dvorak and manymcbride2013-06-044-30/+214
* Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC.brad2013-06-041-10/+13
* Make all the syscall prototypes consistent with their real forms for types,guenther2013-06-0110-112/+110
* Introduce ltrace(1). This tool works with ld.so to inject utrace record formiod2013-06-0139-70/+459
* Try and support the non-PIC TEXTREL relocations which may creep in binariesmiod2013-05-171-16/+48
* undo malfunctionmiod2013-05-151-1/+1
* Don't display swapin/swapout uvmexp fieldsmiod2013-05-141-3/+3
* Implement symbol caching and RELACOUNT/RELCOUNT optimizations.guenther2013-05-0813-74/+350
* fixed size types should be fixed size. long -> uint32_t.tedu2013-05-071-2/+2
* fix use after free in error pathsjsg2013-05-042-4/+4
* use poll + nanosleep instead of select with a fixed size fd_setderaadt2013-04-211-13/+12
* Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesmiod2013-04-201-19/+35
* do not mix concepts of gettimeofday(), tv_sec, and localtime() in aderaadt2013-04-171-5/+2
* an acceptable time_t truncation (binding cannot take that long)deraadt2013-04-161-2/+6
* - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.kurt2013-04-0530-41/+834
* Enable lazy binding by default.miod2013-03-291-4/+1
* SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotpltmiod2013-03-261-15/+18
* Recommit the change that explicitly passes %sr0 to fic instructions. miod@ iskettenis2013-03-261-8/+3
* dlerror() should not return const char *, as noted by landryderaadt2013-03-241-3/+3
* Correct the last change to untaint $fmt; it caused the final parameter ofsthen2013-03-211-3/+3
* - Parse colon separated paths into NULL terminated arrays of stringkurt2013-03-2015-133/+242
* Untaint a variable used in an sprintf format string by using a regex and back-sthen2013-03-191-2/+2
* create an empty %skip even if SUIDSKIP is not set, newer perl complains.sthen2013-03-181-2/+4
* Enclose qw()...) literals in parentheses where required; this was historicallysthen2013-03-181-8/+8
* Fix comment tpyosguenther2013-03-181-3/+3