[rtems-libbsd commit] Merge ISSUES and TODO into libbsd.txt

Joel Sherrill joel at rtems.org
Mon Mar 12 13:34:53 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    ec942382aa77fc4fd21ca55217d6601f779dbd48
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=ec942382aa77fc4fd21ca55217d6601f779dbd48

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Mar 12 06:58:11 2012 -0500

Merge ISSUES and TODO into libbsd.txt

---

 ISSUES |   39 ---------------------------------------
 TODO   |   19 -------------------
 2 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/ISSUES b/ISSUES
deleted file mode 100644
index e75e56a..0000000
--- a/ISSUES
+++ /dev/null
@@ -1,39 +0,0 @@
-This file contains notes on various known outstanding issues.
-
-+ Sebastian Huber: mentioned some simple test code which would verify
-  that the BSD code/and or USB stack was initialized.  That needs to be
-  obtained and merged.
-
-+ Sebastian Huber: Since you all developed the USB stack port, we need
-  at least a basic functionality test for that on qemu pc.
-
-+ How to initialize TCP/IP stack?
-
-+ linker section issues: I have undefined symbols for
-  _bsd__start_set_sysinit_set and _bsd__stop_set_sysinit_set. I added this:
-  to my linkcmds.  Is this the only type of new section magic?
-
-    /* sysinit section? */
-    . = ALIGN (16);
-    _bsd__start_set_sysinit_set = .;
-    *(set_sys_init_*);
-    _bsd__stop_set_sysinit_set = .;
-
-  What about the old sysctl_set?
-
-+ rtems-bsd-init-with-irq.c:
-  rtems_bsd_initialize_with_interrupt_server() has reference to 
-    rtems_interrupt_server_initialize() and this method is unimplemented
-    - XXX BSP implements pieces
-    - BSPs using this software stack must support it apparently.
-    - What about Simple Vectored architectures?
-
-+ maxproc variable referenced by rtems-bsd-resource.c.
-  - What should it be set to?
-
-+ ngroups_max variable referenced by rtems-bsd-prot.c.
-  - What should it be set to?
-
-+ freebsd-to-rtems.py
-  - modify to know revert versus generate
-  - modify to take source directory on generate
diff --git a/TODO b/TODO
deleted file mode 100644
index f588929..0000000
--- a/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-
-+ Update freebsd-to-rtems.py to:
-  - Makefile: add include config.inc
-  - Generate config.inc
-  - Remove internal setting of $PATH to include gcc-4.5.2/bin
-  - Fix line with "install for loop" wraps
-  - Do include include target.cfg
-
-+ Add the following (or similar) to the linkcmds any BSP used for testing:
-
-    /* sysinit section? */
-    . = ALIGN (16);
-    _bsd__start_set_sysinit_set = .;
-    *(set_sys_init_*);
-    _bsd__stop_set_sysinit_set = .;
-
-  It is unclear what to do about the older sysctl sections or how to ensure
-  these are initialized.
-




More information about the vc mailing list