Age | Commit message (Expand) | Author |
2006-10-08 | - g/c unused code. | Brad Smith |
2006-10-07 | g/c unused code. | Brad Smith |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
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 |
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 |
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 |
2006-10-06 | Soyo Aerielink works. | Aaron Campbell |
2006-10-06 | Convert strtol to strtonum, eliminating errno misusage. | Ray Lai |
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 |
2006-10-06 | few more files | Michael Shalayeff |
2006-10-06 | Sync with recent disklabel.h changes. Zap dkbad. | Kenneth R Westerback |
2006-10-06 | Remove explicit -fno-stack-protector now that the compiler workaround is in | Miod Vallat |
2006-10-06 | Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline | Miod Vallat |
2006-10-06 | Sync with recent disksubr.c changes. Just some comments in this case. | Kenneth R Westerback |
2006-10-06 | safe to enter landisk | Theo de Raadt |
2006-10-06 | Enable pgt cardbus. | Marcus Glocker |
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 |
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 |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2006-10-06 | Early bits for a 32-bit SuperH toolchain, currently for little-endian | Miod Vallat |
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 |
2006-10-06 | Make 'flags S/SA keep state' the implicit for filter rules, based on | Ryan Thomas McBride |
2006-10-06 | Coverity fixes backported from the heimdal cvs. | Bjorn Sandell |
2006-10-06 | fix an exploitable integer overflow found by Chris Evans of Google | Damien Miller |
2006-10-06 | Exit when asked to here too. Spotted by Theo. | Hugh Graham |