public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
@ 2012-08-17 16:47 ` vapier at gentoo dot org
  2012-08-17 16:49 ` mattst88 at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: vapier at gentoo dot org @ 2012-08-17 16:47 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |mattst88 at gmail dot com,
                   |                            |toolchain at gentoo dot org
         Resolution|FIXED                       |
         AssignedTo|roland at gnu dot org       |rth at twiddle dot net

--- Comment #4 from Mike Frysinger <vapier at gentoo dot org> 2012-08-17 16:47:02 UTC ---
Matt: are you sure ?  commit c735022ded3fb7967bf24b9f385cd7f8f1cdea77 updated
the fcntl.h header to add the missing bits.  i don't see any fdatasync related
changes in there.

we probably want to move the new fdatasync.c to
ports/sysdeps/unix/sysv/linux/alpha/ to localize the noise to alpha

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
  2012-08-17 16:47 ` [Bug ports/5400] Assume fdatasync syscall always exists vapier at gentoo dot org
@ 2012-08-17 16:49 ` mattst88 at gmail dot com
  2012-08-17 17:22 ` vapier at gentoo dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mattst88 at gmail dot com @ 2012-08-17 16:49 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

--- Comment #5 from Matt Turner <mattst88 at gmail dot com> 2012-08-17 16:49:42 UTC ---
(In reply to comment #4)
> Matt: are you sure ?  commit c735022ded3fb7967bf24b9f385cd7f8f1cdea77 updated
> the fcntl.h header to add the missing bits.  i don't see any fdatasync related
> changes in there.
> 
> we probably want to move the new fdatasync.c to
> ports/sysdeps/unix/sysv/linux/alpha/ to localize the noise to alpha

Yeah, I'm wrong it looks like. Sorry about that.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
  2012-08-17 16:47 ` [Bug ports/5400] Assume fdatasync syscall always exists vapier at gentoo dot org
  2012-08-17 16:49 ` mattst88 at gmail dot com
@ 2012-08-17 17:22 ` vapier at gentoo dot org
  2012-08-27 16:17 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: vapier at gentoo dot org @ 2012-08-17 17:22 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

--- Comment #6 from Mike Frysinger <vapier at gentoo dot org> 2012-08-17 17:22:13 UTC ---
updated patch posted here:
http://sourceware.org/ml/libc-ports/2012-08/msg00142.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-08-17 17:22 ` vapier at gentoo dot org
@ 2012-08-27 16:17 ` vapier at gentoo dot org
  2012-08-27 16:27 ` joseph at codesourcery dot com
  2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 8+ messages in thread
From: vapier at gentoo dot org @ 2012-08-27 16:17 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Mike Frysinger <vapier at gentoo dot org> 2012-08-27 16:16:39 UTC ---
i've pushed that patch now with Richard's blessing

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-08-27 16:17 ` vapier at gentoo dot org
@ 2012-08-27 16:27 ` joseph at codesourcery dot com
  2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 8+ messages in thread
From: joseph at codesourcery dot com @ 2012-08-27 16:27 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

--- Comment #8 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-08-27 16:26:34 UTC ---
If you commit a patch that fixes a bug, please remember to add that bug to 
the list in NEWS of bugs fixed in the next release.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-08-27 16:27 ` joseph at codesourcery dot com
@ 2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 8+ messages in thread
From: vapier at gentoo dot org @ 2012-08-27 17:32 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=5400

--- Comment #9 from Mike Frysinger <vapier at gentoo dot org> 2012-08-27 17:31:46 UTC ---
done

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: " aurelien at aurel32 dot net
  2008-11-26 23:30 ` [Bug ports/5400] " drepper at redhat dot com
@ 2010-05-04  3:01 ` mattst88 at gmail dot com
  1 sibling, 0 replies; 8+ messages in thread
From: mattst88 at gmail dot com @ 2010-05-04  3:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From mattst88 at gmail dot com  2010-05-04 03:01 -------
Richard Henderson fixed this with commit c735022ded3 to glibc-ports.git. Marking
as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5400

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: " aurelien at aurel32 dot net
@ 2008-11-26 23:30 ` drepper at redhat dot com
  2010-05-04  3:01 ` mattst88 at gmail dot com
  1 sibling, 0 replies; 8+ messages in thread
From: drepper at redhat dot com @ 2008-11-26 23:30 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-11-26 23:29 -------
Alpha is not in the main tree anymore since we have no maintainer.  Somebody has
to step up and volunteer to be the maintainer of the alpha ports tree or nothing
will happen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at gcc dot gnu dot org  |roland at gnu dot org
             Status|ASSIGNED                    |NEW
          Component|libc                        |ports


http://sourceware.org/bugzilla/show_bug.cgi?id=5400

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-27 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
2012-08-17 16:47 ` [Bug ports/5400] Assume fdatasync syscall always exists vapier at gentoo dot org
2012-08-17 16:49 ` mattst88 at gmail dot com
2012-08-17 17:22 ` vapier at gentoo dot org
2012-08-27 16:17 ` vapier at gentoo dot org
2012-08-27 16:27 ` joseph at codesourcery dot com
2012-08-27 17:32 ` vapier at gentoo dot org
2007-11-26  0:51 [Bug libc/5400] New: " aurelien at aurel32 dot net
2008-11-26 23:30 ` [Bug ports/5400] " drepper at redhat dot com
2010-05-04  3:01 ` mattst88 at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).