Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | Convert watchdog(4) devices to use autoconf(9) framework. | 2014-12-10 | 1 | -2/+16 | |
| | | | | ok deraadt, tests on glxpcib and ok mpi | ||||
* | Swap arguments to wdog_register() since it is nicer, and prepare | 2012-10-17 | 1 | -2/+2 | |
| | | | | wdog_shutdown() for external usage. | ||||
* | use nitems(); no binary change for drivers that are compiled on amd64. | 2011-04-03 | 1 | -2/+2 | |
| | | | | ok claudio@ | ||||
* | these files don't need to include proc.h anymore. ok oga for agp | 2010-04-08 | 1 | -2/+1 | |
| | |||||
* | Prefix wdt softc members with sc_ like other drivers. | 2009-04-25 | 1 | -24/+24 | |
| | |||||
* | Remove the header that exposed the old wdt ioctl interface to userland, | 2008-08-30 | 1 | -3/+1 | |
| | | | | | | | wdt was converted to use the common watchdog code some time ago so this is no longer needed. "yes, we should remove it" mbalmer@ | ||||
* | I forgot to remove the UNIT macro when the wdt char device was removed | 2007-08-14 | 1 | -3/+1 | |
| | | | | long ago. | ||||
* | wdt doesn't malloc so no reason to include malloc.h. | 2007-08-01 | 1 | -2/+1 | |
| | | | | ok dlg | ||||
* | use pci_matchbyid() here, too. | 2006-11-25 | 1 | -8/+7 | |
| | |||||
* | Some more KNF stuff I missed. | 2006-07-09 | 1 | -12/+12 | |
| | |||||
* | ANSI and KNF. No binary change. | 2006-07-09 | 1 | -16/+12 | |
| | |||||
* | Remove freebsdism. | 2006-06-19 | 1 | -10/+5 | |
| | | | | input and ok mickey. | ||||
* | KNF and destatic functions. | 2006-06-17 | 1 | -22/+20 | |
| | | | | ok brad | ||||
* | Get rid of the wdt(4) char device. We have watchdog(4) and | 2006-06-11 | 1 | -202/+1 | |
| | | | | | | | | | | | | 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 | ||||
* | Use the watchdog(4) framework for watchdog services instead of rolling | 2006-05-31 | 1 | -101/+36 | |
| | | | | | | | | | | | | | 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 | ||||
* | Entries in cd_devs[] may be NULL, so be sure to check for them in your | 2006-03-15 | 1 | -3/+3 | |
| | | | | device open() function. | ||||
* | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | 2005-09-11 | 1 | -13/+4 | |
| | |||||
* | change arguments to suser. suser now takes the process, and a flags | 2003-08-15 | 1 | -2/+2 | |
| | | | | | | | | | 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@ | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -23/+23 | |
| | |||||
* | fix the comment | 2001-02-03 | 1 | -2/+2 | |
| | |||||
* | new timeout, even not in generic | 2001-02-03 | 1 | -10/+11 | |
| | |||||
* | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | 1999-04-28 | 1 | -0/+607 | |
timers. |