summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
1997-04-17Define _LINUX_TYPES_H to avoid use of kernel types.Ulrich Drepper
1997-04-17(struct ip_timestamp): Correct typos.Ulrich Drepper
1997-04-17Include <sys/socket.h> to get definition of sa_family_t forUlrich Drepper
1997-04-17(OXTABS): Don't define.Ulrich Drepper
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
1997-04-17Corrected. The mantissa has only 63 bits.Ulrich Drepper
1997-04-17Remove references to byte order macros. Don't include <endian.h>.Ulrich Drepper
1997-04-17[_LIBC]: Define __clearenv and make clearenv a weak alias.Ulrich Drepper
1997-04-17Not needed anymore.Ulrich Drepper
1997-04-17Remove old math implementation files.Ulrich Drepper
1997-04-06(ut_xtime): New symbol.Ulrich Drepper
1997-04-06(__finitel): Shift return value by 31 positions to get 0/1 result.Ulrich Drepper
1997-04-05Fix typo.Ulrich Drepper
1997-04-05Correct handling of local labels.Ulrich Drepper
1997-04-04Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texiUlrich Drepper
1997-04-04[$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.Ulrich Drepper
1997-04-04Rename atalk.h to at.hUlrich Drepper
1997-04-04Add former contents of <netinet/icmp.h>.Ulrich Drepper
1997-04-04Add sigisempty, sigorset, and sigandsetUlrich Drepper
1997-04-04Remove since we have ip_icmp.hUlrich Drepper
1997-03-22(OXTABS): Define as alias for XTABS.Ulrich Drepper
1997-03-21i386 specific definitions for gmon.Ulrich Drepper
1997-03-21(CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper
1997-03-21Include ctype.h for isdigit.Ulrich Drepper
1997-03-21Don't emulate writev with small UIO_FASTIOV value by multiple writevUlrich Drepper
1997-03-21Don't emulate readv with small UIO_FASTIOV value by multiple readvUlrich Drepper
1997-03-21Rename and alias readv to __readv and writev to __writev.Ulrich Drepper
1997-03-21Rename and alias readv to __readv.Ulrich Drepper
1997-03-21Rename and alias writev to __writev.Ulrich Drepper
1997-03-21Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.Ulrich Drepper
1997-03-21[PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call ofUlrich Drepper
1997-03-21[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.Ulrich Drepper
1997-03-21Initialize `quotient' and `mask'.Ulrich Drepper
1997-03-21ix86 specific mcount entry point which preserves all registers.Ulrich Drepper
1997-03-21Add machine-gmon.h.Ulrich Drepper
1997-03-21Additional ix86 specific files to distribute.Ulrich Drepper
1997-03-20Some more optimization and unused variables removed.Ulrich Drepper
1997-03-20(msync): Add parameter `flags' to match generic prototype.Ulrich Drepper
1997-03-20Add definition for `signbit' function. Future releases will have thisUlrich Drepper
1997-03-20Handle x == +-0 as a special case since tanh(-0) == -0.Ulrich Drepper
1997-03-20Correct former completely bogus code. It never worked correctly.Ulrich Drepper
1997-03-20Optimize code by avoiding unneeded access to FP number.Ulrich Drepper
1997-03-20Handle x == +-0 as a special case since expm1(-0) == -0.Ulrich Drepper
1997-03-20Correct recognition of mantissa overflow.Ulrich Drepper
1997-03-20Correct fatal bug in jump to `__sigsetjmp' in PIC code.Ulrich Drepper
1997-03-20Include <sys/types.h>.Ulrich Drepper
1997-03-19Don't use MAX_IOVEC. Test for UIO_FASTIOV and set to 8 if not available.Ulrich Drepper
1997-03-19Update feature tests.Ulrich Drepper
1997-03-19Include <kernel_stat.h>, not "kernel_stat.h".Ulrich Drepper