aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/rtc/files
Commit message (Expand)AuthorAgeFilesLines
* Fix building for OSVERSION >= 900044.bsam2011-09-191-0/+8
* Users are confused by a diagnostic message more than they arenetchild2006-01-301-1/+1
* - Fix rtc on systems where sizeof(int) != sizeof(long).flz2005-11-291-4/+6
* Change the hz warning so that it doesn't bother you if hz is alreadysilby2005-10-061-2/+2
* Patch to keep up with the recent cdev changes. No need for a portsilby2004-06-241-5/+34
* Update the rtc device to use dynamic numbering on -current. In order tosilby2004-03-141-1/+2
* Ugh, 502103 is the correct revision, not 502104.silby2004-03-101-1/+1
* *Actually* make rtc work on post-502104 -CURRENT.silby2004-03-101-2/+0
* Make rtc module work with FreeBSD 502104.mbr2004-03-031-0/+6
* Update the rtc driver once again. As of this revision, I believe thatsilby2004-02-251-5/+13
* Replace rtc with a revamped version that I've been working on. This versionsilby2004-01-281-29/+107
* Fix that pesky panic when the rtc module is unloaded.silby2004-01-231-1/+0
* Fix panic if the rtc module gets loaded twice: Make rtc_dev staticmbr2003-05-151-3/+5
* Correct dependency on linux.ko.nork2003-04-051-0/+2
* Support post-500104-current.nork2003-03-232-7/+21
* Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.alex2003-02-131-0/+4
* Current doesn't use KMODDEPS.joe2002-08-141-0/+2
* Add $FreeBSD$ tags.knu2001-09-162-0/+3
* - Conditionalize bmaj and kqfilter in cdevsw.knu2001-09-161-1/+6
* - Replace ugly perl substitution hacks with #if's.knu2001-09-162-0/+28
* Update for the latest current. (lminor() -> dev2unit())knu2000-09-222-4/+5
* Set KMODDEPS=linux in Makefile.knu2000-09-101-0/+3
* Chase the recent moving of linux_ioctl.h.knu2000-08-241-1/+1
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-4/+15
* The rtc module depends on linux (for -current)peter2000-05-051-0/+4
* This is rtc, a kernel module for /dev/rtc device support.knu2000-04-036-0/+481