summaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc_linux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-16/+0
| | | | | | | | | | | | | | | | | | | - submitter becomes maintainer - Install kmod into /boot/modules instead of /usr/local - Cleared out bits dating back to pre-devfs - Removed #ifdef bits related to FreeBSD <= 4.X and FreeBSD <= 8.X - Olegs fixes for FreeBSD 11.X and FreeBSD 12.X+ - Removed "USES= linux uidfix" - whilst this provides functionality that is "often" used by linux programs, that's not necessarily the case, and this module doesn't require any linux subsystem or kernel MOD to operate. - Removed oldstyle rtc.sh - include pkg-message showing how to load from the rc.conf "kld_list" mechanism. - Fixed typo in "test.c" -> /dec -> /dev - Fixed path to "rtc.h" in "test.c" PR: 233057 Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
* Fix building for OSVERSION >= 900044.Boris Samorodov2011-09-181-0/+8
| | | | | | PR: ports/160799 Submitted by: Ivan Klymenko <fidaj@ukr.net> Patch by: Rainer Hurling <rhurlin@gwdg.de>
* 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.