Age | Commit message (Expand) | Author |
2013-09-10 | The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a. | Kenneth R Westerback |
2013-09-09 | Calculate the lease time fields (expiry, renew, rebind) after | Kenneth R Westerback |
2013-08-25 | the comment that comma characters cannot be used in transform | Mike Belopuhov |
2013-08-22 | this full stop has lost its way... | Jason McIntyre |
2013-08-19 | Add missing util.h | David Coppa |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-08-17 | Do not create a route to the bound address via 127.0.0.1. Our stack | Kenneth R Westerback |
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot |
2013-08-14 | Only skip address deleting/adding and route deleting/adding on | Florian Obser |
2013-08-14 | one more Mt; from jan stary | Jason McIntyre |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-08-12 | Remove duplicate and incorrect recursive anchor printing code | Mike Belopuhov |
2013-08-12 | Add missing \n after a warning. | Raphael Graf |
2013-08-11 | capitalize RAID in one spot. | Brad Smith |
2013-08-02 | Remove an incorrect call to pfctl_print_rule_counters when trying to | Mike Belopuhov |
2013-08-01 | Provide local implementations of if_nametoindex(3) and if_indextoname(3) | Mike Belopuhov |
2013-07-21 | In getmntname(), iterate through the list of mount points from | Todd C. Miller |
2013-07-21 | zap one redundant line, replacing it with a note that although | Jason McIntyre |
2013-07-21 | tidy up DESCRIPTION somewhat, and format nicer; | Jason McIntyre |
2013-07-21 | re-zap the previous paragraph, but this time in its place document | Jason McIntyre |
2013-07-20 | reverting previous until i can work out what henning is telling me... | Jason McIntyre |
2013-07-19 | Prep for WARNINGS=yes: add the prototypes that were missing, silence | Philip Guenther |
2013-07-19 | Compile /sbin/route with -Wall enabled. | Alexander Bluhm |
2013-07-19 | remove redundant paragraph; from Pieter Verberne | Jason McIntyre |
2013-07-18 | Revert 1.191 and 1.193 and fix the original problem (access to the last | Philip Guenther |
2013-07-18 | Correct off-by-one in naming of nodes below vfs.mounts. | Philip Guenther |
2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. | Ingo Schwarze |
2013-07-16 | Make sure the ioctl(2) has been processed by sppp(4) before printing | Martin Pieuchot |
2013-07-15 | If a DHCPREQUEST returns a lease identical to the one currently bound to | Kenneth R Westerback |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre |
2013-07-14 | "r" logs to syslog; From: Anders Berggren | Jason McIntyre |
2013-07-11 | update (or add) STANDARDS; | Jason McIntyre |
2013-07-11 | Put more debug verbiage under DEBUG. Add a few more debug messages. | Kenneth R Westerback |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-07 | Remove erroneous warnings -- we do not reject offers just because the | Kenneth R Westerback |
2013-07-06 | Tone down verbosity by putting the "Unexpected <blah>" messages under | Kenneth R Westerback |
2013-07-06 | Fix a lie in one comment and zap a pointless sentence in another. | Kenneth R Westerback |
2013-07-06 | Zap leading whitespace. | Kenneth R Westerback |
2013-07-05 | Zap trailing whitespace. | Kenneth R Westerback |
2013-07-05 | More a.out files leave the party. | Miod Vallat |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-19 | Do not install pcap-int.h to /usr/include as it is an internal library | Lawrence Teo |
2013-06-18 | Initialize duid memory before shifting stuff into elements of it. | Kenneth R Westerback |
2013-06-18 | Don't use inet_ntoa() twice in one parameter list. You'll just print | Kenneth R Westerback |
2013-06-18 | Split RTM_NEWADDR and RTM_DELADDR handling into separate cases | Kenneth R Westerback |
2013-06-17 | Check calloc() return value. Plug leak of resulting memory. | Kenneth R Westerback |