aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a useless '/'.David E. O'Brien2003-08-241-1/+1
* Very minor style nit: sort include files alphabetically.Warner Losh2003-08-221-1/+1
* Forgot one instance of ld-elf.so.1. Convert to ${PROG}Gordon Tetlow2003-08-171-1/+1
* Don't forget to honor DESTDIR. Also switch over to using PROG instead ofGordon Tetlow2003-08-171-2/+2
* Don't forget to chflags noschg the existing binary so we can symlinkGordon Tetlow2003-08-171-0/+5
* As long threatened, stage 2 of making a dynamically-linked root a reality.Gordon Tetlow2003-08-172-1/+3
* Prepend /lib to the builtin library search path in rtld.Gordon Tetlow2003-08-172-2/+2
* Make sure that a "make release" (more accurately the bit that makesMark Murray2003-07-241-0/+2
* Ensure that for the cryptographic instances of *telnet*, the "crypto"Mark Murray2003-07-241-0/+1
* Test correct macro for "without crypto" option(s).Mark Murray2003-07-201-1/+1
* Prototype defttymode() instead of just declaring it.Yaroslav Tykhiy2003-07-181-1/+1
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-1614-7046/+16
* Block SIGURG while reading from the control channel.Yaroslav Tykhiy2003-07-091-0/+6
* Improve error handling in getline():Yaroslav Tykhiy2003-07-091-4/+7
* Make a malloced copy of "chrootdir" even if it points to an absoluteYaroslav Tykhiy2003-07-091-3/+5
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-072-4/+0
* Avoid using the global offset table to get the address of _DYNAMIC inJake Burkholder2003-07-042-1/+18
* Don't declare unneeded extern variables,Yaroslav Tykhiy2003-06-211-2/+0
* Fix warnings on 64 bit platforms.Matthew N. Dodd2003-06-191-9/+9
* Add function prototypes.Matthew N. Dodd2003-06-191-0/+2
* LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tMatthew N. Dodd2003-06-191-2/+2
* 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