Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-12 | For now just return directly from the interrupt handler, or my amd64 will | Marcus Glocker | |
crash badly. | |||
2007-09-12 | Here too: Add support to the lex for parsing number out of the stream. | Hans-Joerg Hoexer | |
handle this in the parser. better range checks. with and ok deraadt@ | |||
2007-09-12 | Remove the old software bit-banging MII interface, we started using | Brad Smith | |
the Rhine's shift registers four and a half years ago (1.31). From phk@FreeBSD ok dlg@ Tested by brad@ and Jacob Yocom-Piatt. | |||
2007-09-12 | use xmalloc() and xfree(); ok markus@ pvalchev@ | Kevin Steves | |
2007-09-12 | fix format strings, sizeof() does not return an int | Otto Moerbeek | |
2007-09-12 | add a missing range check for rtable ids; ok cloder henning | Theo de Raadt | |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen | |
ok mglocker | |||
2007-09-12 | default weight has to remain 1; seen by Maurice Janssen | Theo de Raadt | |
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt | |
2007-09-12 | new product | Theo de Raadt | |
2007-09-12 | sync | Theo de Raadt | |
2007-09-12 | Add support to the lex for parsing number out of the stream. handle | Theo de Raadt | |
this in the parser. because the new numbers are int64_t, many new range checks for < 0 are needed. re-check and improve all the existing rangechecks while at it. thanks for help by cloder and dhartmei | |||
2007-09-12 | Tweak bwi_attach() a little. | Jonathan Gray | |
2007-09-12 | destatic/deinline | Jonathan Gray | |
2007-09-12 | sevice -> service; from a list from jung | Jason McIntyre | |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau | |
ok ray@ cnst@ moritz@ sobrado@ millert@ mbalmer@ | |||
2007-09-12 | always tag fibre channel commands. | David Gwynne | |
ok marco@ | |||
2007-09-12 | Initial port of Sepherosa Ziehau's DragonFlyBSD driver | Jonathan Gray | |
for Broadcom AirForce wireless devices. Not yet functional, things like DMA and firmware handling haven't been converted yet. ok mglocker@ | |||
2007-09-12 | PCI and Cardbus hookup for the Broadcom AirForce devices. | Marcus Glocker | |
OK jsg@ | |||
2007-09-12 | Another parser.y that switches to parse numbers directly in the lexer. | Claudio Jeker | |
Most complex part was "redistribute 10/8" which need special handling. With and OK deraadt@, OK norby@ | |||
2007-09-12 | tweak previous; | Jason McIntyre | |
2007-09-12 | Add NUMBER support for signed and unsigned 64bit numbers to the lexer | Reyk Floeter | |
instead of passing numbers as STRINGs. Add careful range checks whenever NUMBERs are used in the grammar. From deraadt@ (except the specific range checks) | |||
2007-09-12 | Remove wrong snprintf(3) truncation checks, which can't be | Moritz Jodeit | |
triggered and are off-by-one anyways. Instead replace them with correct checks and add all the missing cases. ok deraadt@ | |||
2007-09-12 | add missing description of AUDIO_PERROR ioctl | Alexandre Ratchov | |
reviewed (and corrected) by jakemsr@ | |||
2007-09-12 | unchecked conversion from signed 64 to unsigned 32 | Theo de Raadt | |
2007-09-12 | spacing | Theo de Raadt | |
2007-09-12 | In nfe_start() do a fast return if IFF_OACTIVE is set, in | Jonathan Gray | |
this case we need a Tx interrupt to clean up the DMA ring before if_start can be properly called. Diff based on a comment by & ok claudio@ | |||
2007-09-11 | remove #if defined block not needed; ok markus@ dtucker@ | Kevin Steves | |
2007-09-11 | this is where it all started, since future ntpd.conf commands will require | Theo de Raadt | |
negative parameters. extend lex to spot numbers in the stream. as well, make it easier to add parameters on command line in any order later ok otto ckuethe | |||
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt | |
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easier ones; range check written by mpf; ok mpf | |||
2007-09-11 | macro argument unused, using local instead; spotted by mpf | Theo de Raadt | |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt | |
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easy ones. chio does not yet use the NUMBER token, but may one day. ok krw | |||
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt | |
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easy ones; ok claudio michele | |||
2007-09-11 | KNF. "go for it" deraadt@ | Marc Winiger | |
2007-09-11 | undo rev 1.10 "implement a zero-copy RX data path". | Damien Bergamini | |
working with a fixed number of Rx buffers doesn't work well. fixes problems with blocked incoming traffic. | |||
2007-09-11 | remove horrid casts now that SHA1Update() has been constified. | Damien Bergamini | |
2007-09-11 | s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211 | Damien Bergamini | |
2007-09-11 | - add callbacks for setting EDCA parameters and pairwise crypto keys. | Damien Bergamini | |
- tweaks to make it look more like iwn(4). | |||
2007-09-11 | The same dance as in all other routing daemons. baudrate is 64bit plus | Claudio Jeker | |
initialize iface->baudrate when the interface is created. An additional gimmick don't set the ictl->baudrate twice when building the control message. | |||
2007-09-11 | Avoid setting a global pointer variable from signal handlers | Chad Loder | |
OK deraadt | |||
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder | |
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer | |
2007-09-11 | fix firmware package version number. it's 2.14.1.5 not 2.14.1.15. | Damien Bergamini | |
and yes 2.14.1.5 is more recent than 2.14.4. don't ask me why, i'm just following Intel's numbering scheme. pointed out by jmc@ | |||
2007-09-11 | fix a bug in the scan command I introduced with my previous commit. | Damien Bergamini | |
2007-09-11 | More baudrate fixes. Again don't forget to initialize the iface->baudrate. | Claudio Jeker | |
2007-09-11 | 64bit baudrate and %llu to print | Henning Brauer | |
2007-09-11 | baudrate, two non-obvious ones marked for michele | Henning Brauer | |
2007-09-11 | baudrate 64bit, two more questionable marked for norby | Henning Brauer | |
2007-09-11 | baudrate is 64bit now, plus print w/ %llu | Henning Brauer | |
2007-09-11 | baudrate u_long -> u_int64_t | Henning Brauer | |