summaryrefslogtreecommitdiff
path: root/lib/libc/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-0753-3898/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+70
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-213-108/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Remove unneeded stdlib directories.Ed Schouten2009-06-231-3/+0
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Add an alternative view of the bits in an 80-bit long double (64+16Bruce Evans2008-01-171-1/+12
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-161-4/+4
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-1/+1
* The fork symbols aren't MD, they already live in sys/.Yaroslav Tykhiy2007-10-181-3/+0
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-14/+0
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-9/+11
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-067-243/+0
* Prevent dead code elimination for the TP assignmient by using inlineMarcel Moolenaar2006-08-301-2/+1
* Fix comment.Ruslan Ermilov2006-03-161-1/+1
* Desupport the undocumented NO_QUAD option, just don't compileRuslan Ermilov2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+77
* - Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-2/+10
* Update my email address.David Schultz2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-137/+0
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-152-5/+4
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Unbreak memmove(). Return the dst argument. While here, fix the ENDMarcel Moolenaar2004-09-041-7/+6
* Unbreak memcpy(). memcpy() is defined to return the dst argument.Marcel Moolenaar2004-09-041-6/+5
* Make profiling actually work. The gcc compiler emits a call to theMarcel Moolenaar2004-08-252-4/+79
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+36
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-192-1/+27
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-70/+1
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-102-4/+0
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* Add required headers.Jacques Vidrine2004-01-062-0/+4
* Virtual addresses in headers of ELF files for dynamic objects needMarcel Moolenaar2003-11-081-6/+9
* The FP status register allows for 6 traps to be masked. One of them,Marcel Moolenaar2003-10-222-3/+3
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* o There are 6 trap disable bits in ar.fpsr, not five. Even though weMarcel Moolenaar2003-08-092-4/+4
* Override the default stubs for getcontext(2) and swapcontext(2) soMarcel Moolenaar2003-08-023-2/+80
* The END() must expand to the .endp directive with the same name asMarcel Moolenaar2003-08-013-6/+5