Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-27 | Build on armish. Since wsconscfg is built on palm build wsconsctl too. -moj | Mats O Jansson | |
2009-09-27 | Show fbinfo if it exists. ok mglocker@ -moj | Mats O Jansson | |
2009-09-15 | also ignore boundaries when checking if the disklabel was modified when -e | Federico G. Schwindt | |
is used. discussed and ok krw@ | |||
2009-09-14 | Switch get_linkstate() to use the new LINK_STATE_DESCRIPTIONS instead | Claudio Jeker | |
of the if_media dance. Simplifies the code nicely. OK henning, sthen, michele, deraadt | |||
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto | |
Sorry. | |||
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto | |
- queue packets from pf(4) to a userspace application - reinject packets from the application into the kernel stack. The divert socket can be bound to a special "divert port" and will receive every packet diverted to that port by pf(4). The pf syntax is pretty simple, e.g.: pass on em0 inet proto tcp from any to any port 80 divert-packet port 8000 test, bugfix and ok by reyk@ manpage help and ok by jmc@ no objections from many others. | |||
2009-09-07 | implement binat-to as a macro-like rule: a rule using the new binat-to | Reyk Floeter | |
syntax will be expanded by the parser to a nat-to+rdr-to combination to be loaded into the kernel. this simplifies the migration from old binat rules and is less error-prone. feedback from many, manpage bits from jmc@ ok henning@ | |||
2009-09-03 | remove -N from usage(); | Jason McIntyre | |
2009-09-03 | this time i commit the right diff that was | Reyk Floeter | |
ok henning@ (sorry) | |||
2009-09-03 | fix two route-to vs. rdr-to conflicts. | Reyk Floeter | |
found by sthen@ ok henning@ | |||
2009-09-03 | remove NAT specific command line options | Peter Hessler | |
noticed by Wiktor Izdebski OK henning@ | |||
2009-09-02 | all the new *-to options are part of the "filteropts" section at the | Reyk Floeter | |
end of a pf rule (nat-to, divert-to, rdr-to, ...). take the historical chance to upgrade the grammar and move the route options to the filteropts section as well. for example, pass in on em0 route-to (em1 192.168.1.1) from 10.1.1.1 becomes pass in on em0 from 10.1.1.1 route-to (em1 192.168.1.1) many people like this including pyr@ mk@ kettenis@ todd@ and others ok henning@ | |||
2009-09-01 | the diff theo calls me insanae for: | Henning Brauer | |
rewrite of the NAT code, basically. nat and rdr become actions on regular rules, seperate nat/rdr/binat rules do not exist any more. match in on $intf rdr-to 1.2.3.4 match out on $intf nat-to 5.6.7.8 the code is capable of doing nat and rdr in any direction, but we prevent this in pfctl for now, there are implications that need to be documented better. the address rewrite happens inline, subsequent rules will see the already changed addresses. nat / rdr can be applied multiple times as well. match in on $intf rdr-to 1.2.3.4 match in on $intf to 1.2.3.4 rdr-to 5.6.7.8 help and ok dlg sthen claudio, reyk tested too | |||
2009-08-21 | remove the ``;'' at the end of INDENT() macro definition using | Alexandre Ratchov | |
the ``do { ... } while (0)'' construct. ok henning, from Frederic Culuot <frederic _at_ culot.org> | |||
2009-08-15 | remove superfluous .Ar macro before ellipsis. | Igor Sobrado | |
2009-08-13 | remove description of link0 for vlan interfaces; this part missed when | Stuart Henderson | |
vlan link0 was replaced with IFCAP_VLAN_HWTAGGING in 2001. prompted by a mail from Insan Praja. ok deraadt@ | |||
2009-08-12 | Crank the /usr sizes in the large configuration | Theo de Raadt | |
ok krw otto | |||
2009-08-12 | Add support for SENSOR_WATTS. | Mark Kettenis | |
ok deraadt@, oga@ | |||
2009-08-09 | document fat permissions a little better, based on some notes from martynas | Jason McIntyre | |
feedback/ok sobrado martynas | |||
2009-08-07 | sets modes for dirs; too. ok sobrado@ & jmc@. | Martynas Venckus | |
2009-08-07 | if buffers overlap; result will be undefined. ok claudio@, michele@ | Martynas Venckus | |
2009-08-07 | move editor_allocspace & mpsave out to extern.h so that disklabel.c | Martynas Venckus | |
gets the declarations it uses. ok krw@ | |||
2009-08-04 | Specify an ID-type of IPV4_ADDR or IPV6_ADDR if the srcid or dstid is | Joel Sing | |
given as an IPv4 or IPv6 address, rather than treating the IP address as a FQDN. ok hshoexer@ markus@ todd@ | |||
2009-07-31 | Allow hotspares to be added to bio devices rather than requiring an sd | Joel Sing | |
device. "Yeah!" marco@ | |||
2009-07-31 | bioctl.8 should not try to keep track of all devices which can use it; | Jason McIntyre | |
ok marco cnst | |||
2009-07-30 | Xr cac(4) && mpi(4); ok marco | Constantine A. Murenin | |
2009-07-28 | Bring back rev. 1.560: | Claudio Jeker | |
Make it possible to use DiffServ Code Point in the TOS fields. Requested by deraadt@ | |||
2009-07-27 | When will people learn to commit their .h file changes? | Theo de Raadt | |
2009-07-27 | As is already the case for ffs, do not allow creation of msdos file systems | Alexander Hall | |
on block devices ok marco@ | |||
2009-07-27 | Make it possible to use DiffServ Code Point in the TOS fields. Names like | Claudio Jeker | |
af11, cs6 and ef will now be mapped to the coresponding TOS value. OK henning@, sthen@, mcbride@ | |||
2009-07-27 | add a section on automatic disk allocation, to give an idea of | Jason McIntyre | |
how -A and A will carve up your disk; help/ok krw deraadt | |||
2009-07-24 | properly sanitize the default value in ask_num(...) | Alexander Hall | |
2009-07-23 | Always print interface names, not just ifindex, even when -n is | Stuart Henderson | |
specified. Most people want -n to avoid reverse DNS lookups, and it's stupid not to print a useful interface name just for that. YES PLEASE! Ok claudio@ | |||
2009-07-23 | Only print unknown in RTM_IFINFO messages when the link is in | Claudio Jeker | |
LINK_STATE_UNKOWN. In the other case use LINK_STATE_IS_UP() to print either "up" or "down". OK henning@, sthen@ | |||
2009-07-19 | if variable has a NOAUTO flag set; skip printing. | Martynas Venckus | |
requested & diff tested by david@ ok miod@ | |||
2009-07-19 | use addr_eq() where we can; ok krw@ | Kevin Steves | |
2009-07-15 | now that set print is in one place; it is possible to suppress var | Martynas Venckus | |
making n flag work as expected for set. ok miod@ | |||
2009-07-15 | for rw query and print value that has actually been set in the | Martynas Venckus | |
similar way that mixerctl does. so that info for setting things like brightness makes sense (since we scale, like, 8 values to per-cent). also, it consistifies get/put, shrinks code since we don't need to do that in every single 'driver'. ok miod@ | |||
2009-07-09 | repair -x | Henning Brauer | |
since all this stuff is transactional now we need to wrap that into DIOCXBEGIN/COMMIT. bad henning forgot to commit this chunk at c2k9 | |||
2009-07-03 | Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer. | Mark Kettenis | |
ok deraadt@ | |||
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto | |
suggested by dlg@, ok claudio@, laurent@, blambert@ | |||
2009-06-26 | since nitems() is not yet fit for userland consumption, provide it | Theo de Raadt | |
ourselves ok krw | |||
2009-06-25 | Add a missing RTM_VERSION check. | Claudio Jeker | |
Tested and OK sthen@, OK henning@ | |||
2009-06-25 | Add missing RTM_VERSION check. This is needed before accessing other data | Claudio Jeker | |
from routing messages retrieved via routing socket or sysctl. Tested and OK sthen@, OK henning@ | |||
2009-06-25 | Document how to add static MPLS labels. | Michele Marchetto | |
input jmc@, ok claudio@ | |||
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus | |
2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller | |
so it can try /dev/ksyms. The first call to kvm_openfiles() was already correct. | |||
2009-06-19 | after long discussion with many... | Henning Brauer | |
ifconfig <if> inet6 used to print all inet6 addresses, and last not least the installer relies on that behaviour. so don't. to turn inet6 on again you have to assign any inet6 address or run rtsol. nobody happy about this asymmetry, but that is the best we could come up with for now. | |||
2009-06-19 | Document the defer option for pfsync(4) interfaces. ok dlg@ | Stuart Henderson | |