Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-30 | Remove the header that exposed the old wdt ioctl interface to userland, | Jonathan Gray | |
wdt was converted to use the common watchdog code some time ago so this is no longer needed. "yes, we should remove it" mbalmer@ | |||
2007-08-14 | I forgot to remove the UNIT macro when the wdt char device was removed | Michael Knudsen | |
long ago. | |||
2007-08-01 | wdt doesn't malloc so no reason to include malloc.h. | Michael Knudsen | |
ok dlg | |||
2006-11-25 | use pci_matchbyid() here, too. | Marc Balmer | |
2006-07-09 | Some more KNF stuff I missed. | Michael Knudsen | |
2006-07-09 | ANSI and KNF. No binary change. | Michael Knudsen | |
2006-06-19 | Remove freebsdism. | Michael Knudsen | |
input and ok mickey. | |||
2006-06-17 | KNF and destatic functions. | Michael Knudsen | |
ok brad | |||
2006-06-11 | Get rid of the wdt(4) char device. We have watchdog(4) and | Michael Knudsen | |
watchdogd(4), so there's no point in supporting old, unused, non-generic interfaces. Tested by < jg , rilk - com>. The sensors available on the WDT501 model will be supported later using the sensors framework. ok mickey markus | |||
2006-05-31 | Use the watchdog(4) framework for watchdog services instead of rolling | Michael Knudsen | |
more or less the same code. This means that all our watchdog drivers use the framework, and that they all can be configured using sysctl kern.watchdog.{period,auto}, and they can all use watchdogd. At least for now we still support the /dev/wdt0 char device and userland poking using ioctl. Testing by < jg ! rilk , com >, many thanks! ok deraadt | |||
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat | |
device open() function. | |||
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-02-03 | fix the comment | Michael Shalayeff | |
2001-02-03 | new timeout, even not in generic | Michael Shalayeff | |
1999-04-28 | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | Alex Feldman | |
timers. |