summaryrefslogtreecommitdiff
path: root/.topmsg
AgeCommit message (Collapse)Author
2019-08-30commited upstreamt/ONSTACKSamuel Thibault
2016-10-25Fix SS_ONSTACK supportSamuel Thibault
* sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn2): New function, unlocks SS and returns to the saved PC. (__sigreturn): Do not unlock SS, and "return" into __sigreturn2 on the thread stack instead of the saved PC.
2016-10-25New TopGit dependency: t/hurdsig-global-dispositionsSamuel Thibault
2014-04-22Rather keep _hurd_sigstate in tcbhead_tSamuel Thibault
it avoids involving all the TLS stuff while handling signals...
2014-04-16Note that the additionnal TLS field should be kept lastSamuel Thibault
2013-10-25doneSamuel Thibault
2013-09-22Drop errno-related commentsSamuel Thibault
2012-06-21.topmsg: Comment on the __thread errno issue.Thomas Schwinge
2012-05-10Move errno to TLSSamuel Thibault
* sysdeps/mach/hurd/errno-loc.c: Remove file. * sysdeps/mach/hurd/errno.c: Remove file. * sysdeps/mach/hurd/dl-sysdep.c (errno): Remove variable. Conflicts: sysdeps/mach/hurd/errno-loc.c
2010-03-03Yes, we should replace threadvar with tlsSamuel Thibault
2010-01-25Log.Thomas Schwinge
2010-01-25tls-threadvarThomas Schwinge
2010-01-25ChangeLog.Thomas Schwinge
2010-01-25TLS support.Thomas Schwinge