| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
revision bump, the functionality is unchanged.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
No portrev bump needed.
|
|
|
|
| |
Reminded by: kris
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
PR: ports/57465
|
|
|
|
|
|
|
|
|
|
| |
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
|
| |
|
|
|
|
|
|
| |
and destroy the device on cleanup.
Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it>
|
|
|
|
|
|
|
|
| |
Correct dependency on linux.ko and Bump PORTREVISION.
PR: ports/37992, ports/40973
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Vladimir B. Grebenschikov <vova@sw.ru>
|
|
|
|
|
| |
PR: ports/40973
Submitted by: Vladimir B. Grebenschikov <vova@sw.ru>
|
|
|
|
|
| |
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
|
| |
|
| |
|
|
|
|
| |
- Support the post-KSE CURRENT.
|
| |
|
| |
|
|
|
|
|
| |
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
|
|
|
|
| |
Correct the startup script to unload rtc.ko module properly.
|
|
|
|
|
|
| |
Add $FreeBSD$ tag.
Submitted by: Boris Popov <bp@FreeBSD.org>
|
|
|
|
|
| |
PR: ports/20818
Submitted by: Sean-Paul Rees <sean@dreamfire.net>
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
| |
|
| |
|
|
|
|
|
|
| |
for running Linux stuff.
Suggested by: Nick Sayer
|
| |
|
|
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.
|