aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-045-20/+10
* Fix signed/unsigned comparison warnings.David E. O'Brien2003-05-043-8/+9
* Fix a sign/unsigned comparison.David E. O'Brien2003-05-041-5/+5
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.Ruslan Ermilov2003-05-011-1/+1
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillPeter Wemm2003-04-301-78/+4
* Remove redundant strlen checks, do not check the sameAlexander Kabaev2003-04-301-23/+24
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.Ruslan Ermilov2003-04-301-3/+3
* Add back # accidentally deleted in 1.54Warner Losh2003-04-271-1/+1
* This is no longer needed after tw is gone.Warner Losh2003-04-2710-1381/+1
* properly refuse a connection in the -c case if the client ip's subdirectoryBill Fumerola2003-04-191-5/+6
* Code cleanups and sanity checking for config file parser.Matthew N. Dodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-075-5/+238
* MFp4 @27667: WARNS=5 cleanup on i386.Juli Mallett2003-04-035-15/+17
* Mark bits that do not require an object directory as such.Ruslan Ermilov2003-04-011-0/+1
* Update the description of the -u option to mention that IP_PORTRANGE_HIGHMike Silbersack2003-03-251-6/+9
* Clean up some warnings that don't result in a change in the object file:David Malone2003-03-201-17/+20
* Fix for ia64/48024 - ensure function pointer equality across elfArun Sharma2003-03-191-52/+77
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-4/+5
* Update to current devstat API.Poul-Henning Kamp2003-03-151-6/+6
* Free obj->priv field in obj_free functions. This field is NULLAlexander Kabaev2003-03-141-0/+1
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-146-15/+1