summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-08- g/c unused code.Brad Smith
2006-10-07g/c unused code.Brad Smith
2006-10-07make cd-roms retry forever while the device indicates that it isBob Beck
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-07More bits in progress, adapted from NetBSD.Miod Vallat
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
2006-10-07Mention nmeaattach(8) in the SEE ALSO section.Marc Balmer
2006-10-07syncTheo de Raadt
2006-10-07remove 'flags S/SA' and 'keep state'Ryan Thomas McBride
2006-10-07'keep state' is now default, and use 'no state' where intended.Ryan Thomas McBride
2006-10-06The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported.Aaron Campbell
2006-10-06Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.Ray Lai
2006-10-06Soyo Aerielink works.Aaron Campbell
2006-10-06Convert strtol to strtonum, eliminating errno misusage.Ray Lai
2006-10-06Remove lingering debug printf. Don't announce that mace_get was called.Gordon Willem Klok
2006-10-06debugging delay offMichael Shalayeff
2006-10-06Enable pgt cardbus.Marcus Glocker
2006-10-06few more filesMichael Shalayeff
2006-10-06Sync with recent disklabel.h changes. Zap dkbad.Kenneth R Westerback
2006-10-06Remove explicit -fno-stack-protector now that the compiler workaround is inMiod Vallat
2006-10-06Disable stack protector in OVERRIDE_OPTIONS regardless of the commandlineMiod Vallat
2006-10-06Sync with recent disksubr.c changes. Just some comments in this case.Kenneth R Westerback
2006-10-06safe to enter landiskTheo de Raadt
2006-10-06Enable pgt cardbus.Marcus Glocker
2006-10-06enable landisk MAKEDEV building laterTheo de Raadt
2006-10-06add landisk subdirsTheo de Raadt
2006-10-06control how deep the tree can be entered (for man pages)Theo de Raadt
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
2006-10-06w/ help of netbsd srcs and some mother unzel made it lift offMichael Shalayeff
2006-10-06import supah pieces from netbsdMichael Shalayeff
2006-10-06a few fixes to get thru the autoconfMichael Shalayeff
2006-10-06Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances,Miod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-10-06syncTheo de Raadt
2006-10-06Handle default 'flags S/SA keep state', 'no state' and 'flags any'.Ryan Thomas McBride
2006-10-06Print 'flags any' correctly and handle anchors.Ryan Thomas McBride
2006-10-06'no state' should only be printed on pass rules, though.Ryan Thomas McBride
2006-10-06Print out 'no state' when the rule is not stateful.Ryan Thomas McBride
2006-10-06these fixes got lost somehow;Jason McIntyre
2006-10-06missing fixes for STATEFUL INSPECTION;Jason McIntyre
2006-10-06kill trailing whitespace;Jason McIntyre
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-06Oops, flags S/SA doesn't work on fragments.Ryan Thomas McBride
2006-10-06Document the fact that 'flags S/SA keep state' is now the implicit default,Ryan Thomas McBride
2006-10-06Make 'flags S/SA keep state' the implicit for filter rules, based onRyan Thomas McBride
2006-10-06Coverity fixes backported from the heimdal cvs.Bjorn Sandell
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
2006-10-06Exit when asked to here too. Spotted by Theo.Hugh Graham