about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Andreas Jaeger2000-06-232-1/+12
| | | | | | | | | | 2000-06-23 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root, SYS_mincore, SYS_madvise): Added. * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of execve.
* Fix signature of execve.Andreas Jaeger2000-06-231-1/+1
|
* Update.Ulrich Drepper2000-06-235-1/+160
| | | | | | | | * libio/Makefile (tests): Add tst-getwc and tst_putwc. (CFLAGS-tst_putwc.c): New definition. * libio/tst_getwc.c: New file. * libio/tst_getwc.input: New file. * libio/tst_putwc.c: New file.
* Update.Ulrich Drepper2000-06-231-0/+4
| | | | | | 2000-06-22 Ulrich Drepper <drepper@redhat.com> * include/string.h: Add prototype for __strdup.
* Add prototype for __strdup.Ulrich Drepper2000-06-231-0/+2
|
* * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures. Greg McGary2000-06-223-4/+10
| | | | | | | | | | * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname): Fix signatures. 2000-06-22 Greg McGary <greg@mcgary.org> * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures. * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname): Fix signatures.
* Update.Ulrich Drepper2000-06-221-0/+4
| | | | | | 2000-06-23 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
* Disable branch predict instruction.Ulrich Drepper2000-06-221-1/+2
|
* Update.Andreas Jaeger2000-06-221-0/+3
| | | | | * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count with signatures.
* Replace arg-count with signatures.Andreas Jaeger2000-06-221-61/+61
|
* Update.Ulrich Drepper2000-06-222-0/+62
| | | | | | * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file. 2000-06-22 Jes Sorensen <jes@linuxcare.com>
* Update.Ulrich Drepper2000-06-222-1/+35
| | | | | * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
* Update.Ulrich Drepper2000-06-222-2/+7
| | | | | | | 2000-06-22 Jes Sorensen <jes@linuxcare.com> * shlib-versions: Bump so versions to 6.1 for libc and libm on the ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
* Update.Ulrich Drepper2000-06-2216-24/+108
| | | | | | | | | | | | | | | | | | | | | 2000-06-22 Ulrich Drepper <drepper@redhat.com> * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM. * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM, and __S_TYPEISSHM. * sysdeps/mach/hurd/bits/stat.h: Likewise. * sysdeps/unix/bsd/bits/stat.h: Likewise. * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise. * sysdeps/unix/sysv/bits/stat.h: Likewise. * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise. * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise. * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise. * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
* Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.Ulrich Drepper2000-06-221-0/+10
|
* Update.Andreas Jaeger2000-06-223-3/+5
| | | | * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
* Update.Andreas Jaeger2000-06-221-0/+4
| | | | | | 2000-06-22 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
* Fix sysctl entry.Andreas Jaeger2000-06-221-1/+1
|
* Update.Ulrich Drepper2000-06-211-0/+5
| | | | | | | 2000-06-21 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_trans.c: Move initialization of winbuf and winbufend ahead.
* Move initialization of winbuf and winbufend ahead.Ulrich Drepper2000-06-211-4/+4
|
* updateGreg McGary2000-06-211-0/+5
| | | | | | | 2000-06-21 Greg McGary <greg@mcgary.org> * Makerules (elide-routines.*, elide-bp-thunks): Define unconditionally.
* Fixed typo.Andreas Jaeger2000-06-211-1/+1
| | | | * sysdeps/pthread/timer_routines.c: Include <string.h> for memset
* * Makerules (elide-routines.*, elide-bp-thunks): Greg McGary2000-06-211-20/+24
| | | | Define unconditionally.
* Update.Ulrich Drepper2000-06-213-0/+18
| | | | | | 2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
* Update.Ulrich Drepper2000-06-213-1/+59
| | | | | | | | | | 2000-06-21 Andreas Jaeger <aj@suse.de> * io/Makefile (tests): Add test-stat. (CFLAGS-test-stat.c): New. * io/test-stat.c: New file from Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
* Update.Ulrich Drepper2000-06-212-0/+233
| | | | | | | | | | | | | | | | | | 2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements in __rlimit_resource to make them match the kernel order. rlim_t is always 64 bit, use __rlim64_t to declare it unconditionally. 2000-05-04 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef RLIM_INFINITY before defining it to avoid clash with kernel header 2000-05-03 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
* Update.Ulrich Drepper2000-06-212-0/+10
| | | | | | 2000-06-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/Versions: New file.
* Full weekday and month names begin with lower-case characters.Ulrich Drepper2000-06-211-19/+19
|
* Update.Andreas Jaeger2000-06-211-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | * stdio-common/temptest.c: Include <stdlib.h>. * stdio-common/tst-fileno.c: Likewise. * stdio-common/scanf4.c: Likewise. * stdio-common/scanf5.c: Likewise. * time/clocktest.c: Likewise. * posix/test-vfork.c: Likewise. * posix/globtest.c: Likewise. * io/test-utime.c: Likewise. * wctype/test_wcfuncs.c: Likewise. * crypt/cert.c: Likewise. * stdio-common/tst-printfsz.c: Include <string.h>. * libio/tst_swscanf.c: Likewise. * libio/tst_wscanf.c: Likewise. * posix/runtests.c: Likewise. * posix/tst-getaddrinfo.c: Likewise. * posix/wordexp-test.c: Likewise. * misc/tst-efgcvt.c: Likewise. * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>. * nss/test-netdb.c: Likewise. * sysdeps/unix/sysv/linux/configure.in: Add check for minimal supported kernel for MIPS.
* * tst-trans.c: Include <stdlib.h> and <string.h>.Andreas Jaeger2000-06-2123-11/+44
| | | | | | 2000-06-21 Andreas Jaeger <aj@suse.de> * tst-trans.c: Include <stdlib.h> and <string.h>.
* Update.Andreas Jaeger2000-06-211-1/+6
| | | | | | | | | 2000-06-21 Andreas Jaeger <aj@suse.de> * elf/vismod2.c: Include <stdlib.h> for abort prototype. * rt/aio_suspend.c: Likewise. * math/libm-test.inc: Include <string.h>.
* * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset Andreas Jaeger2000-06-215-0/+12
| | | | | | | | | | | | | | prototype. * join.c: Include <stdlib.h> for exit prototype. * elf/vismod2.c: Include <stdlib.h> for abort prototype. * rt/aio_suspend.c: Likewise. 2000-06-21 Andreas Jaeger <aj@suse.de> * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset prototype. * join.c: Include <stdlib.h> for exit prototype.
* Update.Ulrich Drepper2000-06-214-3/+12
| | | | | | 2000-06-20 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc: Include <strcmp.h>.
* Update.Ulrich Drepper2000-06-2117-19/+497
| | | | | | | | | | | | | | | | | | | 2000-06-20 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file. 2000-06-20 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file. * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file. 2000-06-20 David Mosberger-Tang <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file. 2000-06-20 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
* Update.Ulrich Drepper2000-06-212-34/+37
| | | | | | | | | | | | | | | 2000-06-20 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate.c (insert_value): Now take string and length instead of struct token* parameter. Adjust use of token. (handle_ellipsis): Likewise. (collate_read): Allow <Uxxxx> names and transform them into names to be passed to insert_value and handle_ellipsis. * locale/programs/ld-ctype.c (uninames): New array with names of digits in <Uxxxxxxxx> format. (ctype_finish): Correct search for space character value. Likewise for default outdigits values.
* (insert_value): Now take string and length instead of struct token* ↵Ulrich Drepper2000-06-211-37/+52
| | | | parameter. Adjust use of token. (handle_ellipsis): Likewise. (collate_read): Allow <Uxxxx> names and transform them into names to be passed to insert_value and handle_ellipsis.
* * Makerules (objects): Add BP thunks.Greg McGary2000-06-212-6/+9
| | | | | | 2000-06-20 Greg McGary <greg@mcgary.org> * Makerules (objects): Add BP thunks.
* Update.Ulrich Drepper2000-06-202-13/+37
| | | | | | | 2000-06-20 Ulrich Drepper <drepper@redhat.com> * locale/programs/charmap.c (parse_charmap): Handle UCS names also in width definitions.
* (parse_charmap): Handle UCS names also in width definitions.Ulrich Drepper2000-06-201-8/+25
|
* UpdateAndreas Jaeger2000-06-202-0/+1081
| | | | * sysdeps/mips/fpu/libm-test-ulps: New file.
* Update.Andreas Jaeger2000-06-201-0/+9
| | | | | | | | | | | 2000-06-20 Andreas Jaeger <aj@suse.de> * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline first. * sysdeps/mips/fpu/feholdexcpt.c: New file. * sysdeps/mips/fpu/fraiseexcpt.c: New file.
* * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline Andreas Jaeger2000-06-203-0/+90
| | | | | | | first. * sysdeps/mips/fpu/feholdexcpt.c: New file. * sysdeps/mips/fpu/fraiseexcpt.c: New file.
* Update for memprof->memusage renaming.Ulrich Drepper2000-06-2010-22/+22
|
* Update.Ulrich Drepper2000-06-2011-0/+20
| | | | | | | | | | | | | | | | | | | | | | | * sysdeps/alpha/memprof.h: Rename to.. * sysdeps/alpha/memusage.h: ...this. New file. * sysdeps/arm/memprof.h: Rename to.. * sysdeps/arm/memusage.h: ...this. New file. * sysdeps/generic/memprof.h: Rename to.. * sysdeps/generic/memusage.h: ...this. New file. * sysdeps/i386/memprof.h: Rename to.. * sysdeps/i386/memusage.h: ...this. New file. * sysdeps/ia64/memprof.h: Rename to.. * sysdeps/ia64/memusage.h: ...this. New file. * sysdeps/m68k/memprof.h: Rename to.. * sysdeps/m68k/memusage.h: ...this. New file. * sysdeps/mips/memprof.h: Rename to.. * sysdeps/mips/memusage.h: ...this. New file. * sysdeps/powerpc/memprof.h: Rename to.. * sysdeps/powerpc/memusage.h: ...this. New file. * sysdeps/sparc/memprof.h: Rename to.. * sysdeps/sparc/memusage.h: ...this. New file. * sysdeps/sh/memprof.h: Rename to.. * sysdeps/sh/memusage.h: ...this. New file.
* Update.Ulrich Drepper2000-06-202-2/+5
| | | | | * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for change in gconv_builtin.h.
* Update.Ulrich Drepper2000-06-209-73/+135
| | | | | | | | | | * malloc/Makefile: Change all references to memprof into memusage. * malloc/memprof.c: Rename to... * malloc/memusage.c: ...this. New file. * malloc/memprof.sh: Rename to... * malloc/memusage.sh: ...this. New file. * malloc/memprofstat.c: Rename to... * malloc/memusagestat.c: ...this. New file.
* Update.Ulrich Drepper2000-06-203-11/+26
| | | | | | | | | | | 2000-06-19 Ulrich Drepper <drepper@redhat.com> * elf/sprof.c (print_version): Update year. * elf/sprof.c (load_shobj): Don't always add load address to dynamic table entry values. Use D_PTR. * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird binaries without PLT. Patches by James Mathiesen <james@curl.com>.
* Update.Ulrich Drepper2000-06-205-0/+419
| | | | | | | | | | | | | 2000-06-20 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file. * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file. * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file. * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file. 2000-05-05 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
* Update.Ulrich Drepper2000-06-209-115/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-06-16 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/xstat.c: New file. * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file. * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file. * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest kernel change. * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t, __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data structure. Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel implementation. 2000-06-15 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted. 2000-06-08 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
* Update.Ulrich Drepper2000-06-2012-431/+249
| | | | | | | | | | * iconv/gconv_int.h (strict gconv_module): Remove all members associated with regular expressions. Use a simple string as the from name. * iconv/gconv_db.c: Remove code handling regular expressions. * iconv/gconv_conf.c: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.