public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug hurd/2061] New: Using mknod() to create regular files
@ 2005-12-15 22:16 tschwinge at gnu dot org
  2005-12-15 22:17 ` [Bug hurd/2061] " tschwinge at gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: tschwinge at gnu dot org @ 2005-12-15 22:16 UTC (permalink / raw)
  To: glibc-bugs

With the Linux kernel, mknod() can be used (and is actually used) to create a
regular file specifing `S_IFREG' as the mode.
The attached patch adds this functionality to the Hurd port of glibc.

Please apply it to both the trunk and glibc-2_3-branch.

-- 
           Summary: Using mknod() to create regular files
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: hurd
        AssignedTo: roland at gnu dot org
        ReportedBy: tschwinge at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i586-pc-gnu
  GCC host triplet: i586-pc-gnu
GCC target triplet: i586-pc-gnu


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
@ 2005-12-15 22:17 ` tschwinge at gnu dot org
  2005-12-15 22:20 ` tschwinge at gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: tschwinge at gnu dot org @ 2005-12-15 22:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From tschwinge at gnu dot org  2005-12-15 22:17 -------
Created an attachment (id=805)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=805&action=view)
Proposed patch.


-- 


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
  2005-12-15 22:17 ` [Bug hurd/2061] " tschwinge at gnu dot org
@ 2005-12-15 22:20 ` tschwinge at gnu dot org
  2005-12-20 21:57 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: tschwinge at gnu dot org @ 2005-12-15 22:20 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ams at gnu dot org


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
  2005-12-15 22:17 ` [Bug hurd/2061] " tschwinge at gnu dot org
  2005-12-15 22:20 ` tschwinge at gnu dot org
@ 2005-12-20 21:57 ` cvs-commit at gcc dot gnu dot org
  2006-02-06  0:39 ` roland at gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-12-20 21:57 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-12-20 21:57 -------
Subject: Bug 2061

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-12-20 21:57:47

Modified files:
	sysdeps/mach/hurd: xmknod.c 

Log message:
	2005-12-15  Thomas Schwinge  <tschwinge@gnu.org>
	
	[BZ #2061]
	* sysdeps/mach/hurd/xmknod.c (__xmknod): Handle S_IFREG.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/xmknod.c.diff?cvsroot=glibc&r1=1.7&r2=1.8



-- 


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-20 21:57 ` cvs-commit at gcc dot gnu dot org
@ 2006-02-06  0:39 ` roland at gnu dot org
  2006-02-21  2:33 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2006-02-06  0:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2006-02-06 00:39 -------
This still needs to go on the 2.3 branch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-06 00:39:56
               date|                            |
               Flag|                            |examined+


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
                   ` (3 preceding siblings ...)
  2006-02-06  0:39 ` roland at gnu dot org
@ 2006-02-21  2:33 ` roland at gnu dot org
  2007-07-21 21:42 ` samuel dot thibault at ens-lyon dot org
  2007-07-21 21:43 ` samuel dot thibault at ens-lyon dot org
  6 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2006-02-21  2:33 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |2123
              nThis|                            |


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
                   ` (4 preceding siblings ...)
  2006-02-21  2:33 ` roland at gnu dot org
@ 2007-07-21 21:42 ` samuel dot thibault at ens-lyon dot org
  2007-07-21 21:43 ` samuel dot thibault at ens-lyon dot org
  6 siblings, 0 replies; 9+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2007-07-21 21:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2007-07-21 21:42 -------
Fixed in latest release, 2.3 doesn't really matter nowadays.


-- 


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
  2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
                   ` (5 preceding siblings ...)
  2007-07-21 21:42 ` samuel dot thibault at ens-lyon dot org
@ 2007-07-21 21:43 ` samuel dot thibault at ens-lyon dot org
  6 siblings, 0 replies; 9+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2007-07-21 21:43 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2007-07-21 21:42 -------
Fixed in latest release.


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


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

------- 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] 9+ messages in thread

* [Bug hurd/2061] Using mknod() to create regular files
       [not found] <bug-2061-131@http.sourceware.org/bugzilla/>
@ 2012-03-08  5:02 ` carlos at systemhalted dot org
  0 siblings, 0 replies; 9+ messages in thread
From: carlos at systemhalted dot org @ 2012-03-08  5:02 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at systemhalted dot
                   |                            |org
              Flags|examined+                   |

-- 
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] 9+ messages in thread

end of thread, other threads:[~2012-03-08  5:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15 22:16 [Bug hurd/2061] New: Using mknod() to create regular files tschwinge at gnu dot org
2005-12-15 22:17 ` [Bug hurd/2061] " tschwinge at gnu dot org
2005-12-15 22:20 ` tschwinge at gnu dot org
2005-12-20 21:57 ` cvs-commit at gcc dot gnu dot org
2006-02-06  0:39 ` roland at gnu dot org
2006-02-21  2:33 ` roland at gnu dot org
2007-07-21 21:42 ` samuel dot thibault at ens-lyon dot org
2007-07-21 21:43 ` samuel dot thibault at ens-lyon dot org
     [not found] <bug-2061-131@http.sourceware.org/bugzilla/>
2012-03-08  5:02 ` carlos at systemhalted dot org

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).