about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update. cvs/glibc-2-1-branchAndreas Jaeger2001-01-101-0/+14
|
* * elf/rtld.c (process_envvars): Place output files for profilingAndreas Jaeger2001-01-104-8/+13
| | | | | | | | | | | | | in SUID binaries in /var/profile. * elf/dl-load.c (_dl_map_object): Don't look in cache for preloading in SUID binaries. * elf/dl-profile.c (_dl_start_profile): Open the output file with O_NOFOLLOW if possible. * sysdeps/generic/segfault.c (install_handler): Check output file name with access().
* Update.Ulrich Drepper2000-09-111-0/+5
|
* (__longjmp): Correct %fp frame pointer offset for non-fast path.Ulrich Drepper2000-09-111-2/+2
|
* Update.Ulrich Drepper2000-09-011-0/+4
|
* (__getdate_r): Add extra access check.Ulrich Drepper2000-09-011-0/+4
|
* (DCGETTEXT): Fix typo in last change.Ulrich Drepper2000-08-271-2/+1
|
* (_nl_find_locale): Fix typo in last change.Ulrich Drepper2000-08-271-1/+1
|
* Update.Ulrich Drepper2000-08-271-0/+6
|
* (_nl_find_locale): Remove _nl_find_language in code to determineUlrich Drepper2000-08-271-1/+1
| | | | invalid locale name.
* (DCGETTEXT): Remove _nl_find_language in code to determine invalidUlrich Drepper2000-08-271-4/+2
| | | | locale name.
* Update.Andreas Jaeger2000-08-251-0/+5
|
* * sysdeps/generic/dl-environ.c (unsetenv): Follow change to theAndreas Jaeger2000-08-251-3/+6
| | | | real unsetenv implementation from 1999-07-29 [PR libc/1714].
* Update.Ulrich Drepper2000-08-211-0/+8
|
* (_nl_find_locale): Move test for unusable locale name after all getenvs.Ulrich Drepper2000-08-211-8/+7
|
* (catopen): Filter out env_var values with / if necessary.Ulrich Drepper2000-08-211-1/+3
|
* Move setting of mutex owner into critical section.Andreas Jaeger2000-08-102-1/+7
|
* * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take intoMark Kettenis2000-08-012-10/+48
| | | | | | | | acount that elf/rtld's main program might remove some varibales from the environment if we're trying to be secure. Move the Hurd startup data if necessary, or, if we there is no startup data, make sure the magical convention that ARGV[0] is stored just after the environment list.
* * mutex.c (__pthread_mutex_trylock): Only set mutex owner if weAndreas Jaeger2000-07-312-1/+8
| | | | | really own it. Patch by Kevin B. Hendricks" <khendricks@ivey.uwo.ca>.
* Update.Andreas Jaeger2000-06-041-0/+6
|
* * sysdeps/i386/elf/setjmp.S: Work around change is recentAndreas Jaeger2000-06-041-2/+6
| | | | | binutils. gas now emits a jump through the PLT instead of a relative jump if the jump target is an exported symbol.
* Update.Andreas Jaeger2000-05-261-0/+6
|
* * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.Andreas Jaeger2000-05-261-4/+4
| | | | | Closes PR libc/1573, reported by Bradley White <bww@laurelnetworks.com>.
* Update.Andreas Jaeger2000-05-121-0/+5
|
* 2000-05-12 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-05-121-2/+2
| | | | | * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices. Reported by tmoestl@gmx.net, closes PR libc/1732.
* .Andreas Schwab2000-05-081-0/+5
|
* New file. Use getpagesize syscall if available.Andreas Schwab2000-05-081-0/+43
|
* Update.Andreas Jaeger2000-05-081-0/+5
|
* 2000-05-08 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-05-081-3/+6
| | | | | * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and set errno.
* Update.Ulrich Drepper2000-05-061-0/+4
|
* New version from translator.Ulrich Drepper2000-05-061-1/+1
|
* Update.Ulrich Drepper2000-05-052-3/+14
|
* Remove incorrect definitions of <So> and <OR>.Ulrich Drepper2000-05-051-2/+0
|
* (full_config_sysdirs): Renamed from full-config-sysdirs.Ulrich Drepper2000-05-053-8/+8
|
* Upate.Ulrich Drepper2000-05-041-0/+3
|
* Make fseeko and ftello prototypes available is __USE_LARGEFILE.Ulrich Drepper2000-05-041-5/+3
|
* Update.Ulrich Drepper2000-05-041-0/+4
|
* Update from translation team.Ulrich Drepper2000-05-041-3/+3
|
* 2000-04-18 H.J. Lu <hjl@gnu.org>Andreas Jaeger2000-04-272-6/+11
| | | | | * posix/globtest.sh: Properly apply the patch by Ulrich Drepper <drepper@redhat.com> on 2000-04-13.
* Update.Ulrich Drepper2000-04-191-0/+4
|
* Update from translation team.Ulrich Drepper2000-04-191-3301/+3717
|
* Update.Ulrich Drepper2000-04-131-0/+5
|
* Work around inconsistency with expanding ~/ in shell.Ulrich Drepper2000-04-131-1/+6
|
* Update.Ulrich Drepper2000-04-121-0/+7
|
* (_IO_old_proc_open): Close pipes in case the mode is invalid.Ulrich Drepper2000-04-121-2/+4
|
* (_IO_new_proc_open): Close pipes in case the mode is invalid.Ulrich Drepper2000-04-121-1/+3
|
* Update.Ulrich Drepper2000-04-101-0/+6
|
* (sigaction): Fix return value for the case SIG is one of the signalsUlrich Drepper2000-04-101-1/+4
| | | | the implementation uses.
* Update.Ulrich Drepper2000-04-071-0/+9
|
* (__getdents): The Linux kernel does not allow relative seeks on descriptorsUlrich Drepper2000-04-071-9/+13
| | | | | | associated with directories. Go back to get the position in the directory every time we enter the function. Return -1 and set errno if one entry could be read from the kernel but does not fit into the buffer passed in by the user.