summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-27spacingJonathan Gray
2006-12-27Wrap bus space access in similiar macros to other driversJonathan Gray
making things much more readable.
2006-12-27consistent naming of units, percentage -> percent.Marc Balmer
ok deraadt
2006-12-27Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD.Mark Kettenis
ok brad@, deraadt@
2006-12-27- sync with usageNiall O'Higgins
2006-12-27- no need to mention -e option twice in usage.Niall O'Higgins
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es>
2006-12-27Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesignsOtto Moerbeek
dot com>.
2006-12-27correct rhlen computation (if the "if" clause on the next line is taken,Jun-ichiro itojun Hagino
we will use rhlen uninitialized). checked with kame
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent.
2006-12-26make -k and -K mutually exclusive, and ignore multiple invocations of them.Alexander von Gernler
put pcks key initialization into a separate routine instead of bloating the getopt() loop. ok pedro@ deraadt@ tedu@
2006-12-26no more seperate prebindTheo de Raadt
2006-12-26Our dhclient only handles one interface. Simplify code by using theKenneth R Westerback
single, global, instance of 'struct interface_info' (ifi) rather than passing around pointers to it. "I agree" henning@ Testing moritz@ stevesk@, ok stevesk@
2006-12-26Make exception handling work on alpha.Mark Kettenis
tested by naddy@, deanna@; ok brad@
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-12-26FULL_DISTDIR -> FULLDISTDIRSteven Mestdagh
2006-12-26The adt7475 has a fixed address of 0x2e.Mark Kettenis
ok deraadt@
2006-12-26support adt7475; tested by dhartmeiTheo de Raadt
2006-12-26There is a single 'p', not a double, in 'triple'.Tom Cosgrove
2006-12-26Fix truncation check by directly comparing both values and don'tMoritz Jodeit
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@
2006-12-26Don't re-initialize the card every time the IP address is changed.Kenneth R Westerback
Brings fxp into line with many other drivers. From brad@, tested by martin@, thib@, pyr@, mk@ and Johan M:son Lindman. ok martin@
2006-12-26There must be no alias address set, so check ifi->client->aliasMoritz Jodeit
for NULL before dereferencing it. OK henning@ krw@ deraadt@
2006-12-26Fix inline asm. From GCC PR 17856. Fixes gnash on amd64.Mark Kettenis
pointed out by deanna@
2006-12-26Show more digits in timedelta sensor output as the timedelta sensors becomeMarc Balmer
increasingly more precise. ok deraadt
2006-12-26fix usage messagesTheo de Raadt
2006-12-26print icmpv6 inside security header (ah/esp).Jun-ichiro itojun Hagino
2006-12-26Add missing $OpenBSD$Jonathan Gray
2006-12-26make option processing happen first.Mathieu Sauve-Frankel
ok deraadt@
2006-12-25identify adt7475Theo de Raadt
2006-12-25print the phy mode in IFF_DEBUG status output which helps to debugReyk Floeter
dual/multi mode chipset operation. ok jsg@
2006-12-25the global timeout for checks is specified in millisecondsReyk Floeter
2006-12-25fix the conversion from milliseconds to struct timeval, which usesReyk Floeter
seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds...
2006-12-25knfReyk Floeter
2006-12-25partial rewrite of the check_* routines to use libevent everywhereReyk Floeter
instead of nested select() calls and to handle the non-blocking sockets properly. From Pierre-Yves Ritschard (pyr at spootnik dot org) (with a little help by me)
2006-12-25Typo.Alexander Yurchenko
2006-12-25good day to remove a some pooTheo de Raadt
2006-12-25spacingTheo de Raadt
2006-12-25remove some junkTheo de Raadt
2006-12-25Uncomment a sentence about acpitz(4) shutting down the system if aMichael Knudsen
critical temperature is detected.
2006-12-25"show ip bgp source-as" should issue a bgpctl show ip bgp source-as and notClaudio Jeker
just a show ip bgp as. OK reyk@
2006-12-24Make non-autonegotiated 10baseT and 100baseTX work.Mark Kettenis
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
statclock(), do not bother doing this in userret() anymore. As a result, userret() does not need its pc and ticks arguments, simplify.
2006-12-24If <machine/cpu.h> defines PROC_PC to compute the userland pc from an exceptionMiod Vallat
frame, use it to report profiling information via addupc_intr().
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
doing so, do not check for signals - userret() will do this.
2006-12-24Keep a counter for addupc_intr() invocations, and pass its value, instead of 1,Miod Vallat
to addupc_task() in ADDUPROF(). From NetBSD via art@.
2006-12-24it is not permitted to change the "hellotime" is in RSTP, but in STP mode.Reyk Floeter
thanks to Edy (email at edylie dot net) ok jmc@ oh spanning tree, oh spanning tree, ...
2006-12-24Remove m88k compiler flags tweak which is no longer necessary since a long timeMiod Vallat
already.
2006-12-24typos; MureninTheo de Raadt
2006-12-24typoMichele Marchetto
2006-12-24duplicated line. ok miod@Nick Holland
duplicated line. ok miod@
2006-12-24In msk_marv_miibus_writereg, wait for busy flag to clear instead ofMark Kettenis
continuing when busy flag set.