summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-12syncTheo de Raadt
2003-03-12ps2/alpha; from davidTheo de Raadt
2003-03-12syncTheo de Raadt
2003-03-12new intel agpTheo de Raadt
2003-03-12replace some .Pp inside .Bd -literal block with empty lineDavid Krause
add a .Pp before "would be used instead" new sentence, new line whitespace at eol ok jmc@
2003-03-12regenAlexander Yurchenko
2003-03-12Add a bunch of SiS host bridges from NetBSDAlexander Yurchenko
2003-03-12fair amount of clarifications, extensions, and correctionsHenning Brauer
from joel knight <enabled at myrealbox.com>, some tweaks by me, some by jmc@ ok dhartmei@ mcbride@ cedric@
2003-03-12a missing htole32 and a pasto; from netbsdMichael Shalayeff
2003-03-11Hack to match new FreeBSD ELF binaries (such as opera). A properTodd C. Miller
version of this will go in after 3.3 is out and the tree unlocks. deraadt@ OK
2003-03-11syncTheo de Raadt
2003-03-11Replace TPUM license with standard BSD-style licenseIan Darwin
2003-03-11VOP_LOCK, VOP_UNLOCK, VOP_RMDIR, VOP_MKDIR, VOP_SETEXTATTR, VOP_GETEXTATTR,Ted Unangst
VOP_REVOKE, VOP_RECLAIM looked over and input from art@ david@ jmc@
2003-03-11- Fill in the mm_gtcr column (not currently used)Jason Wright
- fill in the last few rows to avoid a crash on some devices
2003-03-11Catch more syntax errors that were previously ignored. I've rewrittenTodd C. Miller
get_number() to be more careful about what it accepts and to take a string of terminating characters so it knows what is valid. Also added a range check so that ranges like "60-50" where the first number is greater than the second are now flagged. Thanks to mpech@ for testing finding ways to abuse the parser :-)
2003-03-11forward 8021Q packets with vlan header if the destination interface hasMarkus Friedl
IFCAP_VLAN_MTU capability. allows forwarding of vlan traffic over bridge(4) since these packets are larger then the mtu; ok jason@
2003-03-11check for rules getting qid and pqid set with cbqHenning Brauer
2003-03-11add comments saying what we are testingHenning Brauer
2003-03-11test rules get the qid and pqid assigned correctlyHenning Brauer
2003-03-11include pfctl -gsr output in the verification for the pfaltq testsHenning Brauer
2003-03-11regenHenning Brauer
2003-03-11regenHenning Brauer
2003-03-11do the queue ID assignment for cbq already in userland. ensure that queuesHenning Brauer
with different names always have different queue IDs, even if they live on different interfaces (that was the goal here). fixes regress pfaltq4 ok cedric@ dhartmei@
2003-03-11Missing break, unintentional fall-through. Found by Kimmo Mösö.Daniel Hartmeier
2003-03-11On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor andDaniel Hartmeier
clear nat/rules, like -sn/-sr already does. Reported by Julien Bordet. ok henning@, cedric@
2003-03-11verify different named queues don't get the same queue id on differentHenning Brauer
interfaces fails right now
2003-03-11fix format strings in debugging output, qid is unsignedHenning Brauer
ok cedric@ mcbride@
2003-03-11more complicated cbq queue id assigment verificationHenning Brauer
2003-03-11test queue ID assignment with cbqHenning Brauer
2003-03-11new class of regress tests.Henning Brauer
add target "pfaltq". altq rules are loaded into the kernel and pfctl -gsq output is verified. opposed to most other regress tests, these ones modify the existing setup, as altq definitons cannot live in anchors. all queue definitions are flushed by these tests. Thus, they are not run by default (not part of REGRESS_TARGETS), but must be run explicitely (make pfaltq). pfaltq1: very queue id assignment on multiple interfaces with the priq scheduler
2003-03-11eol whitespace nitDavid Krause
ok henning@
2003-03-11remove extra #David Krause
ok henning@
2003-03-11sprinkle some .LiDavid Krause
ok deraadt@
2003-03-11syncTheo de Raadt
2003-03-11OK, this is a strange case. At least some parts of this software isTheo de Raadt
copyrighted, and then marked "Copying for Profit is Prohibited", but the author has passed away. A number of people have tried to make some sort of effort at trying to contact his estate, and have failed. Therefore, lacking the ability to correct this copyright, we must delete it. I would bet strongly that this is not what the author would have intended, but until we can get this resolved, this is the action we must take.
2003-03-11removed .Ic's which were giving postscript trouble;Jason McIntyre
ok deraadt@
2003-03-11fix spacing in sample outputDavid Krause
ok cedric@
2003-03-11new sentence, new line and whitespace at EOLDavid Krause
ok jmc@
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11EOL whitespaceDavid Krause
ok jmc@
2003-03-11date is supposed to be written formallyDavid Krause
ok jmc@
2003-03-11mdoc fixes: macros are not allowed inside .Bd -literal blocksDavid Krause
ok deraadt@
2003-03-11The variable cse_not_expected must be initialized.Hiroaki Etoh
2003-03-11The loop optimization using frame pointer is omitted.Hiroaki Etoh
2003-03-11not to combine the register related to frame addressing for the case ↵Hiroaki Etoh
FRAME_GROWS upward
2003-03-11double words and spelling fixesDavid Krause
ok pjanzen@
2003-03-11spellingDavid Krause
ok millert@
2003-03-11spellingDavid Krause
ok jmc@
2003-03-11spellingDavid Krause
ok millert@
2003-03-11new sentence, new lineDavid Krause
ok beck@