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