aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/rtc
Commit message (Expand)AuthorAgeFilesLines
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedjgh2012-05-221-2/+2
* Fix building for OSVERSION >= 900044.bsam2011-09-191-0/+8
* Unify maintainer address for emulation ports.ehaupt2011-03-071-1/+1
* Add ports with kernel modules to 'kld' virtual category.bland2009-08-261-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-10/+0
* Remove support for OSVERSION < 5edwin2007-10-041-4/+0
* Only mknod where appropriate (!devfs case).netchild2007-01-061-0/+3
* Unbreak port and make it a little bit more package friendly.netchild2006-02-262-6/+13
* BROKEN: Incomplete pkg-plistkris2006-02-201-0/+2
* Users are confused by a diagnostic message more than they arenetchild2006-01-302-2/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* - Fix rtc on systems where sizeof(int) != sizeof(long).flz2005-11-293-9/+11
* Change the hz warning so that it doesn't bother you if hz is alreadysilby2005-10-061-1/+1
* Change the hz warning so that it doesn't bother you if hz is alreadysilby2005-10-061-2/+2
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-1/+1
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+1
* Use NO_FETCH instead of a gratuitous do-fetch target.kris2004-12-281-3/+1
* 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-143-8/+5
* Ugh, 502103 is the correct revision, not 502104.silby2004-03-101-1/+1
* Bump portrev for last change.silby2004-03-101-1/+1
* *Actually* make rtc work on post-502104 -CURRENT.silby2004-03-102-4/+0
* Make rtc module work with FreeBSD 502104.mbr2004-03-032-1/+9
* Update the rtc driver once again. As of this revision, I believe thatsilby2004-02-252-6/+14
* Replace rtc with a revamped version that I've been working on. This versionsilby2004-01-282-31/+109
* Fix that pesky panic when the rtc module is unloaded.silby2004-01-231-1/+0
* Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-2/+2
* Bump portrevisionmbr2003-05-151-1/+1
* Fix panic if the rtc module gets loaded twice: Make rtc_dev staticmbr2003-05-151-3/+5
* [Forced commit]nork2003-04-051-0/+1
* Correct dependency on linux.ko.nork2003-04-051-0/+2
* Support post-500104-current.nork2003-03-233-8/+22
* Clear moonlight beckons.ade2003-03-072-1/+1
* 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-162-2/+7
* - Replace ugly perl substitution hacks with #if's.knu2001-09-163-12/+29
* Define USE_LINUX, as linux_base must be installed prior to this port.knu2001-03-141-1/+3
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+2
* Use LINUXBASE/USE_LINUX variables.knu2000-09-231-2/+1
* Update for the latest current. (lminor() -> dev2unit())knu2000-09-223-7/+15
* Set KMODDEPS=linux in Makefile.knu2000-09-102-1/+4
* Chase the recent moving of linux_ioctl.h.knu2000-08-242-2/+8
* Remove empty directory.kuriyama2000-08-021-0/+1
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-4/+15
* Bump the version number corresponding to Peter's previous commit.knu2000-05-061-1/+1
* The rtc module depends on linux (for -current)peter2000-05-051-0/+4
* Move /dev/rtc to ${LINUX_DIR}/dev/rtc, since we don't need rtc exceptknu2000-04-152-7/+9
* PORTNAME/VERSION stuffmharo2000-04-121-2/+2
* This is rtc, a kernel module for /dev/rtc device support.knu2000-04-0310-0/+553