| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/160799
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Patch by: Rainer Hurling <rhurlin@gwdg.de>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Clean pkg-plist a bit.
- Re-word IGNORE lines and remove quotes.
PR: ports/87546
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
|
|
|
|
| |
set to 1000 or greater, and take out the check to see if hz is greater
than the requested tick rate.
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
and destroy the device on cleanup.
Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it>
|
|
|
|
|
| |
PR: ports/40973
Submitted by: Vladimir B. Grebenschikov <vova@sw.ru>
|
|
|
|
|
| |
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation
|
| |
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
|
| |
|
| |
|
|
|
|
| |
- Support the post-KSE CURRENT.
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
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.
|