about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-05-182-4/+9
| | | | | | | 1999-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary if _FORCE_INLINES.
* Update.Ulrich Drepper1999-05-172-2/+4
| | | | Add dl-dst.h and gen-trusted-dirs.awk.
* Update.Ulrich Drepper1999-05-172-1/+5
| | | | | | 1999-05-17 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile (distribute): Remove dl-origin.h.
* Update.Ulrich Drepper1999-05-1710-43/+153
| | | | | | | | | | | | | | | | | | | | | | | | | 1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/i386/i486/Versions: New file with inline functions from sysdeps/i386/i486/bits/string.h for now. * sysdeps/i386/Versions: Add inline functions from sysdeps/i386/bits/string.h. * string/Versions: Add inline functions from <bits/string2.h>. * string/Makefile (routines): Add string-inlines. * string/string-inlines.c: New file, used for implementation of extern inline functions. * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate non inlined versions of functions. * string/bits/string2.h: Likewise. * sysdeps/i386/bits/string.h: Likewise. 1999-05-17 Ulrich Drepper <drepper@cygnus.com> * inet/arpa/tftp.h: Add second packed attribute.
* Update.Ulrich Drepper1999-05-175-28/+83
| | | | | | | | | | | | | | | | | | | 1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> * malloc/malloc.c: Cleanup to bring in line with released stand-alone version `ptmalloc'. Update some comments. (internal_function): Move fallback definition so that the source compiles outside of libc, and use it in more places. (malloc_atfork): Fix when malloc_check is in use. 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdlib/tst-strtod.c: Fix typo. 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/dl-close.c (_dl_close): Add cast to avoid warning about const incorrectness.
* (_dl_close): Add cast to avoid warning about const incorrectness.Ulrich Drepper1999-05-171-1/+1
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-0/+4
| | | | * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-05-162-2/+4
| | | | * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
* Update.Ulrich Drepper1999-05-1612-102/+167
| | | | | | | | | | | | | | | | | | 1999-05-16 Thorsten Kukuk <kukuk@suse.de> * sunrpc/etc.rpc: Add portmapper, rstat_svc and pcnfs. * sunrpc/key_call.c: Fix memory leak, close file handle. * nis/nis_creategroup.c: Use malloc instead of calloc, set ctime and mtime. * nis/nis_subr.c: Check for realloc result. * nis/nis_file.c: Fix memory leak. * nis/nis_table.c: Pretty print. * nis/nis_getservlist.c: Likewise. * nis/nis_ismember.c: Likewise. * nis/nis_lookup.c: Likewise. * nis/nis_ping.c: Likewise. * nis/nis_removemember.c: Likewise. * nis/nis_util.c: Likewise, check calloc result.
* Use malloc instead of calloc, set ctime and mtime.Ulrich Drepper1999-05-161-3/+8
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-0/+12
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ... * sysdeps/generic/sys/socketvar.h: ... here. * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ... * sysdeps/generic/netinet/in_systm.h: ... here. * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h, sys/socketvar.h. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise. * inet/Makefile (headers): Add netinet/in_systm.h here. * socket/Makefile (headers): Add sys/socketvar.h here.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-05-167-10/+9
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ... * sysdeps/generic/sys/socketvar.h: ... here. * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ... * sysdeps/generic/netinet/in_systm.h: ... here. * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h, sys/socketvar.h. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise. * inet/Makefile (headers): Add netinet/in_systm.h here. * socket/Makefile (headers): Add sys/socketvar.h here.
* Update.Ulrich Drepper1999-05-154-52/+90
| | | | * stdlib/strtol.c: Optimize inner loop of long long versions.
* Update.Ulrich Drepper1999-05-152-6/+25
| | | | | | | 1999-05-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/utmpx.h: Add needed type definitions according to Unix98. Add forward declaration of struct utmp.
* Update.Ulrich Drepper1999-05-144-7/+38
| | | | | | | | | | | 1999-05-14 Ulrich Drepper <drepper@cygnus.com> * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of calloc. * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks. * nis/nis_addmember.c (nis_addmember): Fix memory leak. Test memory allocation results.
* Update.Ulrich Drepper1999-05-144-26/+41
| | | | | | | | | 1999-05-14 Mark Kettenis <kettenis@gnu.org> * sysdeps/generic/getutmp.c: Include <string.h> (getutmp): Rewrite to only copy those members that are really present in `struct utmp'. * sysdeps/generic/getutmpx.c: Likewise.
* Update.Ulrich Drepper1999-05-145-3/+98
| | | | | | | | | 1999-05-14 Ulrich Drepper <drepper@cygnus.com> * nss/getXXbyYY.c: Add free_mem function which disposes all statically allocated memory when debugging. * nss/getXXent.c: Likewise. * nss/nsswitch.c: Likewise.
* UpdateUlrich Drepper1999-05-133-0/+36
| | | | | | | 1999-05-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/getutmpx.c: New file. * sysdeps/gnu/getutmp.c: New file.
* UpdateUlrich Drepper1999-05-136-1/+108
| | | | | | | | | | | | | | | | | 1999-05-13 H.J. Lu <hjl@gnu.org> * login/Versions (getutmpx): Added to GLIBC_2.1.1. (getutmp): Likewise. * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and getutmpx for login. * sysdeps/gnu/utmpx.h (getutmp): Added. (getutmpx): Likewise. * sysdeps/generic/getutmp.c: New file. * sysdeps/generic/getutmpx.c: New file.
* Update.Ulrich Drepper1999-05-133-12/+19
| | | | | | | 1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * glibcbug.in (BUGGLIBC): Change address to libc-alpha@sourceware.cygnus.com.
* Update.Ulrich Drepper1999-05-122-0/+8
| | | | | | 1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de> * resolv/arpa/nameser.h: Add C++ protectors.
* Update.Ulrich Drepper1999-05-112-1/+6
| | | | | | | 1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * iconvdata/gconv-modules: Fix alias for CP1255. Reported by Elad Tsur <eladts@post.tau.ac.il>.
* Update.Ulrich Drepper1999-05-1112-19/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-05-11 Ulrich Drepper <drepper@cygnus.com> * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy. * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects lazily if LD_BIND_NOW is not set. * elf/dl-support.c (_dl_lazy): New variable. (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar. * elf/rtld.c (_dl_lazy): new global variable. ( dl_main): Remove lazy, replace it by _dl_lazy. 1999-05-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * locale/setlocale.c (new_composite_name): Check also whether the first category name differs. 1999-05-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not the generic one. 1999-05-11 Philip Blundell <pb@nexus.co.uk> * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New structure; storage suitable for any socket address. * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage): Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct sockaddr_storage): Likewise. * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit platform.
* Add PR information.Ulrich Drepper1999-05-101-1/+1
| | | | _nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
* Update.Ulrich Drepper1999-05-101-0/+6
| | | | | | | | 1999-05-10 Ulrich Drepper <drepper@cygnus.com> * hesiod/Versions: Change _nss_hesiod_getpwuid and _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and _nss_hesiod_getgrgid_r respectively.
* Change _nss_hesiod_getpwuid and _nss_hesiod_getgrgid to ↵Ulrich Drepper1999-05-101-2/+2
| | | | _nss_hesiod_getpwuid_r and _nss_hesiod_getgrgid_r respectively.
* 1999-05-09 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-091-0/+5
| | | | | * hurd/get-host.c (_hurd_get_host_config): Return an empty value if the file is empty.
* 1999-05-09 Mark Kettenis <kettenis@gnu.org> Roland McGrath1999-05-091-0/+8
| | | | | * hurd/get-host.c (_hurd_get_host_config): Return an empty value if the file is empty.
* Update.Ulrich Drepper1999-05-072-1/+3
| | | | * elf/do-lookup.h: Fix typo in comment.
* Update.Ulrich Drepper1999-05-072-6/+7
| | | | | * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to f_bsize to help some broken programs.
* Update.Ulrich Drepper1999-05-073-6/+27
| | | | | | | | 1999-05-07 Ulrich Drepper <drepper@cygnus.com> * stdio-common/tst-printf.c: Add test case for last _itoa problem. * stdio-common/vfprintf.c: Fix typo.
* Update.Ulrich Drepper1999-05-074-15/+31
| | | | | | | | * elf/link.h (struct link_map): New field l_phdr_allocated. * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having the program header being part of any loaded segment. If it is not allocate memory and set l_phdr_allocated flag. * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
* Update.Ulrich Drepper1999-05-065-9/+14
| | | | | | | 1999-05-06 Ulrich Drepper <drepper@cygnus.com> * nss/digits_dots.c: Correct return value interpretation of inet_ntoa. Fix PR libc/1109.
* Update.Ulrich Drepper1999-05-062-0/+10
| | | | | | 1999-05-06 Zack Weinberg <zack@rabi.columbia.edu> * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
* Update.Ulrich Drepper1999-05-062-1/+2
| | | | * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
* Update.Ulrich Drepper1999-05-062-1/+5
| | | | | | 1999-05-06 Thorsten Kukuk <kukuk@suse.de> * stdlib/fpioconst.c: Move #endif before end of struct.
* Update.Ulrich Drepper1999-05-0516-96/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Versions.def (ld.so): Add GLIBC_2.1.1. * elf/Makefile (routines): Add dl-origin. (tests): Add origtest. Add dependencies for the program. * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path, _dl_platformlen, _dl_dst_count and _dl_dst_substitute. * elf/dl-deps.c (expand_dst): New macro. Expand DSTs in filename. (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED, DT_AUXILIARY, and DT_FILTER filenames. * elf/dl-load.c (expand_dynamic_string_token): Explode into two functions and three macros. (_dl_dst_count, _dl_dst_substitute): New functions. * elf/dl-dst.h: New file. * elf/dl-open.c (_dl_open): Take extra parameter with address of caller. Pass address in args structure. (dl_open_worker): Recognize and expand DSTs in filename. * elf/ldsodefs.h (_dl_open): Adapt prototype. * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open. (__dlopen_check): Pass caller address to dlopen_doit in args. * elf/dlopendoit.c: Likewise. * iconv/gconv_dl.c: Adapt call of _dl_open. * nss/nsswitch.c: Likewise. * elf/origtest.c: New file. * sysdeps/generic/dl-origin.h: Moved to... * sysdeps/generic/dl-origin.c: ...here. * sysdeps/unix/sysv/linux/dl-origin.h: Moved to... * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
* Update.Ulrich Drepper1999-05-053-41/+47
| | | | | * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case with specific bases and only few bits set in second word.
* Update.Ulrich Drepper1999-05-053-0/+11
| | | | | | | 1999-05-05 Ulrich Drepper <drepper@cygnus.com> * timezone/Makefile (install-others): Create target directory before creating tzfiles.
* Update.Ulrich Drepper1999-05-054-22/+57
| | | | | | | | | 1999-05-05 Thorsten Kukuk <kukuk@suse.de> * nis/nis_file.c (readColdStartFile): Allocate memory only after the file is opened successfully. * nis/nis_table.c: Fix some memory leaks.
* Update.Ulrich Drepper1999-05-044-8/+53
| | | | | * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st variable.
* Update.Ulrich Drepper1999-05-042-11/+27
| | | | | | | 1999-05-04 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c (expand_dynamic_string_token): Recognize { } around DST. Correctly ignore ORIGIN IN SUID binaries.
* Update.Ulrich Drepper1999-05-033-4/+7
| | | | | * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr. * sysdeps/generic/strtok.c: Likewise.
* Update.Ulrich Drepper1999-05-032-0/+32
| | | | * string/tester.c: Add test of rawmemchr.
* Update.Ulrich Drepper1999-05-032-4/+6
| | | | | * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output specification. It's not necessary.
* Update.Ulrich Drepper1999-05-034-35/+101
| | | | | | | | | | | | | * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk. * elf/gen-trusted-dirs.awk: New file. * elf/dl-load.c (systems_dirs): Moved into file scope. Initialize from SYSTEM_DIRS macro. (system_dirs_len): New variable. Contains lengths of system_dirs strings. (fillin_rpath): Rewrite for systems_dirs being a simple string. Improve string comparisons. Change parameter trusted to be a flag. Change all callers. (_dt_init_paths): Improve using new format for system_dirs.
* Update.Ulrich Drepper1999-05-032-2/+8
| | | | | * elf/dl-load.c (expand_dynamic_string_token): Don't expand $ORIGIN for SUID binaries.
* Update.Ulrich Drepper1999-05-034-1/+11
| | | | | | 1999-05-03 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
* Update.Ulrich Drepper1999-05-035-17/+39
| | | | | | | | | | | | | | | | | | 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sunrpc/Makefile: Generate dependencies for all flavors of librpcsvc objects. (rpcgen-cmd): Pass -Y flag here and remove it from the macro invocations. 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/dlopenold.c: Move #if down after includes to get dependencies right. 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/generic/bzero.c: Undefine __bzero.
* Update.Ulrich Drepper1999-05-024-0/+54
| | | | | | | * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header. * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise. * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise. Patch by Craig Small <csmall@scooter.eye-net.com.au>.