summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2003-02-23crank version for:lukem
2003-02-21Revert previous change.mycroft
2003-02-19gidlist is nolonger an array.matt
2003-02-19Stop ftpd changing inetd's 'logname'dsl
2003-02-17Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for nowperseant
2003-02-14Remove bug section, we now support group quotas.bouyer
2003-02-14Implement rquota RPC version 2, compatible with the linux implementation,bouyer
2003-02-10Use int32_t for block adresses in segment summary structures.fvdl
2003-02-06If fstat info was passed, and from it it can be seen that the file sizefvdl
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-02undo mallocvar.h change!christos
2003-02-01Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoidtron
2003-02-01Fix build problem by rearranging the order of "#include" statements sotron
2003-01-28make this build on alpha after daddr_t->64bitmrg
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-22Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>lukem
2003-01-22Fixes from Dmitry Sivachenko <demon@freebsd.org>:lukem
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-16Fix problem where dlclose() falls into infinite loop.itohy
2003-01-11Fix bug where only 2/3 of the PLT was being synched with the icache.matt
2003-01-08ftpd was unable to service the pwd request once you entered a directorymanu
2002-12-18Make this work finally, by prepending _PATH_DEV to the tty name.christos
2002-12-16Add man page for utmp_update(8), reviewed by Christos.wiz
2002-12-15- fix memory leak.yamt
2002-12-15for -b, use ssize instead of segshift.yamt
2002-12-14Gracefully exit when invoked directly. Use of assert() here caused a segfault.junyoung
2002-12-14Remove comment which is not true any more. alpha and i386 supportjunyoung
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-06Avoid conflict with reserved identifer "log".thorpej
2002-12-06Avoid conflict with reserved identifier "log".thorpej
2002-12-05A bit speedup: in _rtld_load_object(), save the number of calls tojunyoung
2002-12-05fix a typo in previous.yamt
2002-12-04Bintuils-current initializes the GOT entries to 0 (instead of thethorpej
2002-11-30revert previous; this *DOES* use -lutillukem
2002-11-30don't need -lutil herelukem
2002-11-29-1 -> \-1.wiz
2002-11-29clean this up a bit. avoid annoying code duplication on opening files,christos
2002-11-29- convert to using libc's strsuftoll(3)lukem
2002-11-25Back out the last two changes. They were misguided, and the code workedmycroft
2002-11-24Replace return -1 in rtld_bind with _rtld_die() call.fvdl
2002-11-24Implement self-relocation as is required now.fvdl
2002-11-24For the debug case, print relocbase as well at the start of _rtld().fvdl
2002-11-24fix calculation bugs that prevents coalescing from working properly.yamt
2002-11-22Only warn on double-word displacements for displacements lesssimonb
2002-11-22Now _rtld_relocate_objects() returns with error as soon as any ofjunyoung
2002-11-21Simplify code a bit.junyoung
2002-11-20verify strvis() buffer length is enough. make sure string termination beforeitojun
2002-11-16die if strdup failsitojun
2002-11-16audit use of strto* - beware of ERANGE, as well as typecast on result.itojun