Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-27 | spacing | Jonathan Gray | |
2006-12-27 | Wrap bus space access in similiar macros to other drivers | Jonathan Gray | |
making things much more readable. | |||
2006-12-27 | consistent naming of units, percentage -> percent. | Marc Balmer | |
ok deraadt | |||
2006-12-27 | Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD. | Mark Kettenis | |
ok brad@, deraadt@ | |||
2006-12-27 | - sync with usage | Niall 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-27 | Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns | Otto Moerbeek | |
dot com>. | |||
2006-12-27 | correct 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-26 | Add 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-26 | make -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-26 | no more seperate prebind | Theo de Raadt | |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth 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-26 | Make exception handling work on alpha. | Mark Kettenis | |
tested by naddy@, deanna@; ok brad@ | |||
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-12-26 | FULL_DISTDIR -> FULLDISTDIR | Steven Mestdagh | |
2006-12-26 | The adt7475 has a fixed address of 0x2e. | Mark Kettenis | |
ok deraadt@ | |||
2006-12-26 | support adt7475; tested by dhartmei | Theo de Raadt | |
2006-12-26 | There is a single 'p', not a double, in 'triple'. | Tom Cosgrove | |
2006-12-26 | Fix truncation check by directly comparing both values and don't | Moritz Jodeit | |
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@ | |||
2006-12-26 | Don'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-26 | There must be no alias address set, so check ifi->client->alias | Moritz Jodeit | |
for NULL before dereferencing it. OK henning@ krw@ deraadt@ | |||
2006-12-26 | Fix inline asm. From GCC PR 17856. Fixes gnash on amd64. | Mark Kettenis | |
pointed out by deanna@ | |||
2006-12-26 | Show more digits in timedelta sensor output as the timedelta sensors become | Marc Balmer | |
increasingly more precise. ok deraadt | |||
2006-12-26 | fix usage messages | Theo de Raadt | |
2006-12-26 | print icmpv6 inside security header (ah/esp). | Jun-ichiro itojun Hagino | |
2006-12-26 | Add missing $OpenBSD$ | Jonathan Gray | |
2006-12-26 | make option processing happen first. | Mathieu Sauve-Frankel | |
ok deraadt@ | |||
2006-12-25 | identify adt7475 | Theo de Raadt | |
2006-12-25 | print the phy mode in IFF_DEBUG status output which helps to debug | Reyk Floeter | |
dual/multi mode chipset operation. ok jsg@ | |||
2006-12-25 | the global timeout for checks is specified in milliseconds | Reyk Floeter | |
2006-12-25 | fix the conversion from milliseconds to struct timeval, which uses | Reyk Floeter | |
seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds... | |||
2006-12-25 | knf | Reyk Floeter | |
2006-12-25 | partial rewrite of the check_* routines to use libevent everywhere | Reyk 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-25 | Typo. | Alexander Yurchenko | |
2006-12-25 | good day to remove a some poo | Theo de Raadt | |
2006-12-25 | spacing | Theo de Raadt | |
2006-12-25 | remove some junk | Theo de Raadt | |
2006-12-25 | Uncomment a sentence about acpitz(4) shutting down the system if a | Michael Knudsen | |
critical temperature is detected. | |||
2006-12-25 | "show ip bgp source-as" should issue a bgpctl show ip bgp source-as and not | Claudio Jeker | |
just a show ip bgp as. OK reyk@ | |||
2006-12-24 | Make non-autonegotiated 10baseT and 100baseTX work. | Mark Kettenis | |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod 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-24 | If <machine/cpu.h> defines PROC_PC to compute the userland pc from an exception | Miod Vallat | |
frame, use it to report profiling information via addupc_intr(). | |||
2006-12-24 | Check for want_resched when processing AST and nowhere else. But then, when | Miod Vallat | |
doing so, do not check for signals - userret() will do this. | |||
2006-12-24 | Keep 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-24 | it 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-24 | Remove m88k compiler flags tweak which is no longer necessary since a long time | Miod Vallat | |
already. | |||
2006-12-24 | typos; Murenin | Theo de Raadt | |
2006-12-24 | typo | Michele Marchetto | |
2006-12-24 | duplicated line. ok miod@ | Nick Holland | |
duplicated line. ok miod@ | |||
2006-12-24 | In msk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis | |
continuing when busy flag set. |