summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-11-27When copying command line arguments to out new argument vector,Todd C. Miller
2001-11-27Use strlcat() when adding to 'make_arg' via the -m flag to avoidTodd C. Miller
2001-11-22since 3.0 ftpd allow users w/o password. Spotted by form@.Mike Pechkin
2001-11-20bye bye, libdlPeter Valchev
2001-11-19remove the signal handler races and longjmps, and then do a bit of KNFTheo de Raadt
2001-11-19clean & KNFTheo de Raadt
2001-11-18create own svc_run(), which can do updating outside of a signal handlerTheo de Raadt
2001-11-18blow away unused XIDLE signal race crapTheo de Raadt
2001-11-18Ensure SA_RESTART is not set on SIGALRM. With it set, the SIGALRM is notTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-11-07use -lrpcsvcTheo de Raadt
2001-11-06new vm includes.Artur Grabowski
2001-11-06Since the header of the file map is Start End,Dale Rahn
2001-11-05more signal marks, and some syslog_r in handlersTheo de Raadt
2001-11-02_exit() in signal handlerTheo de Raadt
2001-10-30rstat_timeval is not the same as timevalTheo de Raadt
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-10-10 fix multi-line contunuations - ok deraadt@Bob Beck
2001-10-10ftp-chroot variable is documented in this man page, not login.conf(5)Todd C. Miller
2001-10-02as is aleady closed and freed by auth_userresponse, ok millert@Peter Stromberg
2001-10-02o Remove #if{,n}def BSD stuffTodd C. Miller
2001-09-29Change method of determining object type, does better bounds checking,Dale Rahn
2001-09-27Local symbols don't need to have a name. Don't barf on them.Artur Grabowski
2001-09-26'loff' shouldn't be const (at least not on sparc64)Jason Wright
2001-09-26Build ld.so on sparc64.Artur Grabowski
2001-09-26Some juggling to simplify the code and some missing code.Artur Grabowski
2001-09-26Lazy binding. Parts from NetBSD.Artur Grabowski
2001-09-26Implement COPY relocations.Artur Grabowski
2001-09-26Code for PLT relocations. From NetBSD.Artur Grabowski
2001-09-26Adapt to Elf_Word change.Artur Grabowski
2001-09-25Slight cleanup on ld.so tests, link with rpath built in, so that runningDale Rahn
2001-09-25Duh! if we go through the hassle of looking up a symbol it mightArtur Grabowski
2001-09-25Borrow a big chunk of code from the NetBSD ld.elf_so to do all theArtur Grabowski
2001-09-25Cleaner hash bucket init and some KNF.Artur Grabowski
2001-09-25Zero out dl_data before populating it.Artur Grabowski
2001-09-25Do mmap the right way.Artur Grabowski
2001-09-25Another attempt at getting this right. This time, play safe.Artur Grabowski
2001-09-24Some cleanup.Artur Grabowski
2001-09-24Some voodoo for bootstrapping sparc64.Artur Grabowski
2001-09-24Get the bootstrapping right.Artur Grabowski
2001-09-24Proper RELOC_RELA for bootstrap.Artur Grabowski
2001-09-24sparc64 needs slightly different flags.Artur Grabowski
2001-09-24Adapt to _dl_boot_bind change.Artur Grabowski
2001-09-24API change between asm code and _dl_boot_bind(). Simply andDale Rahn
2001-09-24dl_data is at the start of the stack, not after env. load loff.Artur Grabowski
2001-09-23pass appropriate compilation flags for sparc64. needs to be compiled PIC.Dale Rahn
2001-09-23add munmap syscallDale Rahn
2001-09-22Upon futher contemplation, the notion of unmaphints is just wrong.Dale Rahn
2001-09-22Do not check for ':' twice, otherwise the rpath loses the first characterDale Rahn