#
c66c7e2f |
| 25-Jan-2016 |
zrj <rimvydas.jasinskas@gmail.com> |
Correct BSD License clause numbering from 1-2-4 to 1-2-3.
|
#
a77a7390 |
| 11-Nov-2014 |
John Marino <draco@marino.st> |
libc/setjump: Align stack at 16-bytes before function call
This is required by amd64 ABI. Comments were added where stack was "accidentally" properly aligned. The problem manifested on with a bus
libc/setjump: Align stack at 16-bytes before function call
This is required by amd64 ABI. Comments were added where stack was "accidentally" properly aligned. The problem manifested on with a bus error when built by clang.
While here, preserve the floating float exceptions flags. Per POSIX, siglongjump() shall be equivalent to longjump() except that it must match sigsetjump() instead of setjump() and except for the effect on the signal mask. Therefore it should preserve the FP exception flags.
Also add the GNU-stack notes, all libc object files are supposed to have them (although I am pretty sure they don't).
Taken from: FreeBSD svn 217106 (7 Jan 2011) FreeBSD svn 227023 (2 Nov 2011) FreeBSD svn 267307 (9 Jun 2014)
show more ...
|
#
b2b3ffcd |
| 04-Nov-2009 |
Simon Schubert <corecode@dragonflybsd.org> |
rename amd64 architecture to x86_64
The rest of the world seems to call amd64 x86_64. Bite the bullet and rename all of the architecture files and references. This will hopefully make pkgsrc build
rename amd64 architecture to x86_64
The rest of the world seems to call amd64 x86_64. Bite the bullet and rename all of the architecture files and references. This will hopefully make pkgsrc builds less painful.
Discussed-with: dillon@
show more ...
|
#
3f3709c3 |
| 07-Nov-2009 |
Jordan Gordeev <jgordeev@dir.bg> |
Revert "rename amd64 architecture to x86_64"
This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.
I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on
Revert "rename amd64 architecture to x86_64"
This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.
I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on false premises: "The rest of the world seems to call amd64 x86_64." 3) no pkgsrc bulk build was done to test the change 4) the original committer acted irresponsibly by committing such a big change just before going on vacation.
show more ...
|
#
c1543a89 |
| 04-Nov-2009 |
Simon Schubert <corecode@dragonflybsd.org> |
rename amd64 architecture to x86_64
The rest of the world seems to call amd64 x86_64. Bite the bullet and rename all of the architecture files and references. This will hopefully make pkgsrc build
rename amd64 architecture to x86_64
The rest of the world seems to call amd64 x86_64. Bite the bullet and rename all of the architecture files and references. This will hopefully make pkgsrc builds less painful.
Discussed-with: dillon@
show more ...
|