summaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc_linux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$ tags.Akinori MUSHA2001-09-161-0/+2
|
* - Replace ugly perl substitution hacks with #if's.Akinori MUSHA2001-09-161-0/+8
| | | | - Support the post-KSE CURRENT.
* Chase the recent moving of linux_ioctl.h.Akinori MUSHA2000-08-241-1/+1
| | | | | PR: ports/20818 Submitted by: Sean-Paul Rees <sean@dreamfire.net>
* This is rtc, a kernel module for /dev/rtc device support.Akinori MUSHA2000-04-031-0/+70
Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev. Note: It _includes_ Linux ioctl support, but basically it's FreeBSD native stuff. I'm importing this into emulators category for convevience' sake. Check it out.