diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-25 17:40:49 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-25 17:40:49 +0200 |
commit | 127129b005d31d5553fb08cb28acfa43073abe4d (patch) | |
tree | 50a28c6f089c2de51c6ffca0b33c1047f35d78dd /contributing.mdwn | |
parent | 7353d3c182491ca34dfdb8d028a6ce9ab320c4fc (diff) | |
parent | 55f878869fda47b7897e2d866aca2eac4d0c7168 (diff) | |
download | web-127129b005d31d5553fb08cb28acfa43073abe4d.tar.gz web-127129b005d31d5553fb08cb28acfa43073abe4d.tar.bz2 web-127129b005d31d5553fb08cb28acfa43073abe4d.zip |
Merge commit '55f878869fda47b7897e2d866aca2eac4d0c7168'
As part of the merge, add copyright and licensing headers, and apply a few more
minor changes.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 9736e18d..6cb5756f 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -83,12 +83,15 @@ For more reading resources, please see these web pages, for example, documents. +<a name="smallhacks"></a> ## Small hack entries 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. + ([[!taglink open_issue_documentation]]) * 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 @@ -107,7 +110,6 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based. * 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 <https://buildd.debian.org/status/fetch.php?pkg=borgbackup&arch=hurd-i386&ver=1.0.2-1&stamp=1460838100> * Add a /dev/rtc device |