diff options
-rw-r--r-- | glibc/fork.mdwn | 5 | ||||
-rw-r--r-- | glibc/process.mdwn | 5 | ||||
-rw-r--r-- | glibc/startup.mdwn | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn index 12ca2d19..8c9c8076 100644 --- a/glibc/fork.mdwn +++ b/glibc/fork.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2016 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 @@ -44,7 +45,7 @@ they have patches for software packages, to avoid using `fork` followed by * Include de-duplicate information from elsewhere: [[hurd-paper]], [[hurd-talk]], [[hurd/ng/trivialconfinementvsconstructorvsfork]], [[open_issues/resource_management_problems/zalloc_panics]] ([[!taglink - open_issue_glibc open_issue_documentation]]). + open_issue_glibc]], [[!taglink open_issue_documentation]]). * We no longer support `MACH_IPC_COMPAT`, thus we can get rid of the `err = __mach_port_allocate_name ([...]); if (err == KERN_NAME_EXISTS)` code diff --git a/glibc/process.mdwn b/glibc/process.mdwn index c8a1ce79..db91372a 100644 --- a/glibc/process.mdwn +++ b/glibc/process.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009, 2010, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2009, 2010, 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -18,7 +18,8 @@ process, there is additional work to be done, for example for [[signal]]s, # Startup -[[!taglink open_issue_glibc open_issue_hurd]]: Enumerate all the different +[[!taglink open_issue_glibc]], [[!taglink open_issue_hurd]]: +Enumerate all the different cases. Add tests to [[glibc]] to make sure all these work. diff --git a/glibc/startup.mdwn b/glibc/startup.mdwn index 24553048..ac7cdde6 100644 --- a/glibc/startup.mdwn +++ b/glibc/startup.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2014 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2014, 2016 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 @@ -11,7 +12,7 @@ License|/fdl]]."]]"""]] Be it statically or dynamically linked, the *startup* of glibc-based programs is quite hairy on GNU Hurd systems. -[[!taglink open_issue_documentation open_issue_glibc]] +[[!taglink open_issue_documentation]], [[!taglink open_issue_glibc]] * [[!message-id "200103081944.f28JiDk00232@delius.kettenis.local"]] |