Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | Pedantic constant annotations to shut up older toolchains. | Rob Landley | |
2019-10-27 | Technosaurus on github pointed out the error message should say adjtimex. | Rob Landley | |
2019-10-23 | Use adjtimex instead of adjtime (bionic hasn't got adjtime). | Rob Landley | |
And check in more multicast support that's been sitting in the tree, I don't have a test enviornment for it anymore but somebody wanted this... | |||
2019-07-11 | bind/connect cleanup. | Elliott Hughes | |
Rename the existing xbind/xconnect to xbindany/xconnectany, to make room for new xbind/xconnect that are more like 'x' versions of the regular bind and connect. Move explicit bind/connect callers over to xbind/xconnect. Of the affected commands, only netcat is actually used by Android. It was the most recent patch to netcat that made the lack of a more traditional xbind/xconnect apparent. | |||
2019-02-13 | Oops, missed one. | Rob Landley | |
2019-02-13 | Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib. | Rob Landley | |
2019-02-05 | Promote sntp to net. | Rob Landley | |