summaryrefslogtreecommitdiff
path: root/libl4/README
diff options
context:
space:
mode:
authormarcus <marcus>2004-10-07 16:41:21 +0000
committermarcus <marcus>2004-10-07 16:41:21 +0000
commit53dfe48d5b1a7d64b26a23bd64df8ee1e3596f27 (patch)
tree8bee7612e8ceab19491e8aa9ecf97fcf5629603c /libl4/README
parentc2458167a229e134c9c492d577ac18b3f8006444 (diff)
New file TODO. Move TODO list from README to TODO.
Diffstat (limited to 'libl4/README')
-rw-r--r--libl4/README32
1 files changed, 12 insertions, 20 deletions
diff --git a/libl4/README b/libl4/README
index f81b22d..86971e0 100644
--- a/libl4/README
+++ b/libl4/README
@@ -127,26 +127,18 @@ Architecture specific status:
i386 complete and up-to-date
powerpc needs to be tested and updated to latest API version
+others not implemented
+See also the file TODO if you want to help.
-TODO
-----
-
-* Bugs
-** Fix _L4_msg_get_string_item.
-* Optimizations:
-** l4_time_period for built-in constants.
-** l4_exchange_register does not need to copy out return values if the
- "deliver" bit is not set, this can usually be tested at compilation
- time. Check if this is required or if gcc already optimizes that away.
-* Implement:
-** l4_time_point.
-** Implement l4_time_add, l4_time_sub, l4_time_add_usec, l4_time_sub_usec.
-* Extend:
-** Add l4_time_t period shift operators for fast exponential backoff
- (ie, just increase the exponent). Use in __pthread_spin_lock, for example.
-** Sanitize the error handling. The GNU interface should return
- proper errno values for all failures. ExchangeRegister can fail,
- so all functions using it should also return an error value
- (l4_start_sp_ip etc) (currently result is undefined).
+Copyright 2003, 2004 Free Software Foundation, Inc.
+Written by Marcus Brinkmann <marcus@gnu.org>
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.