summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Since libmap.conf is referenced in rtld.1, include it in the referencesrwatson2003-05-171-0/+1
* mdoc(7) police: Properly markup the previous revision.ru2003-05-161-2/+6
* mdoc(7) police: Normalize the FILES section.ru2003-05-161-2/+3
* Allow a NOPIC "make world" to complete.markm2003-05-111-1/+1
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofmarkm2003-05-117-29/+29
* Exclude rtld-elf for amd64. More porting is still needed.peter2003-05-081-1/+4
* Rethink the way we count module references. Simply followingkan2003-05-081-18/+30
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
* Use __FBSDID vs. rcsid[].obrien2003-05-045-20/+10
* Fix signed/unsigned comparison warnings.obrien2003-05-043-8/+9
* Fix a sign/unsigned comparison.obrien2003-05-041-5/+5
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.ru2003-05-011-1/+1
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillpeter2003-04-301-78/+4
* Remove redundant strlen checks, do not check the samekan2003-04-301-23/+24
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.ru2003-04-301-3/+3
* Add back # accidentally deleted in 1.54imp2003-04-271-1/+1
* This is no longer needed after tw is gone.imp2003-04-2710-1381/+1
* properly refuse a connection in the -c case if the client ip's subdirectorybillf2003-04-191-5/+6
* Code cleanups and sanity checking for config file parser.mdodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.mdodd2003-04-075-5/+238
* MFp4 @27667: WARNS=5 cleanup on i386.jmallett2003-04-035-15/+17
* Mark bits that do not require an object directory as such.ru2003-04-011-0/+1
* Update the description of the -u option to mention that IP_PORTRANGE_HIGHsilby2003-03-251-6/+9
* Clean up some warnings that don't result in a change in the object file:dwmalone2003-03-201-17/+20
* Fix for ia64/48024 - ensure function pointer equality across elfarun2003-03-191-52/+77
* Run a revision of the devstat interface:phk2003-03-151-4/+5
* Update to current devstat API.phk2003-03-151-6/+6
* Free obj->priv field in obj_free functions. This field is NULLkan2003-03-141-0/+1
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-146-15/+1
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+1
* mdoc(7) police: expand contraction.ru2003-02-231-1/+1
* Do not remove object from the lists at the unref_dag() stage.kan2003-02-171-8/+26
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Remove <sys/dkstat.h> #includephk2003-02-161-1/+0
* Advertize rtld(1) as ld.so(1) in manual pages worldphantom2003-02-132-1/+3
* Fix a typo in rtld_dirname.kan2003-02-131-1/+1
* Implement dlinfo() function.kan2003-02-132-32/+262
* Add missing include files I forgot about in previous commit.kan2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.kan2003-02-133-19/+17
* Kill unnecessary vertical whitespace.yar2003-02-111-1/+0
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginyar2003-02-111-1/+5
* When unloading dependencies make sure they are removed from all thekan2003-02-101-9/+10
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).charnier2003-02-054-46/+41
* Allow "~/" in pathnames to work for a chrooted user.yar2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.yar2003-02-041-35/+98
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,yar2003-02-041-1/+1
* Add OPIE and PAM libs to the mix.obrien2003-02-021-0/+4
* OPIE and PAM bits to agument LukeMftpd.obrien2003-02-021-0/+153
* Let real users access special files through FTPyar2003-01-311-3/+13
* When searching for a unique file name in guniquefd(),yar2003-01-291-0/+4
OpenPOWER on IntegriCloud