notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: emulators/rtc/files/rtc.c

Number of commits found: 23

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/rtc: Remove expired port

2023-12-31 emulators/rtc: Driver doesn't actually work with current FreeBSD
versions
commit hash: 83a04250c023241a27e61f6393fd8f06338cc752 commit hash: 83a04250c023241a27e61f6393fd8f06338cc752 commit hash: 83a04250c023241a27e61f6393fd8f06338cc752 commit hash: 83a04250c023241a27e61f6393fd8f06338cc752 83a0425
Thursday, 29 Jun 2023
11:35 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Jamie Landeg-Jones
emulators/rtc: deprecate and return to pool

Doesn't work in modern FreeBSD versions.

PR:		272237
Reported by:	jamie@catflap.org (maintainer)
commit hash: 5b60ec37e75d77fe8b2ecc786c27fbdce8f6f571 commit hash: 5b60ec37e75d77fe8b2ecc786c27fbdce8f6f571 commit hash: 5b60ec37e75d77fe8b2ecc786c27fbdce8f6f571 commit hash: 5b60ec37e75d77fe8b2ecc786c27fbdce8f6f571 5b60ec3
Saturday, 14 May 2022
16:40 Dmitri Goutnik (dmgk) search for other commits by this committer Author: Jamie Landeg-Jones
emulators/rtc: Unbreak build with llvm13

rtc.c:112:6: error: variable 'unit' set but not used
[-Werror,-Wunused-but-set-variable]
        int unit;
            ^

PR:		263616
commit hash: e2c8ca5df4d2b07fb124f9b7dfa9d9f62f120a5d commit hash: e2c8ca5df4d2b07fb124f9b7dfa9d9f62f120a5d commit hash: e2c8ca5df4d2b07fb124f9b7dfa9d9f62f120a5d commit hash: e2c8ca5df4d2b07fb124f9b7dfa9d9f62f120a5d e2c8ca5
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Tuesday, 1 Sep 2020
09:04 pi search for other commits by this committer
emulators/rtc: update 2004.02.24.1 -> 2020.07.07.1

- 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>
Original commitRevision:547249 
Sunday, 29 Jan 2006
16:09 netchild search for other commits by this committer
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
Original commit
Tuesday, 29 Nov 2005
15:43 flz search for other commits by this committer
- 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>
Original commit
Thursday, 6 Oct 2005
06:38 silby search for other commits by this committer
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.
Original commit
Thursday, 24 Jun 2004
07:49 silby search for other commits by this committer
Patch to keep up with the recent cdev changes.  No need for a port
revision bump, the functionality is unchanged.
Original commit
Saturday, 13 Mar 2004
21:20 silby search for other commits by this committer
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).
Original commit
Wednesday, 10 Mar 2004
09:44 silby search for other commits by this committer
Ugh, 502103 is the correct revision, not 502104.

No portrev bump needed.
Original commit
09:02 silby search for other commits by this committer
*Actually* make rtc work on post-502104 -CURRENT.
Original commit
Wednesday, 3 Mar 2004
10:15 mbr search for other commits by this committer
Make rtc module work with FreeBSD 502104.
Original commit
Tuesday, 24 Feb 2004
23:07 silby search for other commits by this committer
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.
Original commit
Wednesday, 28 Jan 2004
08:15 silby search for other commits by this committer
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.
Original commit
Friday, 23 Jan 2004
09:07 silby search for other commits by this committer
Fix that pesky panic when the rtc module is unloaded.

PR:     ports/57465
Original commit
Thursday, 15 May 2003
13:06 mbr search for other commits by this committer
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>
Original commit
Sunday, 23 Mar 2003
12:36 nork search for other commits by this committer
Support post-500104-current.

Submitted by:   Marcin Cielak <saper@sgh.waw.pl>
Tested by:      freebsd-emulation
Original commit
Sunday, 16 Sep 2001
08:05 knu search for other commits by this committer
Add $FreeBSD$ tags.    
Original commit
08:01 knu search for other commits by this committer
- Conditionalize bmaj and kqfilter in cdevsw.    
Original commit
07:42 knu search for other commits by this committer
- Replace ugly perl substitution hacks with #if's.    
Original commit
Friday, 22 Sep 2000
12:08 knu search for other commits by this committer
Update for the latest current. (lminor() -> dev2unit())    
Original commit

Number of commits found: 23