Age | Commit message (Expand) | Author |
2010-01-10 | s/setpriority/setifpriority/ to eliminate a conflict with setpriority() | Philip Guenthe |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-08 | "Too less" => "Too few" | Alexander Hall |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2010-01-03 | Nuke some unused variables, ok marco | Nicholas Marriott |
2010-01-02 | Various syntax errors in list headers, found by mandoc(1), | Ingo Schwarze |
2009-12-31 | use the same arg name for -k as the man page; | Jason McIntyre |
2009-12-31 | Add support for key disks. This allows a crypto volume to be constructed | Joel Sing |
2009-12-25 | A couple more device types. | Miod Vallat |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-24 | add support to pf for filtering a packet by the interface it was received | David Gwynne |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-12-22 | re-adding a group that exists is not an error | Theo de Raadt |
2009-12-20 | First shot at making this manual page not look like a black sheep. Been | Theo de Raadt |
2009-12-19 | Explain what 'noauto' really does. | Joel Sing |
2009-12-15 | Remove an untrue statement about the packetsize being | Marco Pfatschbacher |
2009-12-15 | Let ping handle truncated echo replies. | Marco Pfatschbacher |
2009-12-14 | use warn() and warnx() instead of incorrect stderr printing. | Theo de Raadt |
2009-12-14 | make ifconfig return with failure of bridge_rule; ok claudio | Theo de Raadt |
2009-12-14 | use strtonum() instead of atoi(). idea from Vladimir Kirillov, but had | Theo de Raadt |
2009-12-14 | fix sticky-address - by pretty much re-implementing it. still following | Henning Brauer |
2009-12-11 | be a little more specific about -ifp; from Doran Mori | Jason McIntyre |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-12-09 | off by one in carp configuration; found by parfait, ok jsg | Theo de Raadt |
2009-12-03 | Adjust pflog BPF descriptions, problem pointed out by jmc@ | Stuart Henderson |
2009-12-01 | Add the new exec command to run a process and its children in a | Reyk Floeter |
2009-12-01 | add "exec" keyword | Reyk Floeter |
2009-11-28 | remove unused variables | Charles Longeau |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-11-25 | Move the -p option to the correct place. | Joel Sing |
2009-11-24 | Preserve rawmode when setting scale. ok miod@, oga@. | Matthieu Herrb |
2009-11-24 | put -P in the right place; | Jason McIntyre |
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing |
2009-11-23 | since "nat/rdr pass" are history natpass can go | Henning Brauer |
2009-11-23 | rewrite the bridge "rule" option for clarity; tweaks/ok deraadt | Jason McIntyre |
2009-11-23 | correct bridge rule descriptions | Theo de Raadt |
2009-11-22 | brconfig(8) functionality is now in ifconfig(8) | Theo de Raadt |
2009-11-22 | cleanup after the NAT changes. we used to have multiple rulesets (scrub, | Henning Brauer |
2009-11-22 | The spanning priority is conflicting with the interface priority so it | Claudio Jeker |
2009-11-22 | Move information describing the bridge and brconfig behaviour into | Theo de Raadt |
2009-11-22 | Merge brconfig into ifconfig. It is annoying that it is impossible to do | Claudio Jeker |
2009-11-22 | Fix ifconfig -a vs. ifconfig -A and make ifconfig without any arg behave | Claudio Jeker |
2009-11-21 | tweak previous; | Jason McIntyre |
2009-11-21 | Add new option tunneldomain to ifconfig to specify the routing table | Claudio Jeker |
2009-11-16 | pflogd no longer needs libutil; ok deraadt@ | Otto Moerbeek |
2009-11-15 | vether(4) interfaces can be created too; ok deraadt | Jason McIntyre |
2009-11-13 | fix a few memory leaks found by parfait; ok hshoexer | Theo de Raadt |
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray |