summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Block SIGURG while reading from the control channel.yar2003-07-091-0/+6
* Improve error handling in getline():yar2003-07-091-4/+7
* Make a malloced copy of "chrootdir" even if it points to an absoluteyar2003-07-091-3/+5
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-072-4/+0
* Avoid using the global offset table to get the address of _DYNAMIC injake2003-07-042-1/+18
* Don't declare unneeded extern variables,yar2003-06-211-2/+0
* Fix warnings on 64 bit platforms.mdodd2003-06-191-9/+9
* Add function prototypes.mdodd2003-06-191-0/+2
* LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tmdodd2003-06-191-2/+2
* Provide a mechanism for dumping relocation information.mdodd2003-06-194-0/+116
* Move MD function prototypes together.mdodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.mdodd2003-06-192-3/+3
* Avoid a NULL pointer dereference.mdodd2003-06-181-1/+2
* - Use the initial terminal mode instead of the current modeyar2003-06-182-73/+64
* Include libmap.h for prototypes.mdodd2003-06-181-0/+1
* - Add support for DT_FLAGS.mdodd2003-06-183-1/+21
* 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
OpenPOWER on IntegriCloud