summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* More correctly spell "-static" as "NOSHARED?=YES"dougb2003-06-171-1/+3
* Improve the manpage language a bit.yar2003-06-171-1/+1
* Link named-xfer -static. This is the only binary that needs to bedougb2003-06-171-1/+1
* If ftpd is run with an -h option (hide host-specific info,)yar2003-06-161-8/+8
* fix a couple typos in the commentsjmg2003-06-151-2/+2
* fix bootpd to use fd_set. For some reason on Sparc, using int withjmg2003-06-151-4/+6
* Remove MAINTAINER lines.obrien2003-06-141-2/+0
* In the last clean-up of this code, the fact that the default tty modegreen2003-06-141-6/+20
* Read gettytab(5) soon enough to fill in all necessary values.yar2003-06-102-16/+40
* Spot one more place where boolean variables were incrementedyar2003-06-101-1/+1
* Coding style fix: Use "foo = 1" instead of "foo++" to assignyar2003-06-101-2/+2
* Break sentences.yar2003-06-101-4/+6
* General mdoc(7) markup fixes:yar2003-06-101-61/+67
* Improve the language and markup of the description of the pp and plyar2003-06-101-7/+18
* Add section number to .Xrcharnier2003-06-082-2/+2
* The .Xr utilitycharnier2003-06-082-5/+7
* Don't fail if we encounter a relocation of type "none". Just ignoremarcel2003-06-071-0/+3
* Fix some minor bugs, namely:yar2003-06-061-3/+14
* Drop MAINTAINER Bit. Not needed any more.markm2003-06-041-2/+0
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.obrien2003-06-041-0/+1
* Assorted mdoc(7) fixes.ru2003-06-021-5/+5
* Best we can do with this is c89.obrien2003-06-021-0/+1
* Include stdlib.h to get exit()'s prototype.obrien2003-06-021-0/+1
* Add the variable's type to the declaration.obrien2003-06-021-1/+1
* Assorted mdoc(7) fixes.ru2003-06-011-19/+18
* - use issetugid()mdodd2003-05-311-3/+2
* Simplify map_object() by breaking out the ELF header validation bitsmdodd2003-05-311-58/+67
* Provide function entry debugging messages.mdodd2003-05-311-1/+16
* Use the environment variable LD_LIBMAP_DISABLE to disablemdodd2003-05-312-3/+11
* Don't post-increment pointers inside a loop conditional.mdodd2003-05-301-11/+11
* Allow threading libraries to register their own lockingkan2003-05-2920-480/+558
* Do not exclude amd64 from rtld-elf builds.peter2003-05-241-1/+1
* Initial pass at supporting shared libraries on amd64. There are stillpeter2003-05-242-73/+101
* Retire the useless NOSECURE knob.des2003-05-191-2/+1
* - Use xmalloc() and xstrdup() instead of malloc() and strdup().mdodd2003-05-191-5/+14
* Since libmap.conf is referenced in rtld.1, include it in the referencesrwatson2003-05-171-0/+1
* mdoc(7) police: Properly markup the previous revision.ru2003-05-161-2/+6
* mdoc(7) police: Normalize the FILES section.ru2003-05-161-2/+3
* Allow a NOPIC "make world" to complete.markm2003-05-111-1/+1
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofmarkm2003-05-117-29/+29
* Exclude rtld-elf for amd64. More porting is still needed.peter2003-05-081-1/+4
* Rethink the way we count module references. Simply followingkan2003-05-081-18/+30
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
* Use __FBSDID vs. rcsid[].obrien2003-05-045-20/+10
* Fix signed/unsigned comparison warnings.obrien2003-05-043-8/+9
* Fix a sign/unsigned comparison.obrien2003-05-041-5/+5
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.ru2003-05-011-1/+1
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillpeter2003-04-301-78/+4
* Remove redundant strlen checks, do not check the samekan2003-04-301-23/+24
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.ru2003-04-301-3/+3
OpenPOWER on IntegriCloud