summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-14bug introduced by me in 1.4Theo de Raadt
2005-05-14Unused after last scsi commit.Kenneth R Westerback
2005-05-14Add scsi_mode_[sense|select]_big() and use it instead ofKenneth R Westerback
2005-05-14remove redundant definition of PCI_ID_CODE. I added this to theBrad Smith
2005-05-13RegenMiod Vallat
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-13Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead.Miod Vallat
2005-05-13Move speaker(4) to MI land.Miod Vallat
2005-05-13another uftdi varient, from freebsdTheo de Raadt
2005-05-13should support channel 165 too in 802.11a mode.Damien Bergamini
2005-05-13grab bag of man page updatesJared Yanovich
2005-05-13not ready for NATMTheo de Raadt
2005-05-13fix sensitivity setting.Damien Bergamini
2005-05-13fix dmesg output for pre-firmware modems.Damien Bergamini
2005-05-13Fix for a panic experienced when authenticating a pppoe session on an amd64 s...Brad Smith
2005-05-13override default bbp register values with values stored in eeprom (exceptDamien Bergamini
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