about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20061109T2048 cvs/fedora-glibc-2_5_90-5Jakub Jelinek2006-11-091-3/+5
|
* Updated to fedora-glibc-20061025T1857 cvs/fedora-glibc-2_5_90-1Jakub Jelinek2006-10-251-5/+5
|
* Updated to fedora-glibc-20061002T1858 cvs/fedora-glibc-2_5-2 cvs/fedora-2_5-baseJakub Jelinek2006-10-021-2/+2
|
* Updated to fedora-glibc-20060925T1535 cvs/fedora-glibc-2_4_90-35Jakub Jelinek2006-09-251-2/+10
|
* Updated to fedora-glibc-20060731T0706Roland McGrath2006-07-311-1/+17
|
* Updated to fedora-glibc-20060630T0858 cvs/fedora-glibc-2_4_90-12Jakub Jelinek2006-06-301-6/+9
|
* Updated to fedora-glibc-20060531T1322 cvs/fedora-glibc-2_4_90-11Jakub Jelinek2006-05-311-1/+2
|
* Updated to fedora-glibc-20060519T1550 cvs/fedora-glibc-2_4_90-8Jakub Jelinek2006-05-191-1/+16
|
* Updated to fedora-glibc-20060511T1325 cvs/fedora-glibc-2_4_90-7Jakub Jelinek2006-05-111-2/+8
|
* Updated to fedora-glibc-20060505T0554 cvs/fedora-glibc-2_4_90-5Jakub Jelinek2006-05-051-33/+379
|
* Updated to fedora-glibc-20060501T0751Jakub Jelinek2006-05-011-1/+1
|
* Updated to fedora-glibc-20060426T2000Jakub Jelinek2006-04-261-1/+1
|
* Updated to fedora-glibc-20060424T2027Jakub Jelinek2006-04-241-1/+1
|
* Updated to fedora-glibc-20060424T0820Jakub Jelinek2006-04-243-50/+167
|
* Updated to fedora-glibc-20060306T0720Jakub Jelinek2006-03-061-76/+76
|
* Updated to fedora-glibc-20060301T0647Jakub Jelinek2006-03-011-0/+5
|
* Updated to fedora-glibc-20060204T0758Jakub Jelinek2006-02-041-2/+4
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-092-4/+3
|
* Updated to fedora-glibc-20060106T2148Jakub Jelinek2006-01-061-0/+2
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-021-3/+4
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-271-2/+2
|
* Updated to fedora-glibc-20051220T1751 cvs/fedora-glibc-2_3_90-21Jakub Jelinek2005-12-204-32/+61
|
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-196-106/+90
|
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-153-26/+18
|
* Updated to fedora-glibc-20051003T2040Jakub Jelinek2005-10-032-9/+32
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-205-6/+13
|
* Updated to fedora-glibc-20050520T0919Jakub Jelinek2005-05-201-4/+4
|
* * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,Jakub Jelinek2005-05-032-20/+66
| | | | | | | | call ftruncate if offset is bigger than current size. Make sure the file is offset + len bytes long if that is more than current size. Don't overwrite previous content of the file. * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64): Likewise.
* Updated to fedora-glibc-20050427T1043Jakub Jelinek2005-04-271-51/+60
|
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-031-1/+1
|
* Updated to fedora-glibc-20041215T0847Jakub Jelinek2004-12-151-2/+2
|
* Updated to fedora-glibc-20041208T1024Jakub Jelinek2004-12-081-0/+9
|
* * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0Jakub Jelinek2004-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditionals instead of defined _POSIX_CPUTIME. (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 conditionals instead of defined _POSIX_CPUTIME. (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding _SC_ argument. nptl/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed. linuxthreads/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-301-0/+14
|
* Updated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85Jakub Jelinek2004-11-261-8/+35
|
* Updated to fedora-glibc-20041124T0741 cvs/fedora-glibc-2_3_3-84Jakub Jelinek2004-11-241-0/+2
|
* Updated to fedora-glibc-20041119T0003Jakub Jelinek2004-11-191-0/+1
|
* Updated to fedora-glibc-20041116T0856Jakub Jelinek2004-11-161-4/+6
|
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-151-19/+106
|
* Updated to fedora-glibc-20040929T0821Jakub Jelinek2004-09-291-0/+10
|
* Updated to fedora-glibc-20040927T0611 cvs/fedora-glibc-2_3_3-59Jakub Jelinek2004-09-271-11/+30
|
* 2.3.3-57 cvs/fedora-glibc-2_3_3-57Jakub Jelinek2004-09-261-16/+20
|
* Update.Ulrich Drepper2004-09-181-2/+7
| | | | | * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use gethostbyname3_r if we are not looking for the canonical name.
* Update.Ulrich Drepper2004-09-181-3/+3
| | | | | | | | | | | | | | | 2004-09-17 Ulrich Drepper <drepper@redhat.com> * include/link.h (struct link_map): Add l_used element. * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED. * elf/rtld.c (process_dl_debug): Recognize unused. (dl_main): When unused debug flag is set check for unused direct dependencies. When printing dependencies and SONAME starts with /, omit the SONAME => part. * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the symbol has been found as used. * elf/ldd.bash.in: Add -u option.
* [BZ #390]Ulrich Drepper2004-09-171-6/+16
| | | | | | | | | | | | | Update. 2004-09-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread): Do nothing if __NR_set_tid_address is not defined. [BZ #390] 2004-09-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function in case it is available.
* iAdd __nscd_getai prototype.Ulrich Drepper2004-09-161-56/+64
|
* Update.Ulrich Drepper2004-09-151-16/+185
| | | | | | | | | | | | | | | | | | | | | 2004-09-15 Ulrich Drepper <drepper@redhat.com> * nscd/Makefile (rountines): Add nscd_getai. (nscd-modules): Add aicache. * nscd/aicache.c: New file. * nscd/nscd_getai.c: New file. * nscd/cache.c (prune_cache): Handle GETAI request type. * nscd/connections.c: Add GETAI support in request handling. * nscd/nscd-client.h (request_type): Add GETAI. Define ai_response_header and struct nscd_ai_result types. (struct datahead): Add aidata field. Declare __nscd_getai. * nscd/nscd.c: Add getaddrinfo definition to catch problems. * nscd/nscd.h: Declare addhstai and readdhstai. * sysdeps/posix/getaddrinfo.c: Add support for using cached results. * nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool.
* Update.Ulrich Drepper2004-09-142-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-09-13 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Restore old definition of __P. * csu/munch.awk: Remove uses of __P and __PMT. * gmon/gmon.c: Likewise. * hesiod/hesiod.h: Likewise. * include/stdio.h: Likewise. * io/fts.c: Likewise. * libio/genops.c: Likewise. * libio/libioP.h: Likewise. * libio/fileops.c: Likewise. * libio/iolibio.h: Likewise. * libio/libio.h: Likewise. * libio/memstream.c: Likewise. * libio/oldfileops.c: Likewise. * libio/oldstdfiles.c: Likewise. * libio/iopopen.c: Likewise. * libio/vsnprintf.c: Likewise. * libio/vswprintf.c: Likewise. * libio/wgenops.c: Likewise. * libio/oldiopopen.c: Likewise. * locale/programs/xmalloc.c: Likewise. * locale/programs/xstrdup.c: Likewise. * malloc/mtrace.c: Likewise. * misc/getttyent.c: Likewise. * misc/getusershell.c: Likewise. * nis/rpcsvc/ypupd.h: Likewise. * posix/fnmatch.h: Likewise. * posix/glob.h: Likewise. * resolv/arpa/nameser.h: Likewise. * resolv/gethnamaddr.c: Likewise. * resolv/resolv.h: Likewise. * resolv/inet_net_ntop.c: Likewise. * resolv/inet_net_pton.c: Likewise. * resolv/res_init.c: Likewise. * resolv/nss_dns/dns-network.c: Likewise. * stdio-common/vfprintf.c: Likewise. * stdio-common/reg-printf.c: Likewise. * sysdeps/generic/chflags.c: Likewise. * sysdeps/generic/fchflags.c: Likewise. * sysdeps/generic/glob.c: Likewise. * sysdeps/generic/printf_fphex.c: Likewise. * sysdeps/generic/memcmp.c: Likewise. * sysdeps/generic/memcopy.h: Likewise. * sysdeps/generic/morecore.c: Likewise. * sysdeps/generic/sstk.c: Likewise. * sysdeps/posix/sigvec.c: Likewise. * sysdeps/posix/ttyname_r.c: Likewise. * sysdeps/standalone/arm/bits/errno.h: Likewise. * sysdeps/standalone/standalone.h: Likewise. * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise. * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise. * sysdeps/unix/arm/start.c: Likewise. * sysdeps/unix/bsd/sigaction.c: Likewise. * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise. * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise. * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise. * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise. * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise. * sysdeps/unix/sparc/start.c: Likewise. * sysdeps/unix/sysv/getdents.c: Likewise. * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise. * sysdeps/unix/sysv/irix4/getgroups.c: Likewise. * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. * sysdeps/unix/sysv/irix4/getrusage.c: Likewise. * sysdeps/unix/sysv/irix4/pathconf.c: Likewise. * sysdeps/unix/sysv/irix4/setgroups.c: Likewise. * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise. * sysdeps/unix/sysv/irix4/start.c: Likewise. * sysdeps/unix/sysv/irix4/sysconf.c: Likewise. * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise. * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise. * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise. * sysdeps/unix/sysv/sysv4/setsid.c: Likewise. * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise. * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise. * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise. * time/tzset.c: Likewise. * time/strftime_l.c: Likewise. * time/strptime_l.c: Likewise. * crypt/md5.h: Likewise.
* Update.Ulrich Drepper2004-09-121-6/+9
| | | | | | | | * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK. * posix/spawnattr_setflags.c: Check whether any unknown bit is set in FLAGS parameter and fail if this is the case. * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is set.
* (gaih_inet): Little code cleanup. Move variable h into gethosts macro.Ulrich Drepper2004-09-061-1/+1
|