| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not coredump if the packet is too long in the global (non-interface | phk | 2016-06-28 | 1 | -1/+1 |
* | Create packages for atm, ccdconfig, devd, ipf, ipfw, | gjb | 2016-02-09 | 1 | -0/+1 |
* | Fix a ton of speelling errors | eadler | 2015-10-21 | 1 | -1/+1 |
* | Fix two cases where "const" were washed off pointers with strchr(3) | phk | 2015-09-25 | 1 | -4/+6 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+20 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -2/+1 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -9/+8 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Sync from head | sjg | 2012-11-04 | 2 | -9/+7 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+21 |
| | |_|/ /
| |/| | | |
|
* | | | | | Convert sbin/ to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| |_|_|/
|/| | | |
|
* | | | | mdoc: remove superfluous paragraph macros. | joel | 2014-06-23 | 1 | -1/+0 |
* | | | | use .Mt to mark up email addresses consistently (part1) | bapt | 2014-06-20 | 1 | -8/+8 |
| |/ /
|/| | |
|
* | | | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | | | Add missing const keywords. | ed | 2012-10-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | mdoc: fix a few badly nested blocks. | joel | 2012-06-09 | 1 | -7/+5 |
|/ |
|
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -2/+2 |
* | Fix a typo. | sem | 2011-07-01 | 1 | -1/+1 |
* | Furthermore condition IP waiting behaviour also on -dynamic flag. | sobomax | 2011-04-18 | 1 | -4/+8 |
* | Only wait for the IP to appear on the interface if natd is running in the | sobomax | 2011-04-18 | 1 | -5/+5 |
* | If we can retrieve interface address sleep for one second and try again. | sobomax | 2011-04-17 | 1 | -9/+29 |
* | Raise WARNS for various tools where possible. | ed | 2010-01-17 | 1 | -1/+1 |
* | Mute some (hidden) warnings about old-style function definitions. | ed | 2010-01-17 | 1 | -2/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Check rule numbers against maximum value to avoid rules cleanup due | rik | 2008-09-06 | 1 | -0/+24 |
* | Add exit_delay parameter to control daemon exit delay after signal. | mav | 2008-06-22 | 3 | -4/+31 |
* | Use strdup() instead of static buffer allocation to avoid 128 bytes limit | mav | 2008-06-22 | 1 | -6/+18 |
* | Don't abend if we get ENOMEM from sysctl(3). The data returned | brian | 2008-06-06 | 1 | -1/+1 |
* | Improve rev. 1.63. Document -instance and -globalport options. | ru | 2008-02-04 | 1 | -1/+160 |
* | Note that the punch_fw option does not work in securelevel 3 and Xref init.8. | trhodes | 2008-01-21 | 1 | -1/+6 |
* | o Markup and grammar fixes. | maxim | 2007-12-14 | 1 | -5/+9 |
* | Bump .Dd for r1.63; fix small nit from the same. | ceri | 2007-12-10 | 1 | -2/+2 |
* | Add a bit more detailed description about a configuration | phk | 2007-12-10 | 1 | -0/+20 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | piso | 2006-09-26 | 1 | -1/+2 |
* | WARNS=6 and gcc4 cleanup: | delphij | 2005-05-02 | 1 | -15/+15 |
* | Eliminate macro calls inside literal displays. | ru | 2005-01-15 | 1 | -3/+3 |
* | Remove unused variable. | trhodes | 2005-01-08 | 1 | -1/+0 |
* | Give natd multi-instance capabilities. | phk | 2004-07-04 | 3 | -176/+410 |
* | Use strlcpy(3) instead of strcpy(3). | hmp | 2004-05-10 | 1 | -3/+3 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 1 | -5/+1 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 2 | -0/+33 |
* | - Clarify the port range syntax in -redirect_port. | ru | 2003-08-13 | 1 | -14/+24 |
* | Added an option to specify an alternate PID file. | ru | 2003-08-13 | 2 | -3/+23 |
* | If the -proxy_only option is used, the -alias_address/-interface | ru | 2003-06-13 | 2 | -4/+9 |