aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-151-1/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,Yaroslav Tykhiy2003-11-151-2/+4
* Sync comment with code's reality.Anton Berezin2003-11-141-1/+1
* Tidy up some xdrproc_t related warnings.Peter Wemm2003-10-262-5/+7
* Pacify gcc warning with a Douglas Adams reference.Peter Wemm2003-10-261-0/+2
* Make the warning message stand out more.Tim J. Robbins2003-10-111-0/+2
* Warn users that makekey may disappear in a future release now that theTim J. Robbins2003-10-091-1/+6
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-281-4/+6
* Don't depend on IPv4-mapped IPv6 address to bind to both IPv4Hajimu UMEMOTO2003-09-142-76/+116
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.Matthew N. Dodd2003-09-132-18/+1
* Change libmap.c:lm_init() to return a status value; 0 for successMatthew N. Dodd2003-09-133-5/+5
* Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSDDavid E. O'Brien2003-09-111-0/+7
* Add a dependancy on 'nbsd2fbsd.h'David E. O'Brien2003-09-101-0/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev2003-09-012-2/+0
* Add a note that the -u option can be overridden by settings in login.conf(5).Ceri Davies2003-08-311-0/+2
* 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