about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Ulrich Drepper1999-01-242-2/+2
| | | | * sysdeps/i386/i786/Implies: New file.
* 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): Fail with ENOSYS, don't call abort. Suggested by Mark Kettenis <kettenis@phys.uva.nl>. 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/unix/sysv/linux/sys/mtio.h: Moved to... * sysdeps/gnu/sys/mtio.h: ...here. (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros. * sysdeps/gnu/Dist: Add sys/mtio.h. * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h. * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc] (sysdep_headers): Don't add sys/mtio.h here. * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it here instead. Revamp Hurd ioctl typing magic to handle `struct' keyword in the ioctl command macros, so we can use Unix-compatible headers that make use of the _IO* macros. * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE, _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros. (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t. (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*. (numerous ioctl command macros): Restore `struct' keyword.
* Update.Ulrich Drepper1999-01-242-0/+22
| | | | | | | | | | | | | | | | | * scripts/config.sub: Update from latest autoconf release. * scripts/config.guess: Likewise. * sysdeps/i386/i786: New file. 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Running make install): Change for Linux 2.2. 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/process.texi (Creating a Process): Fix typos. 1999-01-24 Ulrich Drepper <drepper@cygnus.com>
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-01-246-8/+26
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/sys/mtio.h: Moved to... * sysdeps/gnu/sys/mtio.h: ...here. (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros. * sysdeps/gnu/Dist: Add sys/mtio.h. * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h. * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc] (sysdep_headers): Don't add sys/mtio.h here. * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it here instead.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-01-241-54/+66
| | | | | | | | | | | Revamp Hurd ioctl typing magic to handle `struct' keyword in the ioctl command macros, so we can use Unix-compatible headers that make use of the _IO* macros. * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE, _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros. (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t. (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*. (numerous ioctl command macros): Restore `struct' keyword.
* Also applying directories.Ulrich Drepper1999-01-243-76/+164
|
* Update.Ulrich Drepper1999-01-246-25/+30
| | | | | | | 1999-01-24 Ulrich Drepper <drepper@cygnus.com> * ctype/ctype.c (toupper): Correct variable names from lat change. (tolower): Likewise.
* Update.Ulrich Drepper1999-01-234-9/+17
| | | | | | | | | * sunrpc/rpc_main.c (open_output): Allow better translation of error message. (close_output): Likewise. * locale/programs/localedef.c: Unify messages. * malloc/obstack.c: Likewise. Suggested by Vladimir Michl <Vladimir.Michl@upol.cz>.
* Update.Ulrich Drepper1999-01-232-2/+5
| | | | | * grp/putgrent.c (putgrent): Don't insert extra colon. Patch by Michael Schaefer <michael.schaefer@dlr.de>.
* Update.Ulrich Drepper1999-01-2319-68/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-01-23 Ulrich Drepper <drepper@cygnus.com> * nss/nss_files/files-XXX.c (internal_getent): Make sure the buffer has at least two bytes (not one). Correct buflen parameter type. * nss/nss_files/files-alias.c (get_next_alias): Make sure buffer has at least two bytes. Use fgets_unlocked instead of fgets. * ctype/ctype.h: Don't user __tolower directly for tolower implementation. Use inline function which tests for the range first. Make _tolower equivalent to old tolower macros. Likewise for toupper. * ctype/ctype.c: Change tolower/toupper definition accordingly. * argp/argp-help.c: Use _tolower instead of tolower if possible. * inet/ether_aton_r.c: Likewise. * inet/ether_line.c: Likewise. * inet/rcmd.c: Likewise. * intl/l10nflist.c: Likewise. * locale/programs/ld-collate.c: Likewise. * locale/programs/linereader.c: Likewise. * locale/programs/localedef.c: Likewise. * nis/nss_nis/nis-alias.c: Likewise. * nis/nss_nis/nis-network.c: Likewise. * posix/regex.c: Likewise. * resolv/inet_net_pton.c: Likewise. * stdio-common/printf_fp.c: Likewise. * stdio-common/vfscanf.c: Likewise. * sysdeps/generic/strcasestr.c: Likewise. * math/bits/mathcalls.h: Fix typo.
* Don't user __tolower directly for tolower implementation. Use inline ↵Ulrich Drepper1999-01-232-6/+20
| | | | function which tests for the range first. Make _tolower equivalent to old tolower macros. Likewise for toupper.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-231-0/+4
| | | | * sysdeps/gnu/errlist.awk: Add comment.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-01-231-3/+11
| | | | * sysdeps/gnu/errlist.awk: Add comment.
* Update.Ulrich Drepper1999-01-232-0/+5
| | | | | | 1999-01-23 Ulrich Drepper <drepper@cygnus.com> * csu/Versions: Add __register_frame_info_table.
* Update.Ulrich Drepper1999-01-237-14/+34
| | | | | | | | | | | | | | | | 1998-12-29 Geoff Keating <geoffk@ozemail.com.au> * sunrpc/Versions: Include _authenticate, it's defined in a user header (in fact, it's the whole contents of rpc/svc_auth.h). 1999-01-23 Ulrich Drepper <drepper@cygnus.com> * io/ftw.c (process_entry): Initialize flag since not all gcc versions are smart enough to see that this is no problem. * elf/dl-open.c (_dl_init_paths): Check malloc result. * csu/Versions: Add __frame_state_for.
* Update.Ulrich Drepper1999-01-223-2/+5
| | | | * sysdeps/gnu/errlist.awk: Mark ENOTSUP as alias for EOPNOTSUPP.
* Update.Ulrich Drepper1999-01-225-15/+34
| | | | | | | | | | | 1999-01-22 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv_conf.c (add_alias): Convert names to uppercase before adding into search tree. (add_module): Likewise. * iconv/iconv_open.c: Likewise. * iconv/gconv_db.c: Change all __strcasecmp to strcmp. * iconv/skeleton.c (gconv_init): Likewise.
* Update.Ulrich Drepper1999-01-224-16/+31
| | | | | | | | | | | | | | | | | 1999-01-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile: Make dependencies between test modules explicit. (preloadtest-preloads): New variable. ($(objpfx)preloadtest.out): Use it. (preloadtest-ENV): Use it. 1999-01-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/arm/Dist: Undo last change. Not needed. * elf/Makefile: Add missing dependency for preloadtest binary. 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
* (Converting Strings): @xref -> @pxref.Ulrich Drepper1999-01-221-1/+1
|
* * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend onRoland McGrath1999-01-213-1/+84
| | | | $(common-objpfx)errnos.d.
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-214-104/+52
| | | | | | | * sysdeps/mach/hurd/Makefile: Fix errnos.h -> bits/errno.h in rules. * manual/errno.texi (Error Codes): Fix ENOSYS description. Add ENOTSUP.
* Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texiRoland McGrath1999-01-211-3/+21
|
* Add missing dependency for preloadtest binary.Ulrich Drepper1999-01-211-1/+2
|
* Update.Ulrich Drepper1999-01-213-3/+7
| | | | * elf/Makefile (distribute): Add test module sources.
* Update.Ulrich Drepper1999-01-217-11/+51
| | | | | | | | | | | * sysdeps/unix/sysv/linux/sys/sysmacros.h: Pretty print. * sysdeps/unix/sysv/linux/Dist: Remove sys/sysmacros.h. * sysdeps/unix/sysv/linux/Makefile: Remove sys/sysmacros.h. * posix/Makefile (headers): Add sys/sysmacros.h. * posix/sys/types.h: Include sys/sysmacros.h for __USE_BSD. * sysdeps/generic/sys/sysmacros.h: New file. * sysdeps/mach/hurd/xmknod.c: Include sys/types.h and remove minor and major definition.
* Update.Ulrich Drepper1999-01-212-1/+3
| | | | * version.h (VERSION): Bump to 2.0.111.
* Update.Ulrich Drepper1999-01-215-47/+32
| | | | | | | | | | | 1999-01-21 Ulrich Drepper <drepper@cygnus.com> * elf/dl-close.c: Rewrite the way adding to the global scope works to handle error cases better than the last change. The l_global flag is now only set when the object is actually counted in the global scope list. * elf/dl-deps.c: Likewise. * elf/dl-open.c: Likewise.
* Update.Ulrich Drepper1999-01-215-8/+223
| | | | | | | | | | | | 1999-01-20 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/sigaction.c: New file. * sysdeps/unix/sysv/linux/arm/vfork.S: New file. * sysdeps/unix/sysv/linux/arm/Dist: Add vfork.S. * sysdeps/unix/sysv/linux/arm/clone.S: Optimise a little, support 26-bit machines correctly and fix check for returned errors.
* Update.Ulrich Drepper1999-01-212-5/+5
| | | | * sysdeps/unix/sysv/linux/i386/clone.S: Micro-optimization.
* Update.Ulrich Drepper1999-01-212-0/+69
| | | | | * sysdeps/unix/sysv/linux/i386/vfork.S: Add back the first implementation now that the syscall is back in 2.2.0.
* Update.Ulrich Drepper1999-01-219-1/+27
| | | | | | | | | | | | | | 1999-01-21 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile: Change rule to make test module so that they are compiled using -fPIC. * elf/testobj1.c: Add missing prototype. * elf/testobj1_1.c: Likewise. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * elf/testobj6.c: Likewise.
* Update.Ulrich Drepper1999-01-213-2/+8
| | | | | | | 1999-01-21 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_allocate_stack): Set __pthread_nonstandard_stacks if user-specified stack is used.
* Update.Ulrich Drepper1999-01-204-2/+50
| | | | | | | | * elf/Makefile (tests): Add loadfail. Add rules to build failobj.so. * elf/loadfail.c: New file. Test of failing to load object with RTLD_GLOBAL set. * elf/failobj.c: New file. Object which will fail to load.
* Update.Ulrich Drepper1999-01-202-1/+3
| | | | * elf/dl-close.c (_dl_close): Fix last patch (cnt is unsigned).
* Update.Ulrich Drepper1999-01-207-20/+56
| | | | | | | | | | | | | * elf/dl-close.c: Handle failed loads which would have gone in the global scope correctly. * elf/testobj1.c: Include stdlib.h to get NULL defined. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * iconvdata/sami-ws2.c: New file.
* Update.Ulrich Drepper1999-01-208-4/+793
| | | | | | | * iconvdata/Makefile (modules): Add SAMI-WS2 and ISO-IR-197. * iconvdata/gconv-modules: Add entries for above charsets. * iconvdata/iso-ir-197.c: New file. * iconvdata/same-ws2.c: New file.
* Update.Ulrich Drepper1999-01-204-11/+20
| | | | | | 1999-01-20 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/vfork.c: Once again use generic version.
* Update.Ulrich Drepper1999-01-205-28/+32
| | | | | | | | | | | | | | 1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.d): Fix generation of dependency list to make it work with newer versions of gcc. 1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * Makerules (build-module): New macro, moved from... * elf/Makefile (build-module): ... here. * iconvdata/Makefile (build-module): ... and here.
* Update.Ulrich Drepper1999-01-202-0/+8
| | | | * sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
* Update.Ulrich Drepper1999-01-2010-4/+157
| | | | | | | | | | | | | | | | | 1999-01-20 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile (tests): Add preloadtest. Add rules to build more test modules and the preloadtest binary. * elf/loadtest.c (TEST_ROUNDS): Increase to 1000. (testobjs): Add more modules. (tests): Add entries for new modules. * elf/preloadtest.c: New file. Test for LD_PRELOAD. * elf/testobj1.c: Add 'preload' function. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: New file. * elf/testobj5.c: New file. * elf/testobj6.c: New file.
* Update.Ulrich Drepper1999-01-202-1/+3
| | | | * elf/dl-object.c (_dl_new_object): Micro-optimization.
* Update.Ulrich Drepper1999-01-194-2/+66
| | | | | | * elf/restest1.c: New file. Symbol resolution test. * elf/testobj1_1.c: New file. Module used in this test. * elf/Makefile: Add rules for restest1 generation and execution.
* Update.Ulrich Drepper1999-01-193-53/+6
| | | | | | | * elf/dl-object.c (_dl_new_object): l_local_scope really gets assigned the local scope. * math/tgmath.h: Rename nextafterx to nexttoward.
* Update.Ulrich Drepper1999-01-192-3/+11
| | | | | * posix/test-vfork.c (main): Improve test to check for correct exit code.
* Update.Ulrich Drepper1999-01-193-29/+19
| | | | | | * sysdeps/unix/sysv/linux/i386/vfork.S: Rewrite to use clone. * sysdeps/unix/sysv/linux/bits/sched.h: Define CLONE_VFORK.
* Update.Ulrich Drepper1999-01-194-14/+15
| | | | | | | 1999-01-19 Ulrich Drepper <drepper@cygnus.com> * timezone/zdump.c: Update from tzcode1999a. * timezone/zic.c: Likewise.
* Update.Ulrich Drepper1999-01-194-9/+13
| | | | | | 1999-01-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/tgmath.h (nexttoward): Rename nextafterx to nexttoward.
* Update.Ulrich Drepper1999-01-195-13/+63
| | | | | | | | * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add baud rates > 460800. * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
* Update.Ulrich Drepper1999-01-1913-114/+44
| | | | | | | | | | | | | | | | | | | | | | 1999-01-19 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (libm-calls): Rename s_nextafterx to s_nexttoward. * math/Versions: Likewise. * math/bits/mathcalls.h: Likewise. * manual/arith.texi: Likewise. * sysdeps/libm-ieee754/s_nextafterl.c: Likewise. * sysdeps/libm-ieee754/s_nextafterx.c: Replaced by... * sysdeps/libm-ieee754/s_nexttoward.c: New file. * sysdeps/libm-ieee754/s_nextafterxf.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardf.c: New file. * sysdeps/libm-ieee754/s_nextafterxl.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardl.c: New file. * time/Makefile (routines): Removed strfxtime. * time/Versions: Likewise. * time/strfxtime.c: Removed. * time/time.h: Remove _LOCALTIME, _NO_LEAP_SECONDS, struct tmx, mkxtime, and strfxtime.
* Fix typo.Ulrich Drepper1999-01-181-1/+1
| | | | * Rules: Add dummy.c and dummy.o to common-generated.