summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-08-08- Add some missing iflush'sJason Wright
- insert some nop's to make sure all copies are gone from the icache and CPU
2002-08-08There was a possible off-by-one in ld.so when loading shared libraries.Artur Grabowski
In some (rare?) cases, where the bss was too small and fit entirely into the leftovers of the data segment we could map one extra page. This is slightly dangerous on PMAP_PREFER machines where mmaps allocations do not happen linearly in the virtual space and we could end up overwriting mappings that are already in use. This also changes the initial allocation from being a MAP_ANON to a MAP_FILE so that we can pass the fd as a PMAP_PREFER hint.
2002-07-30some snprintf and strlcpyTheo de Raadt
2002-07-30knf & ansiTheo de Raadt
2002-07-29minor formattingArtur Grabowski
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.Artur Grabowski
Mark COPY relocations as needing to resolve the destination symbol.
2002-07-28talk about auth-ftp, not auth-ftpd entry in login.conf; from ↵Peter Valchev
francesco@toscan.biz
2002-07-27Commit work in progress before I get drunk tonight.Artur Grabowski
Code from sparc64 and NetBSD. Basically we can link the most, lazy linking works (!), but something else is screwed.
2002-07-27I don't see the point of a return at the end of a void function.Artur Grabowski
2002-07-27Make self-relocation work.Artur Grabowski
2002-07-27this is not sparc64.Artur Grabowski
2002-07-27Stop being too creative, steal more code from sparc64.Artur Grabowski
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tArtur Grabowski
even get to dl_boot_bind correctly.
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller
2002-07-24Also check for snprintf() returning < 0Todd C. Miller
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@Todd C. Miller
2002-07-24What on earth possessed me to use %p instead of %m in syslog() toTodd C. Miller
indicate the error string?
2002-07-24spacesTheo de Raadt
2002-07-24use real clones of the libc functionsTheo de Raadt
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24clean up docs a bitTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-24make _dl_mmap() return void * like othersTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including ↵Michael Shalayeff
args and return values; art@ ok
2002-07-20Exit on setusercontext() failure; noticed by deraadt@Todd C. Miller
2002-07-17whoops, wrong typeTheo de Raadt
2002-07-16typos / double wordsJan-Uwe Finck
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15atrun is now part of cron(8)Todd C. Miller
2002-07-15don't built atrunTodd C. Miller
2002-07-14Rewrite with more (and correct!) info, based on login_passwd.8.Todd C. Miller
Thanks to Jose Nazario for pointing out some inaccuracies which prompted me to do this.
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
deprecate and ignore the -h option. ok deraadt@.
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
run destructors on dlclose() Move more symbols into _dl_ private space, so that the proper (libc) version of the function will be used. Add readdir() functionality to perform the proper library searching. Support DL_PRELOAD Do not relocate symbols if ld.so is being traced (and will exit). Misc lint cleanup. ok art@
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-03KNFTheo de Raadt
2002-07-03ansi on a file which idiots believe is not here anymoreTheo de Raadt
2002-07-03 add a missing newline to an error message.Vincent Labrecque
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@
2002-07-02* use lostconn() as the SIGALRM handler in receive_data() as originallyDan Harnett
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@
2002-06-30more care with utmp strings, and lseek fixes; moritz@jodeit.orgTheo de Raadt
2002-06-29screw the MLINKSTheo de Raadt