diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-11 11:10:40 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-11 11:10:40 +0100 |
commit | 08fa84c9662c3ac2b0b0bb6284efc97b87bfc815 (patch) | |
tree | becdb097e81d65410c38dc86ffadc495437e7dc9 | |
parent | 8d5e38666c0c14a2cace5d532e3e1226b82e7c69 (diff) | |
download | web-08fa84c9662c3ac2b0b0bb6284efc97b87bfc815.tar.gz web-08fa84c9662c3ac2b0b0bb6284efc97b87bfc815.tar.bz2 web-08fa84c9662c3ac2b0b0bb6284efc97b87bfc815.zip |
Interlink file locking issues.
-rw-r--r-- | community/gsoc/project_ideas/file_locking.mdwn | 3 | ||||
-rw-r--r-- | open_issues/file_locking.mdwn | 28 | ||||
-rw-r--r-- | open_issues/glibc.mdwn | 10 | ||||
-rw-r--r-- | open_issues/visudo.mdwn | 4 |
4 files changed, 31 insertions, 14 deletions
diff --git a/community/gsoc/project_ideas/file_locking.mdwn b/community/gsoc/project_ideas/file_locking.mdwn index 206d4d7d..ebb322f1 100644 --- a/community/gsoc/project_ideas/file_locking.mdwn +++ b/community/gsoc/project_ideas/file_locking.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009, 2012 Free Software Foundation, +[[!meta copyright="Copyright © 2008, 2009, 2012, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -29,6 +29,7 @@ A preliminary patch is [[!GNU_Savannah_patch 332 desc="available"]]. Possible mentors: Samuel Thibault (youpi) Exercise: Find one of the existing issues, either by looking at the task/bug +filed on [[open_issues/file_locking]], on trackers on savannah, or by trying things out yourself; and take a go at it. Note though that most of these issues are probably not trivial -- it's quite likely that you won't be able to actually fix any of them in the time available diff --git a/open_issues/file_locking.mdwn b/open_issues/file_locking.mdwn index 563307a4..7dfbdb94 100644 --- a/open_issues/file_locking.mdwn +++ b/open_issues/file_locking.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 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 @@ -10,7 +11,25 @@ License|/fdl]]."]]"""]] [[!tag open_issue_hurd open_issue_glibc]] -IRC, #hurd, 2010-12-31. +[[!toc]] + + +# Google Summer of Code Project Idea + +[[community/gsoc/project_ideas/File_Locking]]. + + +# visudo + +[[visudo]]. + + +# Existing Work + +[[!GNU_Savannah_patch 332]]. + + +# IRC, freenode, #hurd, 2010-12-31 <pinotree> youpi: i found the issue with python-apt <pinotree> s/with/of/ @@ -72,3 +91,8 @@ IRC, #hurd, 2010-12-31. <youpi> ah, no, on Linux flock is its own system call <youpi> (which is independant from lockf from the locking point of view, iirc) + + +# 2014-03-11 + +[[!message-id "1394523876.28244.11.camel@workhorse-peter-baumgarten-com"]]. diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 923ca99d..33041e71 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -1853,15 +1853,7 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852 <braunr> teythoon: i think it should be in glibc <braunr> maybe in mach/ - * POSIX record locking - - IRC, freenode, #hurd, 2014-02-27: - - <azeem_> tschwinge: schould POSIX record locking be on - http://darnassus.sceen.net/~hurd-web/open_issues/glibc/#missing - as well. or is that strictly a Hurd thing? (I don't remember) - <tschwinge> azeem_: Neither do I :-), but I'll have a look later - on. + * [[POSIX file record locking|file_locking]] * <a name="execve_relative_paths">`execve` with relative paths</a> diff --git a/open_issues/visudo.mdwn b/open_issues/visudo.mdwn index e9892e33..4e87fd8d 100644 --- a/open_issues/visudo.mdwn +++ b/open_issues/visudo.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 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 @@ -16,7 +16,7 @@ visudo does not work: /etc/sudoers is busy, try again later -Apparently there is some locking that sudo does which does not +Apparently there is some [[file_locking]] that sudo does which does not work. Uninvestigated for now. One can just edit the /etc/sudoers file and take care of correctness by hand. |