aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/i386
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-77/+0
| | | | | | | | | | Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed. Sponsored by: Netflix Notes: svn path=/head/; revision=324551
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-251-0/+2
| | | | | | | | | | | | In this specific case, Valgrind won't get confused when analyzing such functions. Sponsored by: Sandvine Incorporated Tested by: emaste MFC: 3 days Notes: svn path=/head/; revision=192760
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
| | | | Notes: svn path=/head/; revision=165906
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-251-1/+1
| | | | Notes: svn path=/head/; revision=85451
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
| | | | Notes: svn path=/head/; revision=81586
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Remove float-point dependency from i386's version of setjmp()/longjmp().Daniel C. Sobral1999-02-121-5/+2
| | | | Notes: svn path=/head/; revision=43933
* Copy _setjmp.S from libc in preparation for loader-specific version.Daniel C. Sobral1999-02-121-0/+84
| | | | Notes: svn path=/head/; revision=43932
* Don't need this one anymore.Mike Smith1998-11-041-81/+0
| | | | Notes: svn path=/head/; revision=40892
* Move setjmp/longjmp implementations here from libc; no signal handlingMike Smith1998-11-041-0/+81
in libstand, only for i386 until I locate an alpha setjmp/longjmp. Minimal 64-bit gcc integer support for i386. This is kinda nasty, and should be revisited once we decide whether the bootblocks need quad arithmetic. Notes: svn path=/head/; revision=40874