Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck | |
"becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@ | |||
2006-10-07 | add a no Ethernet@Wirespeed flag. | Brad Smith | |
2006-10-07 | MGET/MGETHDR will return NULL upon failure, not 0. | Brad Smith | |
2006-10-07 | More bits in progress, adapted from NetBSD. | Miod Vallat | |
2006-10-07 | add and set PHY workaround flags depending on the ASIC revision | Brad Smith | |
or chip id. | |||
2006-10-07 | Mention nmeaattach(8) in the SEE ALSO section. | Marc Balmer | |
2006-10-07 | sync | Theo de Raadt | |
2006-10-07 | remove 'flags S/SA' and 'keep state' | Ryan Thomas McBride | |
ok nick@ | |||
2006-10-07 | 'keep state' is now default, and use 'no state' where intended. | Ryan Thomas McBride | |
2006-10-06 | The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported. | Aaron Campbell | |
2006-10-06 | Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out. | Ray Lai | |
Unfortunately this does not fix existing file permissions. Spotted by Antti Harri <iku at openbsd dot fi>. OK millert@. | |||
2006-10-06 | Soyo Aerielink works. | Aaron Campbell | |
2006-10-06 | Convert strtol to strtonum, eliminating errno misusage. | Ray Lai | |
OK dhill@, jaredy@, and moritz@. | |||
2006-10-06 | Remove lingering debug printf. Don't announce that mace_get was called. | Gordon Willem Klok | |
2006-10-06 | debugging delay off | Michael Shalayeff | |
2006-10-06 | Enable pgt cardbus. | Marcus Glocker | |
requested by brad@ | |||
2006-10-06 | few more files | Michael Shalayeff | |
2006-10-06 | Sync with recent disklabel.h changes. Zap dkbad. | Kenneth R Westerback | |
"Free commits" miod@ | |||
2006-10-06 | Remove explicit -fno-stack-protector now that the compiler workaround is in | Miod Vallat | |
place. | |||
2006-10-06 | Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline | Miod Vallat | |
settings for now. | |||
2006-10-06 | Sync with recent disksubr.c changes. Just some comments in this case. | Kenneth R Westerback | |
"Free commits" miod@ | |||
2006-10-06 | safe to enter landisk | Theo de Raadt | |
2006-10-06 | Enable pgt cardbus. | Marcus Glocker | |
ok deraadt@ | |||
2006-10-06 | enable landisk MAKEDEV building later | Theo de Raadt | |
2006-10-06 | add landisk subdirs | Theo de Raadt | |
2006-10-06 | control how deep the tree can be entered (for man pages) | Theo de Raadt | |
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker | |
ok claudio@ | |||
2006-10-06 | w/ help of netbsd srcs and some mother unzel made it lift off | Michael Shalayeff | |
2006-10-06 | import supah pieces from netbsd | Michael Shalayeff | |
2006-10-06 | a few fixes to get thru the autoconf | Michael Shalayeff | |
2006-10-06 | Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances, | Miod Vallat | |
mickey@ has the other part. | |||
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat | |
minor changes. | |||
2006-10-06 | Early bits for a 32-bit SuperH toolchain, currently for little-endian | Miod Vallat | |
systems only; more work is necessary in ld land. | |||
2006-10-06 | sync | Theo de Raadt | |
2006-10-06 | Handle default 'flags S/SA keep state', 'no state' and 'flags any'. | Ryan Thomas McBride | |
2006-10-06 | Print '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-06 | Print out 'no state' when the rule is not stateful. | Ryan Thomas McBride | |
2006-10-06 | these fixes got lost somehow; | Jason McIntyre | |
2006-10-06 | missing fixes for STATEFUL INSPECTION; | Jason McIntyre | |
2006-10-06 | kill trailing whitespace; | Jason McIntyre | |
2006-10-06 | eliminate warnings on 64bit archs | Kurt Miller | |
2006-10-06 | Oops, flags S/SA doesn't work on fragments. | Ryan Thomas McBride | |
2006-10-06 | Document the fact that 'flags S/SA keep state' is now the implicit default, | Ryan Thomas McBride | |
as well as 'no state' and 'flags any' options. ok jmc@ | |||
2006-10-06 | Make 'flags S/SA keep state' the implicit for filter rules, based on | Ryan Thomas McBride | |
a suggestion from dhartmei@. Also add 'flags any' and 'no state' options to disable flag matching and stateful filtering respectively. IMPORTANT NOTE: Current rulesets will continue to load, but the behaviour may be slightly changed as these defaults are more restrictive. If you are purposefully filtering statelessly ('no state') or have a requirement to create states on intermediate packets ('flags any') you should update your ruleset to make use of the new keywords to explicitly request the behaviour. Note that creation of states from intermediate packets in a connection is not recommended, and will increasingly cause problems as more OSs enable window scaling and increase buffer sizes by default. ok dhartmei@ deraadt@ henning@ | |||
2006-10-06 | Coverity fixes backported from the heimdal cvs. | Bjorn Sandell | |
ok beck@, No problem deraadt@ | |||
2006-10-06 | fix an exploitable integer overflow found by Chris Evans of Google | Damien Miller | |
Security; ok deraadt | |||
2006-10-06 | Exit when asked to here too. Spotted by Theo. | Hugh Graham | |
2006-10-06 | regen | Brad Smith | |
2006-10-06 | sys/resource.h needs sys/time.h; prompted by brad@ | Damien Miller | |