summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_locore.s
Commit message (Expand)AuthorAgeFilesLines
* Being exported through vdso the note.Linux section used by glibcdchagin2015-05-241-2/+2
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-241-21/+133
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-2/+2
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-071-1/+2
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-7/+7
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-7/+3
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Sync with Alpha:marcel2000-11-091-2/+2
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-2/+18
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-101-1/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-4/+5
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.marcel1999-08-251-2/+1
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-2/+0
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-0/+26
OpenPOWER on IntegriCloud