aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
1997-03-19[$(subdir)=inet] (sysdep_headers): Add netinet/ip.h.Ulrich Drepper
1997-03-19Compatibility versions for early 2.0 version of the kernelUlrich Drepper
1997-03-19Add stat, fstat, xstat, readv, and writev syscalls.Ulrich Drepper
1997-03-19Update from 2.1.x branch.Ulrich Drepper
1997-03-19(__setjmp): Fix fatal bug where 0 argument is placed in wrong place onUlrich Drepper
the stack.
1997-03-18(PPP_VERSION): Define to 2.2.0 to prevent version mismatch.Ulrich Drepper
1997-03-18Don't define O_NORW.Ulrich Drepper
1997-03-18(setenv): Don't copy name when we reuse the buffer for replacement.Ulrich Drepper
1997-03-17update from main archive 970316glibc-2.0.4cvs/libc20x-970417cvs/libc20x-970404cvs/libc20x-970319cvs/libc20x-970318cvs/libc20x-970316cvs/libc20x-97031cvs/glibc-2_0_4Ulrich Drepper
1997-03-17Add handling of correct stat structureUlrich Drepper
1997-03-17m68k specific infinity valuesUlrich Drepper
1997-03-17ix87 specific infinity valuesUlrich Drepper
1997-03-17Don't use incompatible kernel header.Ulrich Drepper
1997-03-17Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym forUlrich Drepper
AF_LOCAL.
1997-03-17(struct stat): Change definition to use prescribed types for elements.Ulrich Drepper
1997-03-17Add copyright.Ulrich Drepper
1997-03-17 [__USE_GNU]: Add O_READ, O_WRITE and O_NORW.Ulrich Drepper
1997-03-17Add kernel_stat.h.Ulrich Drepper
1997-03-17Don't copy whole `struct dirent' record, only reclen bytes.Ulrich Drepper
1997-03-17Update copyright.Ulrich Drepper
Define O_FSYNC as alias of O_SYNC. Add BSD compatibility macros FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY.
1997-03-17Update copyright.Ulrich Drepper
1997-03-17Define as __euidaccess and make euidaccess weak alias.Ulrich Drepper
1997-03-17Add cast to prevent warning.Ulrich Drepper
1997-03-17Distinguish error cases for x is +0 or -0.Ulrich Drepper
1997-03-17Do not raise exception expect when in SVID mode.Ulrich Drepper
1997-03-17(huge, tiny): Adapt values for long double type.Ulrich Drepper
1997-03-17Rewrite to return -1 for -inf.Ulrich Drepper
1997-03-17Correct return value. Discard first stack element after fxtract.Ulrich Drepper
1997-03-17Return -1 for -inf.Ulrich Drepper
1997-03-17Change return value for -inf argument to -1.0.Ulrich Drepper
1997-03-17Major rewrite to handle special cases.Ulrich Drepper
1997-03-17Optimize branch code.Ulrich Drepper
1997-03-17Fix bug in FPU stack handling.Ulrich Drepper
1997-03-17Remove definition of long double definition. Make it the same as theUlrich Drepper
double definition.
1997-03-17(nofini): *Really* align stack to 8-byte boundary.Ulrich Drepper
1997-03-17(msync): Add third parameter.Ulrich Drepper
1997-03-07The user- and kernel-level sigaction structure is different. handleUlrich Drepper
this correctly.
1997-03-06(_dl_load_cache_lookup): Recognize cache type 1 or 3.Ulrich Drepper
1997-03-06(_dl_load_cache_lookup): Also recognize cache entries with flag == 3.Ulrich Drepper
1997-03-05Add <sys/types.h>.Ulrich Drepper
1997-03-05Change prototypes to use types with explicit width. `unsigned long'Ulrich Drepper
is different on 64 bit systems.
1997-03-05(htonl, htons, ntohl, ntohs): Change prototypes to use types withUlrich Drepper
explicit width. `unsigned long' is different on 64 bit systems.
1997-03-05Clear upper half of word containing exponent before comparing.Ulrich Drepper
1997-03-05Add s_poll.Ulrich Drepper
1997-03-05Implement poll function by falling back to select-based implementationUlrich Drepper
if syscall isn't available.
1997-03-05Support both the Linux/i386 and OSF/1 style brk syscalls. We may wantUlrich Drepper
to change Linux/Alpha for the benefit of running foreign binaries.
1997-03-05Don't use kernel header since it is wrong for 64 bit systems.Ulrich Drepper
1997-02-26Ethernet specific definition, Linux versinUlrich Drepper
1997-02-26update from main archive 970226Ulrich Drepper
1997-02-22update from main archive 970221Ulrich Drepper