summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* (OXTABS): Define as alias for XTABS.Ulrich Drepper1997-03-222-0/+8
* i386 specific definitions for gmon.Ulrich Drepper1997-03-211-0/+41
* (CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper1997-03-211-1/+4
* Include ctype.h for isdigit.Ulrich Drepper1997-03-211-0/+1
* Don't emulate writev with small UIO_FASTIOV value by multiple writevUlrich Drepper1997-03-211-18/+13
* Don't emulate readv with small UIO_FASTIOV value by multiple readvUlrich Drepper1997-03-211-20/+12
* Rename and alias readv to __readv and writev to __writev.Ulrich Drepper1997-03-211-2/+2
* Rename and alias readv to __readv.Ulrich Drepper1997-03-212-18/+22
* Rename and alias writev to __writev.Ulrich Drepper1997-03-212-18/+22
* Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.Ulrich Drepper1997-03-2111-201/+206
* [PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call ofUlrich Drepper1997-03-211-2/+30
* [$(subdir)=gmon] (sysdep_routines): Add i386-mcount.Ulrich Drepper1997-03-211-0/+4
* Initialize `quotient' and `mask'.Ulrich Drepper1997-03-212-21/+19
* ix86 specific mcount entry point which preserves all registers.Ulrich Drepper1997-03-211-0/+65
* Add machine-gmon.h.Ulrich Drepper1997-03-211-0/+1
* Additional ix86 specific files to distribute.Ulrich Drepper1997-03-211-0/+1
* Some more optimization and unused variables removed.Ulrich Drepper1997-03-202-5/+1
* (msync): Add parameter `flags' to match generic prototype.Ulrich Drepper1997-03-201-15/+15
* Add definition for `signbit' function. Future releases will have thisUlrich Drepper1997-03-203-0/+36
* Handle x == +-0 as a special case since tanh(-0) == -0.Ulrich Drepper1997-03-203-6/+13
* Correct former completely bogus code. It never worked correctly.Ulrich Drepper1997-03-201-11/+8
* Optimize code by avoiding unneeded access to FP number.Ulrich Drepper1997-03-202-8/+10
* Handle x == +-0 as a special case since expm1(-0) == -0.Ulrich Drepper1997-03-203-9/+15
* Correct recognition of mantissa overflow.Ulrich Drepper1997-03-202-14/+16
* Correct fatal bug in jump to `__sigsetjmp' in PIC code.Ulrich Drepper1997-03-202-30/+54
* Include <sys/types.h>.Ulrich Drepper1997-03-201-0/+1
* Don't use MAX_IOVEC. Test for UIO_FASTIOV and set to 8 if not available.Ulrich Drepper1997-03-192-18/+12
* Update feature tests.Ulrich Drepper1997-03-191-117/+230
* Include <kernel_stat.h>, not "kernel_stat.h".Ulrich Drepper1997-03-193-5/+5
* SCO 3.2.4 specific files to distribute.Ulrich Drepper1997-03-191-0/+1
* Add __getpgid.c and __setpgid.c.Ulrich Drepper1997-03-191-0/+2
* Add bsdstat.h, setrguid.c, and setruid.c.Ulrich Drepper1997-03-191-1/+4
* Add direct.h.Ulrich Drepper1997-03-191-0/+1
* Add netinet/tcp.h.Ulrich Drepper1997-03-191-0/+1
* [$(subdir)=inet] (sysdep_headers): Remove netinet/ip.h.Ulrich Drepper1997-03-191-2/+1
* Genric IP definitionsUlrich Drepper1997-03-191-0/+172
* Move to sysdeps/generic/netinetUlrich Drepper1997-03-191-172/+0
* [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h.Ulrich Drepper1997-03-191-1/+2
* Compatibility versions for early 2.0 version of the kernelUlrich Drepper1997-03-192-0/+139
* Add stat, fstat, xstat, readv, and writev syscalls.Ulrich Drepper1997-03-191-0/+5
* Update from 2.1.x branch.Ulrich Drepper1997-03-198-49/+45
* (__setjmp): Fix fatal bug where 0 argument is placed in wrong place onUlrich Drepper1997-03-191-14/+16
* (PPP_VERSION): Define to 2.2.0 to prevent version mismatch.Ulrich Drepper1997-03-181-1/+1
* Don't define O_NORW.Ulrich Drepper1997-03-182-2/+0
* (setenv): Don't copy name when we reuse the buffer for replacement.Ulrich Drepper1997-03-181-2/+2
* update from main archive 970316 glibc-2.0.4 cvs/libc20x-970417 cvs/libc20x-970404 cvs/libc20x-970319 cvs/libc20x-970318 cvs/libc20x-970316 cvs/libc20x-97031 cvs/glibc-2_0_4Ulrich Drepper1997-03-171-6/+36
* Add handling of correct stat structureUlrich Drepper1997-03-175-0/+326
* m68k specific infinity valuesUlrich Drepper1997-03-171-0/+87
* ix87 specific infinity valuesUlrich Drepper1997-03-171-0/+87
* Don't use incompatible kernel header.Ulrich Drepper1997-03-172-3/+158