summaryrefslogtreecommitdiff
path: root/src/bsd/tun.c
Commit message (Collapse)AuthorAgeFilesLines
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-16/+16
|
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* added patch from Cyril Brulebois in order to enable build on Debian/Freebsd ↵Christian Pointner2009-12-181-2/+2
| | | | Kernel
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* more portibke way of calling execveChristian Pointner2009-06-241-1/+2
|
* fixed ifconfig calls for linux and bsdChristian Pointner2009-06-241-1/+1
| | | | | | fixed execve error handling
* bsd tun device now also uses uanytun_execChristian Pointner2009-06-241-16/+10
|
* bugfix @ BSD tunDeviceChristian Pointner2009-03-041-1/+3
|
* fixes for FreeBSDChristian Pointner2009-03-041-9/+25
|
* moved from %m to %s and strerror Christian Pointner2009-02-261-1/+1
|
* added extended logging supportChristian Pointner2009-02-231-10/+10
|
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-201-1/+1
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* improved tap device handling on openbsdChristian Pointner2009-02-041-0/+7
|
* OpenBSD support for new ifconifg methodChristian Pointner2009-02-041-36/+35
|
* added linux support for new ifconfig usageChristian Pointner2009-02-041-1/+4
|
* fixed build on bsd (do_ifconfig not working yet)Christian Pointner2009-02-031-43/+40
|
* fixed packet length errors Christian Pointner2009-01-161-0/+3
|
* fixed build for OpenBSDChristian Pointner2008-12-311-1/+1
|
* fixed useless malloc for dev_t Christian Pointner2008-12-311-40/+41
|
* added bsd tun deviceChristian Pointner2008-12-291-60/+223
|
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+157