GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
Roland McGrath
2005-12-29
1
-3
/
+4
*
* elf/cache.c: Use <> rather than "" #includes.
Roland McGrath
2005-12-21
1
-2
/
+2
*
* sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.
Ulrich Drepper
2005-12-20
3
-30
/
+58
*
* sysdeps/posix/getaddrinfo.c (gaih): Mark as const.
cvs/fedora-glibc-20051220T1751
Ulrich Drepper
2005-12-20
1
-2
/
+3
*
* sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.
Roland McGrath
2005-12-15
4
-8
/
+8
*
* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
Ulrich Drepper
2005-11-27
1
-4
/
+9
*
(gaih_inet): Avoid some code duplication.
Ulrich Drepper
2005-11-27
1
-50
/
+29
*
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
Ulrich Drepper
2005-11-27
1
-44
/
+44
*
* configure.in: Remove gnu_ld definition and everything using it.
Ulrich Drepper
2005-11-06
2
-12
/
+2
*
[BZ #1774]
Ulrich Drepper
2005-11-03
1
-14
/
+16
*
(fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to...
Ulrich Drepper
2005-09-26
1
-6
/
+21
*
[BZ #524]
Ulrich Drepper
2005-09-26
1
-1
/
+1
*
(__spawni): Automatically recognize some more cases when we can use vfork.
Ulrich Drepper
2005-09-13
1
-2
/
+10
*
* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
Ulrich Drepper
2005-06-17
4
-4
/
+11
*
* debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
Ulrich Drepper
2005-06-14
1
-2
/
+2
*
2005-05-17 Neal H. Walfield <neal@gnu.org>
Roland McGrath
2005-05-18
1
-4
/
+4
*
(posix_fallocate): If len == 0, call ftruncate if offset is bigger than curre...
Ulrich Drepper
2005-05-03
2
-20
/
+66
*
2005-04-27 Roland McGrath <roland@redhat.com>
Roland McGrath
2005-04-27
1
-51
/
+60
*
[BZ #284, BZ #721]
Roland McGrath
2005-02-17
1
-1
/
+1
*
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2004-12-22
23
-1051
/
+436
*
2.5-18.1
Jakub Jelinek
2007-07-12
23
-436
/
+1051
*
Update.
Ulrich Drepper
2004-12-14
1
-2
/
+2
*
Update.
Ulrich Drepper
2004-12-10
1
-2
/
+2
*
* sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define
cvs/fedora-glibc-20041208T1024
Roland McGrath
2004-12-07
1
-0
/
+9
*
Update.
Ulrich Drepper
2004-11-27
1
-0
/
+14
*
Update.
Ulrich Drepper
2004-11-26
1
-8
/
+35
*
Update.
Ulrich Drepper
2004-11-22
1
-0
/
+2
*
Update.
Ulrich Drepper
2004-11-17
1
-0
/
+1
*
Update.
cvs/fedora-glibc-20041116T0856
Ulrich Drepper
2004-11-15
1
-4
/
+6
*
Update.
Ulrich Drepper
2004-11-13
1
-0
/
+2
*
Add new function __libc_message which performs the printing and simple format...
Ulrich Drepper
2004-11-13
1
-19
/
+104
*
(gaih_inet): If NAME is a numerical IP address and AI_CANONNAME is set, retur...
Ulrich Drepper
2004-09-28
1
-0
/
+10
*
[BZ #358]
Ulrich Drepper
2004-09-26
1
-11
/
+30
*
(getaddrinfo): If determinination of source address fails, initialized source...
Ulrich Drepper
2004-09-25
1
-16
/
+20
*
Update.
Ulrich Drepper
2004-09-18
1
-2
/
+7
*
Update.
Ulrich Drepper
2004-09-18
1
-3
/
+3
*
[BZ #390]
Ulrich Drepper
2004-09-17
1
-6
/
+16
*
iAdd __nscd_getai prototype.
Ulrich Drepper
2004-09-16
1
-56
/
+64
*
Update.
Ulrich Drepper
2004-09-15
1
-16
/
+185
*
Update.
Ulrich Drepper
2004-09-14
2
-6
/
+6
*
Update.
Ulrich Drepper
2004-09-12
1
-6
/
+9
*
(gaih_inet): Little code cleanup. Move variable h into gethosts macro.
Ulrich Drepper
2004-09-06
1
-1
/
+1
*
(gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name whic...
Ulrich Drepper
2004-09-06
1
-1
/
+3
*
Update.
Ulrich Drepper
2004-08-19
1
-15
/
+16
*
Update.
Ulrich Drepper
2004-08-19
1
-20
/
+23
*
Update.
Ulrich Drepper
2004-08-19
1
-4
/
+5
*
Update.
Ulrich Drepper
2004-08-18
1
-2
/
+3
*
Update
Ulrich Drepper
2004-08-18
1
-24
/
+20
*
Update.
Ulrich Drepper
2004-08-15
1
-8
/
+13
*
Update.
Ulrich Drepper
2004-08-15
1
-236
/
+168
[next]