aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* emulators/rtc: deprecate and return to poolJamie Landeg-Jones2023-06-291-2/+2
* emulators/rtc: Unbreak build with llvm13Jamie Landeg-Jones2022-05-141-0/+6
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-18/+0
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
* emulators/rtc: update 2004.02.24.1 -> 2020.07.07.1Kurt Jaeger2020-09-011-104/+23
* Users are confused by a diagnostic message more than they areAlexander Leidinger2006-01-291-1/+1
* - Fix rtc on systems where sizeof(int) != sizeof(long).Florent Thoumie2005-11-291-4/+6
* Change the hz warning so that it doesn't bother you if hz is alreadyMike Silbersack2005-10-061-2/+2
* Patch to keep up with the recent cdev changes. No need for a portMike Silbersack2004-06-241-5/+34
* Update the rtc device to use dynamic numbering on -current. In order toMike Silbersack2004-03-131-1/+2
* Ugh, 502103 is the correct revision, not 502104.Mike Silbersack2004-03-101-1/+1
* *Actually* make rtc work on post-502104 -CURRENT.Mike Silbersack2004-03-101-2/+0
* Make rtc module work with FreeBSD 502104.Martin Blapp2004-03-031-0/+6
* Update the rtc driver once again. As of this revision, I believe thatMike Silbersack2004-02-241-5/+13
* Replace rtc with a revamped version that I've been working on. This versionMike Silbersack2004-01-281-29/+107
* Fix that pesky panic when the rtc module is unloaded.Mike Silbersack2004-01-231-1/+0
* Fix panic if the rtc module gets loaded twice: Make rtc_dev staticMartin Blapp2003-05-151-3/+5
* Support post-500104-current.Norikatsu Shigemura2003-03-231-5/+19
* Add $FreeBSD$ tags.Akinori MUSHA2001-09-161-0/+1
* - Conditionalize bmaj and kqfilter in cdevsw.Akinori MUSHA2001-09-161-1/+6
* - Replace ugly perl substitution hacks with #if's.Akinori MUSHA2001-09-161-0/+20
* Update for the latest current. (lminor() -> dev2unit())Akinori MUSHA2000-09-221-1/+1
* The rtc module depends on linux (for -current)Peter Wemm2000-05-051-0/+4
* This is rtc, a kernel module for /dev/rtc device support.Akinori MUSHA2000-04-031-0/+288