Age | Commit message (Expand) | Author |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | In monitor mode, also print the interface mtu of RTM_IFINFO messages. | Jeremie Courreges-Anglas |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2017-01-04 | Remove modular exponential groups specified in RFC5114 | Mike Belopuhov |
2017-01-03 | Fix pledge of the ca process by calling the right function on startup. | Reyk Floeter |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-27 | The "disk too large" and "only LBA values saved" messages are more | Kenneth R Westerback |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-12-25 | gcc says "if you define labels and don't use them, I will whine." | Kenneth R Westerback |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-20 | This commit removes bio_status() calls after a BIOCLOCATE since the | Patrick Wildt |
2016-12-20 | Document our new WPA default settings. Discourage use of TKIP. | Stefan Sperling |
2016-12-20 | Make 'ifconfig if0 wpa' and 'ifconfig if0 -wpa' reset WPA params (does not | Stefan Sperling |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-12-13 | Print the correct netmask instead of /0 when flushing routes to networks. | Martin Pieuchot |
2016-12-13 | make setting and getting tunnel addresses wrt to ipv6 scope handling. | David Gwynne |
2016-12-08 | move the text describing the % and & units to a better place; | Jason McIntyre |
2016-12-03 | provide missing unit suffixes; from ross l richardson | Jason McIntyre |
2016-11-28 | ikelifetime time spec is the same the one for lifetime | Mike Belopuhov |
2016-11-28 | Rename "flowmax" to "maxflow" and give each switch(4) ioctl a | Reyk Floeter |
2016-11-27 | Document bioctl -d as a "detach" rather than a "delete" operation. | Stefan Sperling |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot |
2016-11-25 | Nuke the DHO_ROUTERS and DHO_STATIC_ROUTES options from the effective | Kenneth R Westerback |
2016-11-23 | Explicitly forbid to combine af-to with route-to in pfctl. The | Alexander Bluhm |
2016-11-18 | Make the ifconfig switch0 output nicer using a single line and the | Reyk Floeter |
2016-11-10 | The simple UTF-16 decode routine stopped too early due to wrong calculation | Gerhard Roth |
2016-11-08 | - Declare usage() as __dead void (remaining prototypes are not declared as | Ricardo Mestre |
2016-10-26 | in florian;s last commit i urged him to change "twenty-four" to | Jason McIntyre |
2016-10-26 | When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 | Alexander Bluhm |
2016-10-26 | Due to 64 bit seconds + 64 bit nano seconds resolution and the | Florian Obser |
2016-10-20 | Only drop to _ping user if invoked as root. If invoked as an | Florian Obser |
2016-10-20 | delete useless call to setlocale(3); | Ingo Schwarze |
2016-10-20 | optarg is declared in unistd.h and usage is __dead. From Jan Stary. | Theo Buehler |
2016-10-18 | Rewrite the kern.malloc.kmemstat in the same style as previous. This one does | Otto Moerbeek |
2016-10-17 | Use strtoull() to read the datapath id and expect "datapath" instead of | Rafael Zalamena |
2016-10-15 | add kern.dnsjackport; | Jason McIntyre |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-11 | Enable the noperm option for mount_mfs. mfs is ffs in sheeps clothing, | Martin Natano |
2016-10-10 | Rename BIOS parameter block field from bsPBP to bsBPB. This typo | Alexander Bluhm |
2016-10-09 | fix heap overflow by rewriting loop; detected by new malloc canaries | Otto Moerbeek |
2016-10-08 | add missing AUTHORS; OK sobrado@, also checked by Sevan Janiyan | Ingo Schwarze |
2016-10-06 | On noperm mount points honor the permissions of the root directory, so | Martin Natano |
2016-10-06 | Add support for RFC 6842, which says the client MUST drop packets when | Kenneth R Westerback |
2016-10-06 | typo | Christian Weisgerber |
2016-10-06 | fix HISTORY: | Ingo Schwarze |
2016-10-06 | init auto-partition table to zeroes; ok tb@ | Otto Moerbeek |
2016-10-06 | fix HISTORY; | Ingo Schwarze |