summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2009-04-23improve the description for the .Nd macro in a way it is not onlyIgor Sobrado
more accurate but also a good mnemonic. ok jmc@
2009-04-22do not provide a short list of products which is always out of date.Theo de Raadt
2009-04-22tweaks for the final sections;Jason McIntyre
2009-04-22oops! sync gbe(4) entry;Jason McIntyre
2009-04-22arguments following name description macros (.Nd) are usually lowercase.Igor Sobrado
ok jmc@
2009-04-21Document timeout_add_msec().Michael Knudsen
oga pointed out that it was undocumented, which caused me to find out that I had this diff in my tree. `fine' deraadt
2009-04-21final sort;Jason McIntyre
2009-04-21tweak NORMALIZATION;Jason McIntyre
2009-04-21simplify "log (user)"; help/ok henningJason McIntyre
2009-04-21tweak PARAMETERS;Jason McIntyre
2009-04-21sort PARAMETERS; also split the list in two, to make it more manageable;Jason McIntyre
ok henning deraadt
2009-04-21add Emobile D12HW to checked device list.Yojiro Uo
2009-04-20Don't talk about a "scrub reassemble tcp" rule, talk about "reassembleStuart Henderson
tcp" parameter. ok henning@
2009-04-20amas device for amd64, describes the physical memory layout on AMD64 CPU.Ariane van der Steldt
Replaces pchb with amas for the AMD64 address map. amas0 at pci0 dev 24 function 1 "AMD AMD64 0Fh Address Map" rev 0x00 Currently disabled (causing pchb to attach instead). ok art@
2009-04-20Document BUS_DMA_ZERO.Owain Ainsworth
2009-04-20Man bits for UVM_PLA_ZERO.Owain Ainsworth
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
has all space allocated such that we can make holes in it using extent_free(). ok miod@
2009-04-17tweak PACKET FILTERING;Jason McIntyre
2009-04-16tweak TRANSLATION;Jason McIntyre
2009-04-15comment out the RIO stuff until such a time as it is enabled; ok henningJason McIntyre
2009-04-15code and Backus-Naur Form specification rules must fit on 80-column displays;Igor Sobrado
while here, remove a few superfluous line breaks in examples. ok henning@, jmc@
2009-04-15tweak QUEUEING;Jason McIntyre
2009-04-15sort QUEUEING, and a little list tweaking;Jason McIntyre
2009-04-14manpage bits for uvm_pglistalloc() changes.Owain Ainsworth
Couple of tweaks from jmc@
2009-04-14tweak TABLES;Jason McIntyre
2009-04-14tweak OPTIONS; also there is no need to given an example of every "set"Jason McIntyre
argument, so remove any examples that were not particularly illustrative; ok henning
2009-04-13explicitely say that package signatures contain run time dependenciesIngo Schwarze
only and no pure build dependencies; ok jmc@
2009-04-13sort OPTIONS;Jason McIntyre
2009-04-12regenMark Kettenis
2009-04-11use MANPS only for BSDSRCDIR;Jason McIntyre
2009-04-10tweak TABLES;Jason McIntyre
2009-04-10some improvements for the PACKET FILTERING section;Jason McIntyre
feedback (i.e. much tearing of hair) and ok henning
2009-04-10Add EX_CONFLICTOK flag that allows an allocation to conflict with existingMark Kettenis
allocations, making sure that the union of all space is allocated. ok deraadt@
2009-04-09DDR3 also.Jonathan Gray
2009-04-08Mention purpose of 'make release' command in surrounding text.Stefan Sperling
The old text implied 'make release' was only concerned with verifying file sets. Prodded by me, diff by jmc@ "if you like it, just commit it" jmc@
2009-04-07bnf-tweaksHenning Brauer
2009-04-07don't we all love BNF? make it lie lessHenning Brauer
2009-04-07nitsHenning Brauer
2009-04-07catch up with recent changes (scrub, match, ...); still a ways to goJason McIntyre
ok henning
2009-04-07fragment reassembly on by defaultHenning Brauer
2009-04-07bit more preciseHenning Brauer
2009-04-06rewrite the description for the recently added "match" action.Igor Sobrado
ok henning@
2009-04-06no more normalization statements, remove it from require-order description.Stuart Henderson
ok henning
2009-04-06documentation changes related with the monster pf diff from basel;Igor Sobrado
we are mostly documenting that fragment reassembly has nothing to do with scrubbing anymore; there is room for a lot of improvements yet. "commit it and we work on it in-tree. it is certainly well, better than what there is now" henning@
2009-04-06Adapt PF rule to new scrub syntax.Antoine Jacoutot
input from and ok henning@
2009-04-061) scrub rules are completely gone.Henning Brauer
2) packet reassembly: only one method remains, full reassembly. crop and drop-ovl are gone. . set reassemble yes|no [no-df] if no-df is given fragments (and only fragments!) with the df bit set have it cleared before entering the fragment cache, and thus the reassembled packet doesn't have df set either. it does NOT touch non-fragmented packets. 3) regular rules can have scrub options. . pass scrub(no-df, min-ttl 64, max-mss 1400, set-tos lowdelay) . match scrub(reassemble tcp, random-id) of course all options are optional. the individual options still do what they used to do on scrub rules, but everything is stateful now. 4) match rules "match" is a new action, just like pass and block are, and can be used like they do. opposed to pass or block, they do NOT change the pass/block state of a packet. i. e. . pass . match passes the packet, and . block . match blocks it. Every time (!) a match rule matches, i. e. not only when it is the last matching rule, the following actions are set: -queue assignment. can be overwritten later, the last rule that set a queue wins. note how this is different from the last matching rule wins, if the last matching rule has no queue assignments and the second last matching rule was a match rule with queue assignments, these assignments are taken. -rtable assignments. works the same as queue assignments. -set-tos, min-ttl, max-mss, no-df, random-id, reassemble tcp, all work like the above -logging. every matching rule causes the packet to be logged. this means a single packet can get logged more than once (think multiple log interfaces with different receivers, like pflogd and spamlogd) . almost entirely hacked at n2k9 in basel, could not be committed close to release. this really should have been multiple diffs, but splitting them now is not feasible any more. input from mcbride and dlg, and frantzen about the fragment handling. speedup around 7% for the common case, the more the more scrub rules were in use. manpage not up to date, being worked on.
2009-04-06- tweak for recent gnome.port.mk changesAntoine Jacoutot
ok jasper@
2009-04-05In the previous commit, i confused "any" and "all".Ingo Schwarze
Fix prodded and checked by jmc@, thanks.
2009-04-05/usr/X11R6/lib/xserver is more or less replaced by /usr/X11R6/lib/xorg.Matthieu Herrb
Pointed by jmc@.
2009-04-05regen;Jason McIntyre