summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-29fix NULL ptr deref on open fail; ok marius@Damien Miller
2005-05-29regenBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
- add/fix up Abocom enries
2005-05-29provide feedback on success; ok marius@Damien Miller
2005-05-29syncTheo de Raadt
2005-05-29syncTheo de Raadt
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
ok jsg@
2005-05-29knfReyk Floeter
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
ok markus@
2005-05-29Fix case where input file lacks newline before EOF; Andrey MatveevTodd C. Miller
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-29correct error message...Xavier Santolaria
2005-05-29handle -r option;Xavier Santolaria
2005-05-28Sprinkle some /* FALLTHROUGH */'s as suggested by lint.Kenneth R Westerback
2005-05-28fix hostap modeReyk Floeter
2005-05-28'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.Kenneth R Westerback
2005-05-28Forgot to specify parameter type. Lint.Kenneth R Westerback
2005-05-28snprintf returns int not size_t. Thank you lint.Kenneth R Westerback
2005-05-28keep the ncr(4) reference here, vax still uses its own implementation of the ↵Martin Reindl
driver
2005-05-28Kill extra semi-colon. Amazing what lint can find ...Kenneth R Westerback
2005-05-28we do not use sysexits.h anymore, nuke it!Xavier Santolaria
2005-05-28Remove duplicate pfi_ifs.Ryan Thomas McBride
2005-05-28Don't display vid/pid from CIS if vid is 0.Jonathan Gray
Makes more sense than displaying the PCI values which is already covered by the PCI code.
2005-05-28pfail test for "log-all"Marco Pfatschbacher
ok dhartmei@
2005-05-28change "log-all" to "log (all)"Marco Pfatschbacher
ok dhartmei@
2005-05-28fix pf table tests with a less confusing anchor name.Marco Pfatschbacher
pointed out by cedric. ok dhartmei@
2005-05-28ooopsHans-Joerg Hoexer
2005-05-28Remove current state code, it's bogus. We'll redo this.Hans-Joerg Hoexer
suggested by and ok moritz
2005-05-28do sanity checking on directoy entries. ok hshoexer@Moritz Jodeit
2005-05-28Cleanup sample configurations a bit; more AES, less MD5, remove fields weHakan Olsson
no longer require etc. Also add a 9-line "default" config sample.
2005-05-28Disable the recently enabled optimization since it seems to cause aArtur Grabowski
loop in the kernel that makes us overwrite the stack and anything else we might run into. beck@ pedro@ ok
2005-05-28Fix confusing typo.Esben Norby
2005-05-28Only protect IDs by suser()Hans-Joerg Hoexer
ok ho
2005-05-28introduce new readdir implementation for the monitor.Moritz Jodeit
testing and ok hshoexer@
2005-05-28make path checking in the monitor a lot easier. ok hshoexer@Moritz Jodeit
2005-05-28set jumbo flag on the listener, too. consolidate some common code.marius eriksen
ok mcbride@
2005-05-28Add SA replay counter synchronization to pfsync(4). Required for IPsecHakan Olsson
failover gateways. ok mcbride@, "looks good" hshoexer@
2005-05-28enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290.Reyk Floeter
successfully tested with ural, ath, atw, atu and ath. ok jsg@, brad@
2005-05-28syncTheo de Raadt
2005-05-28Cisco Aironet AIR-CB21AG is based on AR5212 + AR5112 and supportedReyk Floeter
by ath(4). Thanks to Johan M:son Lindman for the donation!
2005-05-28move variable declaration inside #ifdef I386_686, etc.Kjell Wooding
Prompting from Chris Cappuccio.
2005-05-28support decapsulation of 802.11 data framesReyk Floeter
ok canacar@
2005-05-28whoops. the import killed the $Id$ tags; rectify.marius eriksen
2005-05-28have vn_close() lock the vnode before calling VOP_CLOSE().marius eriksen
fix the acct_*() code so that we always have a proc to lock on. ok pedro@
2005-05-28fix one missed case for removing reverse name cache entries.marius eriksen
ok pedro@