aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_genassym.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Follow style(9), include sys/systm.h after sys/param.hDmitry Chagin2023-08-181-1/+1
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin2022-05-151-3/+16
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-05-151-1/+1
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-0/+2
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-151-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-0/+3
* Segment registers are stored in the uc_mcontext member of the structKonstantin Belousov2008-09-071-0/+1
* Use __FBSDID().David E. O'Brien2003-06-021-1/+2
* Include <sys/systm.h> for the definition of offsetof() instead of dependingBruce Evans2002-09-051-0/+1
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-8/+6
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-2/+0
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-0/+4
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.Bruce Evans2000-01-081-1/+3
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-031-4/+4
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-18/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-2/+1
* Fixed printf format errors.Bruce Evans1998-07-291-9/+11
* Declare printf() instead of including <stdio.h>, so that this doesn'tBruce Evans1998-02-011-3/+2
* Minor formatting and style fixes.Bruce Evans1997-08-251-2/+5
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Minor touch-up... make two functions static, and add missing $Id$Peter Wemm1996-03-021-0/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-0/+22