summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-13USR9002 and 9003 are based on the Eagle chipset too. pointed out by todd,Damien Bergamini
2005-05-13before ieee80211.c rev 1.6, it was guaranted that ic_curmode was differentDamien Bergamini
2005-05-13simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) inDamien Bergamini
2005-05-13skylab was in 73 not 72Michael Shalayeff
2005-05-13make sure all endpoint descriptors have been found during the attachment.Damien Bergamini
2005-05-13give disassociation a chance when turning the interface down while associated.Damien Bergamini
2005-05-13only JAHT WN-4054P revision E are ralink. pointed out by Jim Dew.Damien Bergamini
2005-05-13recognize 82551'sBrad Smith
2005-05-13Cost type 2 will be needed soon.Esben Norby
2005-05-13Remove sk from untested section as it is already listed in tested.Jonathan Gray
2005-05-13Do not invoke hil_process_pendinc() from the interrupt handler if the loopMiod Vallat
2005-05-13RegenMiod Vallat
2005-05-13Separate button boxens from keyboards in the HIL device list.Miod Vallat
2005-05-13some Xr's from jason ackley;Jason McIntyre
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-05-13Add tests for __strsignal(). Put here since the tests are very similarOtto Moerbeek
2005-05-13minor fixesJared Yanovich
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt
2005-05-13do { } while (0) wrappers on debug printf macros. ok reyk@Jonathan Gray
2005-05-13sync with ral(4).Jonathan Gray
2005-05-13Another ural reported to work by Rodolfo Gouveia.Jonathan Gray
2005-05-13move IFQ_SET_MAXLEN to just above IFQ_SET_READYBrad Smith
2005-05-12add CF_NOFILES flagJoris Vink
2005-05-12set cvsent to NULL if entfile is NULL, fixes a crashJoris Vink
2005-05-12add CF_KNOWN and CF_NOFILES flags; joris okXavier Santolaria
2005-05-12introduce a new flag to the file api: CF_NOFILES, which allows usJoris Vink
2005-05-12syncTheo de Raadt
2005-05-12snprintf checks; joris okXavier Santolaria
2005-05-12tweaks;Jason McIntyre
2005-05-12Calculate routes for summary and as-external LSA. Still some minor partsClaudio Jeker
2005-05-12lsa_age() the vertex befor comparing the age with MAX_AGE.Claudio Jeker
2005-05-12Every time a LSA is returned from a lookup lsa_age() it.Claudio Jeker
2005-05-12Don't fatal in case no root node was found for spf calculation.Claudio Jeker
2005-05-12Reflect reality.Esben Norby
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-05-12fix segfault in cvs_resp_error()Joris Vink
2005-05-12ANSIfy, some KNF and zap a little bit of whitespace.Niall O'Higgins
2005-05-12syncTheo de Raadt
2005-05-12airprime and sealevelTheo de Raadt
2005-05-12RegenMiod Vallat
2005-05-12Populate \t better in the output, for human readability; no change in theMiod Vallat
2005-05-12Add a bzero() after malloc() when allocating component info in ccdinit().Niall O'Higgins
2005-05-12make functions static; joris okXavier Santolaria
2005-05-12Fix multiple bugs in if_act_elect(). In some cases DR were set wronglyClaudio Jeker
2005-05-12Document pt.apple layout.Miod Vallat
2005-05-12RegenMiod Vallat
2005-05-12Define a specific map for the Apple portuguese USB keyboards.Miod Vallat
2005-05-12Define a keyboard layout variant for Apple international USB keyboards, whichMiod Vallat
2005-05-12.Xr script 7Jason McIntyre