summaryrefslogtreecommitdiff
path: root/libexec/ld.so/mips64/syscall.h
AgeCommit message (Expand)Author
2018-07-09unify the various per-arch syscall.h as much as possibleTheo de Raadt
2017-08-27Replace heaps of hand-written syscall stubs with a simpler frameworkTheo de Raadt
2017-01-24On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofPhilip Guenther
2017-01-21_dl_exit() is __dead, so it should return void.Philip Guenther
2016-08-28ld.so doesn't need gettimeofday or lstat stubs any morePhilip Guenther
2016-07-04Remove prebind support: binding to symbol table indices is too fragilePhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-21Switch ld.so's stack smash handler from sendsyslog to sendsyslog2Philip Guenther
2015-11-15ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soTheo de Raadt
2015-09-19kbind has eliminated the need for and use of the bind lock. Delete it, thePhilip Guenther
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-07-14Now that we have sendsyslog(2), we can directly use it in theTheo de Raadt
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-06move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@Otto Moerbeek
2014-07-05Mark _dl_exit __dead.Miod Vallat
2014-07-05Add more sugar to build syscall stubs, and turn them from inlines to realMiod Vallat
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2012-10-24Garbage-collect the _dl_stat() routine, now unusedPhilip Guenthe
2012-08-17Fix mips64 and powerpc's ld.so syscall implementations by addingMatthew Dempsky
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2005-09-22knf; ok drahnTheo de Raadt
2004-09-09ABI64 shared libs now handled.Per Fogelstrom
2004-08-11mips->mips64Per Fogelstrom