index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emulators
/
rtc
/
files
/
rtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
emulators/rtc: deprecate and return to pool
Jamie Landeg-Jones
2023-06-29
1
-2
/
+2
*
emulators/rtc: Unbreak build with llvm13
Jamie Landeg-Jones
2022-05-14
1
-0
/
+6
*
cleanup: drop support for EOL FreeBSD 11.X
Rene Ladan
2021-09-30
1
-18
/
+0
*
all: Remove all other $FreeBSD keywords.
Mathieu Arnold
2021-04-06
1
-1
/
+0
*
emulators/rtc: update 2004.02.24.1 -> 2020.07.07.1
Kurt Jaeger
2020-09-01
1
-104
/
+23
*
Users are confused by a diagnostic message more than they are
Alexander Leidinger
2006-01-29
1
-1
/
+1
*
- Fix rtc on systems where sizeof(int) != sizeof(long).
Florent Thoumie
2005-11-29
1
-4
/
+6
*
Change the hz warning so that it doesn't bother you if hz is already
Mike Silbersack
2005-10-06
1
-2
/
+2
*
Patch to keep up with the recent cdev changes. No need for a port
Mike Silbersack
2004-06-24
1
-5
/
+34
*
Update the rtc device to use dynamic numbering on -current. In order to
Mike Silbersack
2004-03-13
1
-1
/
+2
*
Ugh, 502103 is the correct revision, not 502104.
Mike Silbersack
2004-03-10
1
-1
/
+1
*
*Actually* make rtc work on post-502104 -CURRENT.
Mike Silbersack
2004-03-10
1
-2
/
+0
*
Make rtc module work with FreeBSD 502104.
Martin Blapp
2004-03-03
1
-0
/
+6
*
Update the rtc driver once again. As of this revision, I believe that
Mike Silbersack
2004-02-24
1
-5
/
+13
*
Replace rtc with a revamped version that I've been working on. This version
Mike Silbersack
2004-01-28
1
-29
/
+107
*
Fix that pesky panic when the rtc module is unloaded.
Mike Silbersack
2004-01-23
1
-1
/
+0
*
Fix panic if the rtc module gets loaded twice: Make rtc_dev static
Martin Blapp
2003-05-15
1
-3
/
+5
*
Support post-500104-current.
Norikatsu Shigemura
2003-03-23
1
-5
/
+19
*
Add $FreeBSD$ tags.
Akinori MUSHA
2001-09-16
1
-0
/
+1
*
- Conditionalize bmaj and kqfilter in cdevsw.
Akinori MUSHA
2001-09-16
1
-1
/
+6
*
- Replace ugly perl substitution hacks with #if's.
Akinori MUSHA
2001-09-16
1
-0
/
+20
*
Update for the latest current. (lminor() -> dev2unit())
Akinori MUSHA
2000-09-22
1
-1
/
+1
*
The rtc module depends on linux (for -current)
Peter Wemm
2000-05-05
1
-0
/
+4
*
This is rtc, a kernel module for /dev/rtc device support.
Akinori MUSHA
2000-04-03
1
-0
/
+288