aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-10Update.cvs/glibc-2-1-branchAndreas Jaeger1-0/+14
2001-01-10 * elf/rtld.c (process_envvars): Place output files for profilingAndreas Jaeger4-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().
2000-09-11Update.Ulrich Drepper1-0/+5
2000-09-11(__longjmp): Correct %fp frame pointer offset for non-fast path.Ulrich Drepper1-2/+2
2000-09-01Update.Ulrich Drepper1-0/+4
2000-09-01(__getdate_r): Add extra access check.Ulrich Drepper1-0/+4
2000-08-27(DCGETTEXT): Fix typo in last change.Ulrich Drepper1-2/+1
2000-08-27(_nl_find_locale): Fix typo in last change.Ulrich Drepper1-1/+1
2000-08-27Update.Ulrich Drepper1-0/+6
2000-08-27(_nl_find_locale): Remove _nl_find_language in code to determineUlrich Drepper1-1/+1
invalid locale name.
2000-08-27(DCGETTEXT): Remove _nl_find_language in code to determine invalidUlrich Drepper1-4/+2
locale name.
2000-08-25Update.Andreas Jaeger1-0/+5
2000-08-25 * sysdeps/generic/dl-environ.c (unsetenv): Follow change to theAndreas Jaeger1-3/+6
real unsetenv implementation from 1999-07-29 [PR libc/1714].
2000-08-21Update.Ulrich Drepper1-0/+8
2000-08-21(_nl_find_locale): Move test for unusable locale name after all getenvs.Ulrich Drepper1-8/+7
2000-08-21(catopen): Filter out env_var values with / if necessary.Ulrich Drepper1-1/+3
2000-08-10 Move setting of mutex owner into critical section.Andreas Jaeger2-1/+7
2000-08-01* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take intoMark Kettenis2-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.
2000-07-31 * mutex.c (__pthread_mutex_trylock): Only set mutex owner if weAndreas Jaeger2-1/+8
really own it. Patch by Kevin B. Hendricks" <khendricks@ivey.uwo.ca>.
2000-06-04Update.Andreas Jaeger1-0/+6
2000-06-04 * sysdeps/i386/elf/setjmp.S: Work around change is recentAndreas Jaeger1-2/+6
binutils. gas now emits a jump through the PLT instead of a relative jump if the jump target is an exported symbol.
2000-05-26Update.Andreas Jaeger1-0/+6
2000-05-26 * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.Andreas Jaeger1-4/+4
Closes PR libc/1573, reported by Bradley White <bww@laurelnetworks.com>.
2000-05-12Update.Andreas Jaeger1-0/+5
2000-05-122000-05-12 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-2/+2
* inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices. Reported by tmoestl@gmx.net, closes PR libc/1732.
2000-05-08.Andreas Schwab1-0/+5
2000-05-08New file. Use getpagesize syscall if available.Andreas Schwab1-0/+43
2000-05-08Update.Andreas Jaeger1-0/+5
2000-05-082000-05-08 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-3/+6
* sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and set errno.
2000-05-06Update.Ulrich Drepper1-0/+4
2000-05-06New version from translator.Ulrich Drepper1-1/+1
2000-05-05Update.Ulrich Drepper2-3/+14
2000-05-05Remove incorrect definitions of <So> and <OR>.Ulrich Drepper1-2/+0
2000-05-05(full_config_sysdirs): Renamed from full-config-sysdirs.Ulrich Drepper3-8/+8
2000-05-04Upate.Ulrich Drepper1-0/+3
2000-05-04Make fseeko and ftello prototypes available is __USE_LARGEFILE.Ulrich Drepper1-5/+3
2000-05-04Update.Ulrich Drepper1-0/+4
2000-05-04Update from translation team.Ulrich Drepper1-3/+3
2000-04-272000-04-18 H.J. Lu <hjl@gnu.org>Andreas Jaeger2-6/+11
* posix/globtest.sh: Properly apply the patch by Ulrich Drepper <drepper@redhat.com> on 2000-04-13.
2000-04-19Update.Ulrich Drepper1-0/+4
2000-04-19Update from translation team.Ulrich Drepper1-3301/+3717
2000-04-13Update.Ulrich Drepper1-0/+5
2000-04-13Work around inconsistency with expanding ~/ in shell.Ulrich Drepper1-1/+6
2000-04-12Update.Ulrich Drepper1-0/+7
2000-04-12(_IO_old_proc_open): Close pipes in case the mode is invalid.Ulrich Drepper1-2/+4
2000-04-12(_IO_new_proc_open): Close pipes in case the mode is invalid.Ulrich Drepper1-1/+3
2000-04-10Update.Ulrich Drepper1-0/+6
2000-04-10(sigaction): Fix return value for the case SIG is one of the signalsUlrich Drepper1-1/+4
the implementation uses.
2000-04-07Update.Ulrich Drepper1-0/+9
2000-04-07(__getdents): The Linux kernel does not allow relative seeks on descriptorsUlrich Drepper1-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.