diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-11-03 16:00:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-11-03 16:00:10 +0100 |
commit | 270026f9029ad3f2d06299947ae9e7bae42217d3 (patch) | |
tree | 74f09cc502b176f6b0b512f42243ede69dea4d0f | |
parent | 9b6a1b003c56da3ef309316e7be80a6b449af3ab (diff) | |
download | web-270026f9029ad3f2d06299947ae9e7bae42217d3.tar.gz web-270026f9029ad3f2d06299947ae9e7bae42217d3.tar.bz2 web-270026f9029ad3f2d06299947ae9e7bae42217d3.zip |
TODO: sched_setscheduler
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 648476da..7ff6ea00 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -112,6 +112,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based. * 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 +* Implement `sched_setscheduler` in glibc by calling mach's `thread_policy`. <a name="porting"></a> ## Porting Packages |