Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-19 | Add stat, fstat, xstat, readv, and writev syscalls. | Ulrich Drepper | |
1997-03-19 | Update from 2.1.x branch. | Ulrich Drepper | |
1997-03-19 | (__setjmp): Fix fatal bug where 0 argument is placed in wrong place on | Ulrich Drepper | |
the stack. | |||
1997-03-18 | (PPP_VERSION): Define to 2.2.0 to prevent version mismatch. | Ulrich Drepper | |
1997-03-18 | Don'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-17 | update from main archive 970316glibc-2.0.4cvs/libc20x-970417cvs/libc20x-970404cvs/libc20x-970319cvs/libc20x-970318cvs/libc20x-970316cvs/libc20x-97031cvs/glibc-2_0_4 | Ulrich Drepper | |
1997-03-17 | Add handling of correct stat structure | Ulrich Drepper | |
1997-03-17 | m68k specific infinity values | Ulrich Drepper | |
1997-03-17 | ix87 specific infinity values | Ulrich Drepper | |
1997-03-17 | Don't use incompatible kernel header. | Ulrich Drepper | |
1997-03-17 | Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym for | Ulrich Drepper | |
AF_LOCAL. | |||
1997-03-17 | (struct stat): Change definition to use prescribed types for elements. | Ulrich Drepper | |
1997-03-17 | Add copyright. | Ulrich Drepper | |
1997-03-17 | [__USE_GNU]: Add O_READ, O_WRITE and O_NORW. | Ulrich Drepper | |
1997-03-17 | Add kernel_stat.h. | Ulrich Drepper | |
1997-03-17 | Don't copy whole `struct dirent' record, only reclen bytes. | Ulrich Drepper | |
1997-03-17 | Update copyright. | Ulrich Drepper | |
Define O_FSYNC as alias of O_SYNC. Add BSD compatibility macros FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY. | |||
1997-03-17 | Update copyright. | Ulrich Drepper | |
1997-03-17 | Define as __euidaccess and make euidaccess weak alias. | Ulrich Drepper | |
1997-03-17 | Add cast to prevent warning. | Ulrich Drepper | |
1997-03-17 | Distinguish error cases for x is +0 or -0. | Ulrich Drepper | |
1997-03-17 | Do 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-17 | Rewrite to return -1 for -inf. | Ulrich Drepper | |
1997-03-17 | Correct return value. Discard first stack element after fxtract. | Ulrich Drepper | |
1997-03-17 | Return -1 for -inf. | Ulrich Drepper | |
1997-03-17 | Change return value for -inf argument to -1.0. | Ulrich Drepper | |
1997-03-17 | Major rewrite to handle special cases. | Ulrich Drepper | |
1997-03-17 | Optimize branch code. | Ulrich Drepper | |
1997-03-17 | Fix bug in FPU stack handling. | Ulrich Drepper | |
1997-03-17 | Remove definition of long double definition. Make it the same as the | Ulrich 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-07 | The user- and kernel-level sigaction structure is different. handle | Ulrich 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-05 | Add <sys/types.h>. | Ulrich Drepper | |
1997-03-05 | Change 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 with | Ulrich Drepper | |
explicit width. `unsigned long' is different on 64 bit systems. | |||
1997-03-05 | Clear upper half of word containing exponent before comparing. | Ulrich Drepper | |
1997-03-05 | Add s_poll. | Ulrich Drepper | |
1997-03-05 | Implement poll function by falling back to select-based implementation | Ulrich Drepper | |
if syscall isn't available. | |||
1997-03-05 | Support both the Linux/i386 and OSF/1 style brk syscalls. We may want | Ulrich Drepper | |
to change Linux/Alpha for the benefit of running foreign binaries. | |||
1997-03-05 | Don't use kernel header since it is wrong for 64 bit systems. | Ulrich Drepper | |
1997-02-26 | Ethernet specific definition, Linux versin | Ulrich Drepper | |
1997-02-26 | update from main archive 970226 | Ulrich Drepper | |
1997-02-22 | update from main archive 970221 | Ulrich Drepper | |
1997-02-18 | update from main archive 970217 | Ulrich Drepper | |
1997-02-15 | update from main archive 970214cvs/root-libc-2_0_x-branch | Ulrich Drepper | |
1997-02-13 11:44 Andreas Jaeger <aj@arthur.pfalz.de> * stdlib/qsort.c: Add prototype for _quicksort. * stdlib/msort.c (qsort): Correct prototype for _quicksort. * sysdeps/i386/Makefile (CFLAGS-rtld.c): Change to prevent warning from dl-machine.h. 1997-02-13 18:18 Marcus G. Daniels <marcus@sysc.pdx.edu> * sysdeps/generic/dl-cache.c: Don't hardwire name of cache file. Allow user to overwrite it. 1997-02-13 17:55 Ulrich Drepper <drepper@cygnus.com> * libio/_G_config.h: Make sure win_t is also defined for old gcc versions. Reported by Andreas Jaeger. 1997-02-13 11:44 Andreas Jaeger <aj@arthur.pfalz.de> * db/btree/bt_split.c (bt_psplit): Fix typo in change of 1997-02-12. * time/tzfile.c (__tzfile_read): Change comment to follow change of 1997-02-12. |