[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] Simple futex for gnumach (version 2)
From: |
Svante Signell |
Subject: |
Re: [RFC] Simple futex for gnumach (version 2) |
Date: |
Sat, 21 Dec 2013 23:01:50 +0100 |
On Sat, 2013-12-21 at 14:09 +0100, Marin Ramesa wrote:
> This is a simple futex implementation with a hash table, vm_map lookup, futex
> wake that wakes futexes at the same offset, dynamic allocation and a
> per-process
> mutex for the hash table.
+ * Copyright (c) 2013 Marin Ramesa
+ * All rights reserved.
+ *
...
Why not e.g. a GPL licence, even if this function is good it might not
be accepted due to this.