| non port: emulators/rtc/files/rtc.c |
|
CVSWeb
|
Number of commits found: 17 |
|
Sun, 29 Jan 2006
|
[ 16:09 netchild ]
1.29 emulators/rtc/Makefile
1.19 emulators/rtc/files/rtc.c
Users are confused by a diagnostic message more than they are
helped because it is printing the -current- value of HZ, not the
value requested. This is fixed be rearranging the order of changing
the value and printing the message (they are in adjacent lines).
Submitted by: rgrimes
|
|
Tue, 29 Nov 2005
|
[ 15:43 flz ]
1.28 emulators/rtc/Makefile
1.5 emulators/rtc/pkg-plist
1.18 emulators/rtc/files/rtc.c
- Fix rtc on systems where sizeof(int) != sizeof(long).
- Clean pkg-plist a bit.
- Re-word IGNORE lines and remove quotes.
PR: ports/87546
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
|
Thu, 6 Oct 2005
|
[ 06:38 silby ]
1.17 emulators/rtc/files/rtc.c
Change the hz warning so that it doesn't bother you if hz is already
set to 1000 or greater, and take out the check to see if hz is greater
than the requested tick rate.
|
|
Thu, 24 Jun 2004
|
[ 07:49 silby ]
1.16 emulators/rtc/files/rtc.c
Patch to keep up with the recent cdev changes. No need for a port
revision bump, the functionality is unchanged.
|
|
Sat, 13 Mar 2004
|
[ 21:20 silby ]
1.23 emulators/rtc/Makefile
1.4 emulators/rtc/pkg-plist
1.15 emulators/rtc/files/rtc.c
Update the rtc device to use dynamic numbering on -current. In order to
accomdate this change, stop using device nodes in /usr/compat/linux/dev
and instead rely on the linuxalator passing through requests to the
real /dev. (This second change also applies to 4.x).
|
|
Wed, 10 Mar 2004
|
[ 09:44 silby ]
1.14 emulators/rtc/files/rtc.c
Ugh, 502103 is the correct revision, not 502104.
No portrev bump needed.
|
[ 09:02 silby ]
1.21 emulators/rtc/Makefile
1.13 emulators/rtc/files/rtc.c
*Actually* make rtc work on post-502104 -CURRENT.
|
|
Wed, 3 Mar 2004
|
[ 10:15 mbr ]
1.20 emulators/rtc/Makefile
1.12 emulators/rtc/files/rtc.c
Make rtc module work with FreeBSD 502104.
|
|
Tue, 24 Feb 2004
|
[ 23:07 silby ]
1.19 emulators/rtc/Makefile
1.11 emulators/rtc/files/rtc.c
Update the rtc driver once again. As of this revision, I believe that
the linux rtc device is being emulated as accurately as possible,
at least in terms of its behavior. Further improvements to its
accuracy will require much more precise measurement.
Device cloning is not yet implemented.
|
|
Wed, 28 Jan 2004
|
[ 08:15 silby ]
1.18 emulators/rtc/Makefile
1.10 emulators/rtc/files/rtc.c
Replace rtc with a revamped version that I've been working on. This version
uses tsleep / selrecord and a worker thread to provide a much better emulation
of the rtc driver, as well as greatly decreased processor usage.
Device cloning as well as a few more tweaks to the emulation are still pending.
|
|
Fri, 23 Jan 2004
|
[ 09:07 silby ]
1.9 emulators/rtc/files/rtc.c
Fix that pesky panic when the rtc module is unloaded.
PR: ports/57465
|
|
Thu, 15 May 2003
|
[ 13:06 mbr ]
1.8 emulators/rtc/files/rtc.c
Fix panic if the rtc module gets loaded twice: Make rtc_dev static
and destroy the device on cleanup.
Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it>
|
|
Sun, 23 Mar 2003
|
[ 12:36 nork ]
1.14 emulators/rtc/Makefile
1.7 emulators/rtc/files/rtc.c
1.4 emulators/rtc/files/rtc.sh
Support post-500104-current.
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation
|
|
Sun, 16 Sep 2001
|
[ 08:05 knu ]
unknown emulators/rtc/files/rtc.c
unknown emulators/rtc/files/rtc_linux.c
Add $FreeBSD$ tags.
|
[ 08:01 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
- Conditionalize bmaj and kqfilter in cdevsw.
|
[ 07:42 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
unknown emulators/rtc/files/rtc_linux.c
- Replace ugly perl substitution hacks with #if's.
|
|
Fri, 22 Sep 2000
|
[ 12:08 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
unknown emulators/rtc/files/rtc.sh
Update for the latest current. (lminor() -> dev2unit())
|
Number of commits found: 17 |