From c3fc190b8d61e57cf5bfbc50a6699fbb27046fc8 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 10 Mar 2017 13:38:39 +0100 Subject: Add anchor so that we can link to the small hacks list. --- contributing.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index 8eb2db90..c7c875c1 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -83,6 +83,7 @@ For more reading resources, please see these web pages, for example, documents. + ## Small hack entries Here is a list of small hacks, which can serve as entries into the Hurd code for -- cgit v1.2.3 From 7c6873c7f0216028c84788ea266361f708da1491 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 10 Mar 2017 13:40:23 +0100 Subject: Add a Wiki hack. --- contributing.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index c7c875c1..e50ec2e3 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -90,6 +90,7 @@ Here is a list of small hacks, which can serve as entries into the Hurd code for people who would like to dive into the code but just lack a "somewhere to begin with". +* Create a Wiki page with all presentations about the Hurd. Many are referenced here in the Wiki, but they are not easy to find. * Add `UTIME_NOW` and `UTIME_OMIT`. It is a matter of taking the BSD values, add the `#define`s to the proper header, and implement the support in `*_S_file_utimes` functions. Flávio Cruz has submitted a patch, now being polished. See also [[!debbug 762677]]. * Some translators do not support [[hurd/fsysopts]], i.e. support for the -- cgit v1.2.3 From 1523d18a5811c15c0d45e6162c1ba8ce7f794c1f Mon Sep 17 00:00:00 2001 From: castilma Date: Thu, 30 Sep 2032 15:21:44 +0200 Subject: The problem wasn't described. I executed the command successfully. Seems fixed to me now. --- contributing.mdwn | 1 - 1 file changed, 1 deletion(-) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index e50ec2e3..2978e8a3 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -112,7 +112,6 @@ lookups|hurd/interface/dir_lookup]] work. * Improve our [[FUSE library|hurd/libfuse]]. * Add a relatime or lazytime option to ext2fs. * Fix our [[open_issues/symlink_translator]]. -* Fix chmod on fifos: mkfifo foo ; sudo chmod g+w foo * Strengthen httpfs: it should append '/' to URL automatically, it should not fallback index.html itself, etc. probably a lot more small easy issues. * Fix `O_NOATIME`, see * Add a /dev/rtc device -- cgit v1.2.3