1997-11-04 |
drepper | Use _strerror_internal directly instead of __strerror_r. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
drepper | Add _IO_flockfile and _IO_funlockfile. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
drepper | Add information about configured target. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
drepper | Check for gcc-2.7.2 -pipe bug and hack around it. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
drepper | Update. |
commit | commitdiff | tree | snapshot |
1997-11-02 |
drepper | Regenerated: autoconf configure.in |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Add newline libc-ud-971031 |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Update. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Correct typo and little optimization. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | (strptime_internal): In %y format, regard years >=... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Define _STAT_VER_KERNEL. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Add __ino64_t, and __off64_t. Reorganize. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Define _STAT_VER_KERNEL. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | (struct dirent): For consistency, force d_ino to use... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Add struct glibc2_stat for backward compatibility.... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Empty file. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Add xstatconv.c. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Convert between kernel_stat and the userland version... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Defer to __xstat_conv. Alias to __*xstat64 if requested. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Add xstatconv.c. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Rewrite asm macros to be cleaner. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | (GLOB_ONLYDIR): New flag. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | (glob): If calling glob_in_dir for a list which was... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Test for FD* macros. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Use better values for MAXDIG. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Don't use statically allocated buffer. Allocate |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Don't use statically allocated buffer. Allocate it... |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | (tests): Add tst-fdset. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Document GLOB_ONLYDIR. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Correct weak_alias. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Declare __ftw64_func_t and __nftw64_func_t only when |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Allocate buffer dynamically if needed. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
drepper | Update. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Correct last patch. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Relax math test. libc-ud-971029 |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Relax math test. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Update. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (tz_compute): Use negated value of offset for timezone... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (__tzfile_compute): Use negated value of offset for... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Add __libc_* names for these functions. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Include stub version from generic subdir. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Testing the returned exponent for zero isn't enough... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (ENOMSG): Define it. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Produce a useful result for n < 0. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Use unsigned type for working variable. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Change variable pointed to by h_errnop in all error... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Fix handling of expressions like "*/" (PR 325). |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | ($(mo-installed)): Don't fail during installation if |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (cbrt_test): Add test for cbrt(0.970299). |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (general): Grammar, typo, overfull fixes. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Describe connect, accept, send, sendmsg, sendto, recv... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (Porting): Remove another reference to stub directory. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Correct prototype in readdir_r description. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Describe _POSIX_C_SOURCE and _XOPEN_SOURCE dependency. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (_IO_str_seekoff): If mode is zero and the read/write... |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | [!_IO_MTSAFE] (DEF_STDFILE): Fix parameter list. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to 199506L. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | (try-sysdeps): Don't look for stub files anymore. |
commit | commitdiff | tree | snapshot |
1997-10-29 |
drepper | Update. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Update. libc-ud-971026 |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Snapshot documentation. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add prototype for tcgetsid. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | tcgetsid implementation. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | (routines): Add tcgetsid. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Header for prctl syscall. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add pread and pwrite with weak aliases for *64 functions. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | New empty file. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Dump args to the stack and give the kernel a pointer... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Fix another bug in startup code. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | More kernel header glue. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | (ARPHRD_ASH): New type, for 64Mbps ASH. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add SCM_RIGHTS and other SCM_* constants from kernel... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add pread and pwrite with weak aliases for *64 functions. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | New empty file. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add pread and pwrite. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | pread/pwrite implementation based on system call is... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | [$(subdir)=posix] (sysdep_routines): Add s_pread64... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Calculate argv correctly. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Don't use floating-point registers when -msoft-float... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Fix typo. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Replacement pwrite64 implementation. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Replacement pread64 implementation. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pwrite and make pwrite weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pread and make pread weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | User level process context for m68k. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add fma and scalbln. Update lrint and scalbn. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add scalbln alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | New (empty) file. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Add standard skeleton stuff. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | [!__STDC__]: Correct typo. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Make compilable. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define index and rindex only if __USE_BSD or __USE_XOPE... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pwrite64 and make pwrite64 weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pwrite and make pwrite weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pwrite and make pwrite weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define as __pread and make pread weak alias. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Define __P if not defined before. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | (_dl_load_cache_lookup): Favour exact matching of versi... |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Include "des.h" to avoid warning. |
commit | commitdiff | tree | snapshot |
1997-10-26 |
drepper | Use _itoa_word rather than _itoa. It seems that |
commit | commitdiff | tree | snapshot |
next |