summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (distribute): Filter out xmalloc.c.glibc-2.2.5cvs/glibc-2-2-5Ulrich Drepper2002-01-211-3/+4
|
* (nscd-modules): Add xmalloc for nscd.Ulrich Drepper2002-01-181-1/+4
|
* .Andreas Schwab2002-01-181-0/+5
|
* (libc_cv_gcc_unwind_find_fde): Set for m68k, too.Andreas Schwab2002-01-182-3/+11
|
* Update.Ulrich Drepper2002-01-181-0/+4
|
* Update to Apple's latest definition.Ulrich Drepper2002-01-181-2/+4
|
* Update.Ulrich Drepper2002-01-181-0/+9
|
* (begin_drop_privileges): New function.Ulrich Drepper2002-01-181-1/+104
| | | | | | (finish_drop_privileges): New function. (nscd_init): Call the new functions which also install all groups for the server user.
* (drop_privileges): Removed. Adjust caller.Ulrich Drepper2002-01-181-41/+0
|
* Update.Ulrich Drepper2002-01-171-0/+6
|
* Use 64 bit instructions for pointer operations.Ulrich Drepper2002-01-172-6/+6
|
* Update.Andreas Jaeger2002-01-171-0/+3
|
* GCC 3.1 has __uint128_t build-in.Andreas Jaeger2002-01-171-5/+3
|
* Update.Andreas Jaeger2002-01-171-0/+5
|
* * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and PowerPC.Andreas Jaeger2002-01-172-6/+6
|
* Update copyright year.Ulrich Drepper2002-01-1717-34/+34
|
* Update.Ulrich Drepper2002-01-171-0/+19
|
* Update.Ulrich Drepper2002-01-171-0/+5
|
* Fix regexp to reliably remove "-ia64" from rtld name.Ulrich Drepper2002-01-171-1/+1
|
* Update.Ulrich Drepper2002-01-173-75/+44
|
* swapcontext implementation for S390.Ulrich Drepper2002-01-172-0/+216
|
* We need different files for 32 and 64 bits.Ulrich Drepper2002-01-171-39/+0
|
* (MEMORY_BARRIER): Define.Ulrich Drepper2002-01-172-12/+10
| | | | (CURRENT_STACK_FRAME): Remove duplicate definition.
* Update.Ulrich Drepper2002-01-172-0/+9
|
* (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.Ulrich Drepper2002-01-171-1/+1
|
* Update.Ulrich Drepper2002-01-122-0/+18
|
* Regenerated: autoconf sysdeps/unix/sysv/linux/configure.inUlrich Drepper2002-01-121-3/+11
|
* Add framestate.Ulrich Drepper2002-01-121-0/+8
|
* s390-64 specific profile counter definitions.Ulrich Drepper2002-01-121-0/+27
|
* s390-32 specific profile counter definitions.Ulrich Drepper2002-01-121-0/+27
|
* Need different versions for 31 and 64 bit machines.Ulrich Drepper2002-01-121-27/+0
|
* (__brk): Correct inline assembly contraints.Ulrich Drepper2002-01-121-4/+3
|
* (libc_cv_gcc_unwind_find_fde): Set for s390 and s390x architectures.Ulrich Drepper2002-01-121-0/+8
|
* (sighandler): Initialize all elements to SIG_ERR.Ulrich Drepper2002-01-121-3/+7
| | | | (__sigaction): Don't use value from sighandler if it is SIG_ERR.
* Update.Ulrich Drepper2002-01-111-0/+11
|
* (__ieee754_sqrt): Don't use multi-line string literals.Ulrich Drepper2002-01-111-99/+100
| | | | (__full_ieee754_sqrt): Add __attribute_used__.
* (__group_member): Also check groups[0].Ulrich Drepper2002-01-111-2/+2
|
* .Roland McGrath2002-01-091-0/+14
|
* 2001-12-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-092-3/+5
| | | | | | | * mach/Makefile, mach/Machrules: Move comments out of \ continuations. * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC). * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise. Reported by Jeff Bailey <jbailey@nisa.net>.
* 2001-12-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-091-1/+4
| | | | | | | * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning. Reported by Jeff Bailey <jbailey@nisa.net>. * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl. Reported by Jeff Bailey <jbailey@nisa.net>.
* Update.Ulrich Drepper2002-01-081-0/+1
|
* (distribute): Add scripts/cpp.Ulrich Drepper2002-01-081-2/+2
|
* Update.Ulrich Drepper2002-01-081-0/+8
|
* (distribute): Add unwind-dw2.c, unwind-dw2-fde.c, unwind.h,Ulrich Drepper2002-01-081-1/+3
| | | | unwind-pe.h, unwind-dw2-fde.h, and dwarf2.h.
* Add ldd-rewrite.sed.Ulrich Drepper2002-01-082-0/+2
|
* Add sysv_termio.h and start-libc.c.Ulrich Drepper2002-01-081-0/+2
|
* Additional files to distribute for 4.4BSD.Ulrich Drepper2002-01-081-0/+1
|
* (distribute): Add reldep6mod[01234].c.Ulrich Drepper2002-01-081-2/+4
|
* .Roland McGrath2002-01-081-0/+5
|
* 2002-01-07 Roland McGrath <roland@frob.com>Roland McGrath2002-01-081-14/+10
| | | | | * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use volatile on type of ARGC so the compiler doesn't get clever.