about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* mktuntap.8: mark up TUNTAP_NAME as an env var HEAD masterAlyssa Ross2023-04-18
| | | | Signed-off-by: Alyssa Ross <hi@alyssa.is>
* Improve ex_usage() signatureAlyssa Ross2023-04-18
| | | | Signed-off-by: Alyssa Ross <hi@alyssa.is>
* Become REUSE 3.0 compliantAlyssa Ross2020-07-31
| | | | | | | See <https://reuse.software/>. NLnet are quite keen on this. Message-Id: <20200726110123.30159-1-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* README: explain use case 1.0Alyssa Ross2019-12-21
|
* Update usage error messageAlyssa Ross2019-12-16
|
* Add -B flag to open device in nonblocking modeAlyssa Ross2019-12-15
|
* Set IFF_NO_PI by default; add -P flag to disableAlyssa Ross2019-12-15
|
* mktuntap.8: use Ev macro for env var nameAlyssa Ross2019-12-15
|
* Don't close fd if it's the targetAlyssa Ross2019-12-15
| | | | | | | | | Without this, if the fd assigned by open(2) happened to be the one we wanted, we would dup it to itself, and then close it, leaving no copy of the fd. I'm surprised duping an fd over itself doesn't cause an error, but here we are.
* README improvementsAlyssa Ross2019-12-15
|
* TODO: remove already completed taskAlyssa Ross2019-12-15
|
* Support both TUN and TAP devicesAlyssa Ross2019-12-15
|
* Use default ifr_name from the kernelAlyssa Ross2019-12-15
|
* Keep device name in the environmentAlyssa Ross2019-12-15
|
* Use -i to set ifr_nameAlyssa Ross2019-12-15
|
* Makefile: simplify and install man pagesAlyssa Ross2019-12-15
| | | | | | | I removed some portability stuff that, while recommended by GNU, I think is probably unnecessary nowadays. I tested with bmake and GNU make and both were fine with this. I'm not sure there are even other makes still out there.
* Add TODO fileAlyssa Ross2019-12-15
|
* Initial commitAlyssa Ross2019-12-15