Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is not | sbruno | 2014-07-24 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | true on amd64 I'm not quite positive this is the "correct" solution for this but it does seem to compile and shut up the spew of warnings when compiling libstand for userboot. Add two _Static_asserts() so that in the future somebody will get a compile failure if an architecture develops that violates the assumptions of this code. (strongly suggested by jmg) Change commetns to indicate int types instead of long. (noted by ian in phabric review) Phabric: https://phabric.freebsd.org/D443 | ||||
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 1 | -4/+0 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -5/+5 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Move setjmp/longjmp implementations here from libc; no signal handling | msmith | 1998-11-04 | 1 | -0/+116 |
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. |