Age | Commit message (Expand) | Author |
2017-06-10 | Nuke unused field bootp_policy and associated enum{}. | Kenneth R Westerback |
2017-06-10 | Nuke unused global warnings_occurred. | Kenneth R Westerback |
2017-06-10 | missing space before trailing punctuation; found with mandoc -Tlint | Ingo Schwarze |
2017-06-09 | turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q. | David Gwynne |
2017-06-08 | remove the timeslot code, it was only for now deleted T1 devices. | Ted Unangst |
2017-06-08 | consistently use lowercase suffixes for 802.1 things. | David Gwynne |
2017-06-07 | use the same formatting for vlan as the rest of the page; ok dlg | Jason McIntyre |
2017-06-07 | Fix clang warning about tautological compare: an unsigned long can't | Christian Weisgerber |
2017-06-07 | update the VLAN doco. | David Gwynne |
2017-06-06 | We are going to start slaacd(8) much earlier, before /var is even | Florian Obser |
2017-06-06 | make vnetid and parent commands available in SMALL ifconfigs. | David Gwynne |
2017-06-05 | remove vlan(4) specific output handling | David Gwynne |
2017-06-03 | Move slaacd to /sbin | Florian Obser |
2017-06-01 | Expand $eapid in iked tags, allowing PF rules to be written based on EAP | Stuart Henderson |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-31 | fold the vnetid and parent lines into a single encap line. | David Gwynne |
2017-05-30 | Fix escaping: .Nm Op Fl "Dx" turning into "pflogd [-DragonFly]" | Ingo Schwarze |
2017-05-30 | fix a comment | Henning Brauer |
2017-05-28 | Don't check np->port for NULL - it's an array, it's never NULL. | Michal Mazurek |
2017-05-28 | Elegant and reliable link status checking courtesy of mpi@. | Kenneth R Westerback |
2017-05-28 | print_ioctl() is unused if not debugging. Found with clang, after | Michal Mazurek |
2017-05-27 | Move includes. | Michal Mazurek |
2017-05-27 | Mention the display.font variable in EXAMPLES. | Frederic Cambus |
2017-05-26 | Move logic to set default client-identifier into a | Kenneth R Westerback |
2017-05-26 | Whitespace rectification of a couple of mis-indentations. | Kenneth R Westerback |
2017-05-26 | Move the two loops through the leases file | Kenneth R Westerback |
2017-05-21 | A few more freezero() uses | Theo de Raadt |
2017-05-19 | tweak partition sizes for auto-alloction to better suit 8G disks | Otto Moerbeek |
2017-05-15 | Fixup printing of queue bandwidth specifications | Mike Belopuhov |
2017-05-15 | Put the closing parenthesis in the right spot and fix std-dev calculation | Mike Belopuhov |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-05-12 | Make the markup of negative parameters consistently use .Cm; | Ingo Schwarze |
2017-05-04 | Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and | Theo Buehler |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2017-04-28 | Remove double assignments | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-26 | cope with IP address changes. before, we were trying to resend the msg | Henning Brauer |
2017-04-25 | Use strtonum instead of strto{,u}ll for simpler and better overflow | Theo Buehler |
2017-04-24 | Fix configuration of ASN1_DN IDs. | Reyk Floeter |
2017-04-23 | oops, this was meant to be committed with the pfctl.8 change: | Jason McIntyre |
2017-04-23 | trim the documentation for -k: make it more consistent, | Jason McIntyre |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |
2017-04-19 | Rename all SA groups to bundles consistently. The first kernel | Alexander Bluhm |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-19 | Bump numbers for /usr/obj allocation with *big* compilers. | Theo Buehler |
2017-04-19 | enlarge obj to satisfy new world order that has *big* compilers and | Otto Moerbeek |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-18 | use freezero() | Theo de Raadt |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |