summaryrefslogtreecommitdiff
path: root/sys/amd64/include/asm.h
AgeCommit message (Expand)Author
2024-09-21Remove stray whitespaces from sys/amd64/Joshua Rogers
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2022-06-13amd64: -m32 support for machine/asm(macros).hBrooks Davis
2019-10-23amd64: Add CFI directives for libc syscall stubsConrad Meyer
2017-11-23Remove lint support from system headers and MD x86 headers.Konstantin Belousov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2014-11-25Revert r274772: it is not valid on MIPSEd Maste
2014-11-21Use canonical __PIC__ flagEd Maste
2013-11-21Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler
2013-08-17libc: Access _logname_valid more efficiently.Jilles Tjoelker
2007-08-22Define an END() macro for use in i386 and amd64 assembly code, akinJoseph Koshy
2005-04-10Align the entry point to assembly language functions to a 16-byte boundary.Alan Cox
2004-06-10Argh. Add the mini-stack-frame back in for mcount's benefit for syscallPeter Wemm
2004-04-05Remove advertising clause from University of California Regent's license,Warner Losh
2003-06-02MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.Peter Wemm
2003-05-24Stop profiled libc from exploding, matching gcc's generated code.Peter Wemm
2003-05-10Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, whichPeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-09-23PIC_GOTOFF is OBE.Peter Wemm
2002-09-17Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm
2002-03-23ASM versions of __FBSDID.David E. O'Brien
2000-01-25Fixed the profiling version ALTENTRY(). Again. The previous versionBruce Evans
2000-01-20Move ENTRY and ALTENTRY definitions to asm.h where they belong.Jason Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-04-23Fixed longstanding profiling bug. The frame pointer wasn't set upBruce Evans
1997-04-15Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.Bruce Evans
1997-03-09Moved userland assembler macros from <machine/asmacros.h> toBruce Evans
1997-03-09Cloned src/lib/libc/i386/DEFS.h to create <machine/asm.h> for the i386.Bruce Evans