diff options
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 5978d01f..005662c4 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 -Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, +2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -100,6 +100,7 @@ far better to let `exec` simply set the name and record it in `task_t`. to add an RPC. glibc needs to be recompiled against the updated mach.defs to get access to it from userland. exec would probably call it from `hurd/exec/exec.c`, `do_exec()`. +Also see the discussion on [[open_issues/translate_fd_or_port_to_file_name]]. * Write a partfs translator, to which one gives a disk image, and which exposes the partitions of the disk image, using parted, and the parted-based storeio (`settrans -c foos1 /hurd/storeio -T typed @@ -124,13 +125,13 @@ For guidelines, please have a look at the dedicated [[porting_page|hurd/porting] ### Debian GNU/Hurd -[[!template id=note text="""#### Goal: Debian Wheezy Release Canditate - +Along with the official Debian "wheezy" release (but not as an official Debian +release), in May 2013 the Debian GNU/Hurd team released [[Debian GNU/Hurd +2013|news/2013-05-debian_gnu_hurd_2013]]. There is a goal of getting Debian GNU/Hurd into shape for a technology -preview/release candidate with Debian Wheezy (expected towards the end of 2012 -or beginning of 2013). +preview for integration as a proper Debian release candidate. -The *to do* list is on <http://wiki.debian.org/Debian_GNU/Hurd>."""]] +The *to do* list is on <http://wiki.debian.org/Debian_GNU/Hurd>. The following missing packages/missing functionality block a lot of other packages, and are thus good candidates for porting, in order to increase |