diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-10-20 11:08:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-10-20 11:08:45 +0200 |
commit | ca18c66a6f2274e1fd4fdbdb64ba759ef3bc1f5f (patch) | |
tree | e78c4ca5553c4e899f91172ee38c9ba96bb6ddfc | |
parent | 766315ec3824c9a3156be2419c6bb4d3ab6db25f (diff) | |
parent | 524b885dd77b13eb95fd7f7e3375f519f7500e36 (diff) |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r-- | contributing.mdwn | 3 | ||||
-rw-r--r-- | recent_changes/discussion.mdwn | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index a6558be1..7ebd78d6 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -80,7 +80,8 @@ 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". -* Add UTIME_NOW and UTIME_OMIT, it is a matter of taking the BSD value, add the #define to the proper header, and implement the support in _S_file_utimes functions. +* 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. + See also [[!debbug 762677]]. * Some translators do not support [[hurd/fsysopts]], i.e. support for the file_get_fs_options and fsys_set_options RPCs. * Extend `device_read`/`device_write` into supporting > 2TiB disk sizes. diff --git a/recent_changes/discussion.mdwn b/recent_changes/discussion.mdwn new file mode 100644 index 00000000..6ec6f0cb --- /dev/null +++ b/recent_changes/discussion.mdwn @@ -0,0 +1,14 @@ +[[!meta copyright="Copyright © 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 +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + + +include your contributions in official GNU documentation, such as the GNU Hurd +Reference Manual, etc. Send email to <hurd-maintainers@gnu.org> if there are +questions. |