aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Provide a mechanism for dumping relocation information.Matthew N. Dodd2003-06-194-0/+116
* Move MD function prototypes together.Matthew N. Dodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.Matthew N. Dodd2003-06-192-3/+3
* Avoid a NULL pointer dereference.Matthew N. Dodd2003-06-181-1/+2
* - Use the initial terminal mode instead of the current modeYaroslav Tykhiy2003-06-182-73/+64
* Include libmap.h for prototypes.Matthew N. Dodd2003-06-181-0/+1
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-183-1/+21
* More correctly spell "-static" as "NOSHARED?=YES"Doug Barton2003-06-171-1/+3
* Improve the manpage language a bit.Yaroslav Tykhiy2003-06-171-1/+1
* Link named-xfer -static. This is the only binary that needs to beDoug Barton2003-06-171-1/+1
* If ftpd is run with an -h option (hide host-specific info,)Yaroslav Tykhiy2003-06-161-8/+8
* fix a couple typos in the commentsJohn-Mark Gurney2003-06-151-2/+2
* fix bootpd to use fd_set. For some reason on Sparc, using int withJohn-Mark Gurney2003-06-151-4/+6
* Remove MAINTAINER lines.David E. O'Brien2003-06-141-2/+0
* In the last clean-up of this code, the fact that the default tty modeBrian Feldman2003-06-141-6/+20
* Read gettytab(5) soon enough to fill in all necessary values.Yaroslav Tykhiy2003-06-102-16/+40
* Spot one more place where boolean variables were incrementedYaroslav Tykhiy2003-06-101-1/+1
* Coding style fix: Use "foo = 1" instead of "foo++" to assignYaroslav Tykhiy2003-06-101-2/+2
* Break sentences.Yaroslav Tykhiy2003-06-101-4/+6
* General mdoc(7) markup fixes:Yaroslav Tykhiy2003-06-101-61/+67
* Improve the language and markup of the description of the pp and plYaroslav Tykhiy2003-06-101-7/+18
* Add section number to .XrPhilippe Charnier2003-06-082-2/+2
* The .Xr utilityPhilippe Charnier2003-06-082-5/+7
* Don't fail if we encounter a relocation of type "none". Just ignoreMarcel Moolenaar2003-06-071-0/+3
* Fix some minor bugs, namely:Yaroslav Tykhiy2003-06-061-3/+14
* Drop MAINTAINER Bit. Not needed any more.Mark Murray2003-06-041-2/+0
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.David E. O'Brien2003-06-041-0/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-021-5/+5
* Best we can do with this is c89.David E. O'Brien2003-06-021-0/+1
* Include stdlib.h to get exit()'s prototype.David E. O'Brien2003-06-021-0/+1
* Add the variable's type to the declaration.David E. O'Brien2003-06-021-1/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-011-19/+18
* - use issetugid()Matthew N. Dodd2003-05-311-3/+2
* Simplify map_object() by breaking out the ELF header validation bitsMatthew N. Dodd2003-05-311-58/+67
* Provide function entry debugging messages.Matthew N. Dodd2003-05-311-1/+16
* Use the environment variable LD_LIBMAP_DISABLE to disableMatthew N. Dodd2003-05-312-3/+11
* Don't post-increment pointers inside a loop conditional.Matthew N. Dodd2003-05-301-11/+11
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-2920-480/+558
* Do not exclude amd64 from rtld-elf builds.Peter Wemm2003-05-241-1/+1
* Initial pass at supporting shared libraries on amd64. There are stillPeter Wemm2003-05-242-73/+101
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-2/+1
* - Use xmalloc() and xstrdup() instead of malloc() and strdup().Matthew N. Dodd2003-05-191-5/+14
* Since libmap.conf is referenced in rtld.1, include it in the referencesRobert Watson2003-05-171-0/+1
* mdoc(7) police: Properly markup the previous revision.Ruslan Ermilov2003-05-161-2/+6
* mdoc(7) police: Normalize the FILES section.Ruslan Ermilov2003-05-161-2/+3
* Allow a NOPIC "make world" to complete.Mark Murray2003-05-111-1/+1
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-117-29/+29
* Exclude rtld-elf for amd64. More porting is still needed.Peter Wemm2003-05-081-1/+4
* Rethink the way we count module references. Simply followingAlexander Kabaev2003-05-081-18/+30
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1