#
642e4c0c |
| 27-Jan-2023 |
miod <miod@openbsd.org> |
Use the same inline assembly constraints as for libc fp*(), when operating on the floating-point control register.
|
#
2f2c0062 |
| 12-Sep-2016 |
guenther <guenther@openbsd.org> |
Reduce libm's exports and make internal calls go direct. All dependencies on libc are now via reserved/standardized names.
ok kettenis@ millert@ deraadt@
|
#
83087275 |
| 20-Jan-2015 |
krw <krw@openbsd.org> |
Missing $OpenBSD$'s.
ok deraadt@
|
#
b5aa3b33 |
| 18-Apr-2014 |
guenther <guenther@openbsd.org> |
It's been a quarter century: we can assume volatile is present with that name.
|
#
2fbf033e |
| 28-Mar-2013 |
martynas <martynas@openbsd.org> |
Switch libc and libm to use strong aliases rather than weak aliases where appropriate. Among other things makes the symbols consistent across all architectures (notably where ldbl mantissa is 53 bit
Switch libc and libm to use strong aliases rather than weak aliases where appropriate. Among other things makes the symbols consistent across all architectures (notably where ldbl mantissa is 53 bits).
While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there to trick lint into recording the right prototypes for aliased functions. Most of the work done at the awesome n2k13 hackathon.
Agreed by kettenis@, guenther@, matthew@.
show more ...
|
#
f9d7b4d2 |
| 23-Aug-2012 |
martynas <martynas@openbsd.org> |
Aliases for extended precision were missed on a few functions on hppa. Reported by Brad, thanks!
|
#
0eb761dd |
| 05-May-2010 |
kettenis <kettenis@openbsd.org> |
Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.
ok miod@
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
7200feb2 |
| 15-Jul-2009 |
martynas <martynas@openbsd.org> |
round, roundf, trunc, truncf for hppa; ok kettenis@
|