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 | c09a09bfcbfbd12fb6b48e06f087429b1b6ac864 (patch) | |
tree | aabd94f29221a52021dc646ff91e0a3131f3c527 /TODO | |
parent | 828caf9aaa256154d5998d7d3f6b57b434550a7c (diff) | |
download | systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar.gz systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar.bz2 systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar.lz systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar.xz systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.tar.zst systembsd-c09a09bfcbfbd12fb6b48e06f087429b1b6ac864.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 |