commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance annotated tag, glibc-2.1.92, created. glibc-2.1.


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-2.1.92, created. glibc-2.1.92
Date: Wed, 26 May 2010 18:27:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The annotated tag, glibc-2.1.92 has been created
        at  633e992fa055bc738405837e92442f71d8123b36 (tag)
   tagging  74dd1fee1cea649ee16ee94c898cc71ce67dd02f (commit)
  replaces  glibc-2.1.91
 tagged by  Roland McGrath
        on  Wed Aug 2 22:44:39 2000 +0000

- Log -----------------------------------------------------------------
GNU C Library version 2.1.92
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBKFx+w2vc1Cn671iURAgZPAJ9W865Q9wGTm4NprWZJanULNDMA5gCcDBc5
JUDGKockL9iBj8WXTS0eaEk=
=ryQn
-----END PGP SIGNATURE-----

Andreas Jaeger (68):
      (FCT): Only declare len if
      Update.
      Update.
      Update.
      Include <stdio.h> for printf.
      Update.
      Update.
      (get_proc_path): The type of the proc system is "proc".
      Update.
      Update.
      (__libc_start_main): Initialize thread library for static programs
      Fix typo
      Fix typo (string_alias->strong_alias).
      Update.
      Update.
      Update.
      (free_mem): Only free memory if it was allocated.
      Update.
      Update.
      Update.
      Fix typo in comment.
      * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
      Update.
      Add PR numbers.
      Fix copy & paste error: Use memchr instead of memrchr.
      Upate.
      Update.
      Update.
      localedata is no add-on anymore, change docu.
      Include <wchar.h> for prototype.
      Update.
      Update.
      ($(objpfx)tst-svc.out): Fix rule to read from input from stdin and setup 
environment.
      Update.
      Update.
      (initgroups_dyn_function): Renamed from initgroups_function, adopted 
prototype for change from 2000-07-23. (initgroups): Follow type change.
      (__mmap64): Really fix check for offset.
      Update
      * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
      Update.
      Initialize p_sem_avail.
      Update.
      * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
      Update.
      Update.
      Add TCP options from Linux 2.4.
      Update.
      tst-langinfo.c: Include <string.h> for strcmp prototype.
      * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Implement for
      Update.
      Update.
      New file, libio needs localedata for tests.
      Update.
      * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
      Update.
      * stdio-common/Makefile (distribute): Remove removed files, add
      Update.
      * Makefile (distribute): Follow name change of tst-ctype-de.in to
      (dist): Resolve `..' in file names.
      Update.
      Update.
      Update.
      Update.
      Linux/S390 POSIX spinlock implementation.
      Update.
      Update.
      * elf/elf.h (EM_S390): Added.
      Update

Andreas Schwab (2):
      Remove mmap64 alias.
      * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.

Greg McGary (30):
      * sysdeps/powerpc/strchr.S:  Check bounds.
      * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
      * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
      * sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
      Regenerated: autoconf  configure.in
      * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
      * sysdeps/generic/bp-checks.h: New file.
      * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
      * string/endian.h (__LONG_LONG_PAIR): New macro.
      * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
      * posix/regex.c (EXTEND_BUFFER): Compute increment once.
      * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
      * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
      * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
      * sysdeps/unix/make-syscalls.sh: Handle new arg signature
      * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
      * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
      * Makerules (o-objects): Supplement with $(o-objects$o).
      * sysdeps/generic/bp-checks.h: Use unbounded __memchr
      * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
      * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
      * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from UNCHECK_BOUNDS.
      * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
      * Makeconfig (+link-bounded, link-libc-bounded,
      update
      fix typo in +link-bounded
      * sysdeps/gnu/bits/msq.h: Qualify kernel's
      * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
      * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
      Update.

Mark Kettenis (6):
      * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>. (do_write): Renamed 
from pwrite. (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of 
`struct _IO_cookie_file'.
      * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
      * sysdeps/mach/hurd/check_fds.c: New file.  Implements file descriptor 
checking in SUID programs for the Hurd.
      * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the program's 
data space, reallocate only the space that was just deallocated to release its 
backing space.
      * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the calling 
thread, set the cancellation flag and return success instead of EINTR.
      * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into 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.

Ulrich Drepper (192):
      Update.
      Update.
      Update.
      Update.
      (charmap_read): Prepend the condition filename == NULL.
      Update.
      (tests): Add tst-fnmatch. (tst-fnmatch-ENV): Define.
      Update.
      Update.
      Update.
      Update.
      (main): Also set LC_CTYPE category.
      Update.
      Update.
      Update.
      (_nl_unload_locale): Add cast to avoid warning.
      Update.
      Update.
      Update.
      Implement pthread_condattr_getpshared and pthread_condattr_setpshared.
      Update.
      Regenerated: autoconf  configure.in
      Declare __libc_sigaction.
      Update.
      Test program for mtrace.
      Update.
      Update.
      Make characters in C1 area map to themselves.
      Update.
      Update.
      Update.
      Exit with exit code 1 if any leak was detected.
      Update.
      (tests): Remove tst-printf here... (tests-srcs): ...and add it here. 
(distribute): Add tst-unbputc.sh and tst-printf.sh. Add rules to run 
tst-printf.sh.
      Update.
      Update.
      Update.
      Include <bits/libc-lock.h>.
      Update.
      Update.
      Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR, and NOEXPR 
unconditionally available.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Remove build rules for libposix.
      Update.
      (tr_freehook): Return immediately if ptr is NULL.
      Update.
      Update.
      Update.
      Update.
      GB18030 iconv module for glibc.
      Update.
      Check for pwd binary.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Define RETURN_ADDRESS macro.
      Update.
      Update.
      Update.
      Mark U0000 as cntrl and U00A0 not as space.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (tests): Add noload.  Add rules to generate noload.
      Update.
      Update.
      Fix typos.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Rewrite rules to generate filtmod1.so.
      (_dl_map_object): Take loader==NULL into account in DF_1_NODEFLIB 
handling.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (yesexpr): Add U005E at the beginning. (noexpr): Likewise.
      Update.
      Update.
      Update.
      Update.
      (struct _pthread_descr_struct): Add p_condvar_avail.
      Update.
      (__pthread_initial_thread): Update initializer. 
(__pthread_manager_thread): Likewise. (pthread_initialize): Move setrlimit call 
to... (__pthread_initialize_manager): ...here. (__pthread_reset_main_thread): 
Reset also soft limit on stack size.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Pretty print.
      Update.
      Update.
      (_IO_wfile_underflow): Correct not entirely empty external buffer 
correctly.
      Update.
      Update.
      Add WCHAR_T alias.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Fixes for use outside glibc.
      Update.
      Update.
      Update.
      Update.
      Don't assume __aio_find_req_fd succeeds since the request might already 
be processed.  Don't do the list handling here, call __aio_remove_request.
      Update.
      (HAVE_MREMAP): Undo change of 1997-12-04.
      Update.
      Update.
      Update.
      Taiwanese locale definition.
      Update.
      Update.
      Update.
      Update.
      Add tests for wprintf.
      Update.
      Update.
      Update.
      Update.
      Update from tzcode2000e.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Add oldgetrlimit, oldsetrlimit for GLIBC_2.0.
      Update.
      Enable exception handling for genops, wgenops, fileops, and wfileops.
      Update.
      Update.
      Update.
      Update.
      Undo last change.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.

-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]