diff options
author | kremlin <ian@kremlin.cc> | 2014-07-08 16:15:51 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-07-08 16:15:51 +0800 |
commit | 7f0a0212d65905aea6c875b6250e0a87dc9820d8 (patch) | |
tree | aabd94f29221a52021dc646ff91e0a3131f3c527 /TODO | |
parent | 5b005882b2af5868261a01a386028291516aabb0 (diff) | |
download | systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar.gz systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar.bz2 systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar.lz systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar.xz systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.tar.zst systembsd-7f0a0212d65905aea6c875b6250e0a87dc9820d8.zip |
more work on managing four interfaces as separate PIDs, new makefile rules for building and installing standalone interface binaries, a little documentation and preproccessor logic
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ * get autoconf stuff figured out * handle SIGINTs so file descriptors are dropped properly, otherwise we get bus errors next run + * document how gdbus-codegen files always generate the same 'typedef structs' per interface pair, and how those pairs must be snipped as they cause "already defined" compiler errors |