| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Sep 2011 20:31:05
2004.02.24.1_8
|
bsam  |
Fix building for OSVERSION >= 900044.
PR: ports/160799
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Patch by: Rainer Hurling <rhurlin@gwdg.de> |
07 Mar 2011 15:08:26
2004.02.24.1_8
|
ehaupt  |
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)
Discussed with: netchild (emulation) |
26 Aug 2009 04:40:46
2004.02.24.1_8
|
bland  |
Add ports with kernel modules to 'kld' virtual category.
PR: 137823 |
05 Jan 2009 19:44:02
2004.02.24.1_8
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
03 Oct 2007 23:00:29
2004.02.24.1_8
|
edwin  |
Remove support for OSVERSION < 5 |
06 Jan 2007 15:02:19
2004.02.24.1_8
|
netchild  |
Only mknod where appropriate (!devfs case). |
25 Feb 2006 23:39:06
2004.02.24.1_8
|
netchild  |
Unbreak port and make it a little bit more package friendly.
Approved by: portmgr (kris) |
20 Feb 2006 01:44:59
2004.02.24.1_7
|
kris  |
BROKEN: Incomplete pkg-plist |
29 Jan 2006 16:09:18
2004.02.24.1_7
|
netchild  |
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 |
22 Jan 2006 01:50:38
2004.02.24.1_6
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
29 Nov 2005 15:43:43
2004.02.24.1_6
|
flz  |
- 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> |
06 Oct 2005 06:39:58
2004.02.24.1_5
|
silby  |
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.
Inspired by PR: 71536 |
06 Oct 2005 06:38:38
2004.02.24.1_4
|
silby  |
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. |
17 Jun 2005 22:59:29
2004.02.24.1_4
|
netchild  |
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use(Only the first 15 lines of the commit message are shown above ) |
01 Mar 2005 21:51:49
2004.02.24.1_4
|
trevor  |
Respect the user's USE_LINUX setting. |
27 Dec 2004 21:28:43
2004.02.24.1_4
|
kris  |
Use NO_FETCH instead of a gratuitous do-fetch target. |
24 Jun 2004 07:49:45
2004.02.24.1_4
|
silby  |
Patch to keep up with the recent cdev changes. No need for a port
revision bump, the functionality is unchanged. |
13 Mar 2004 21:20:04
2004.02.24.1_4
|
silby  |
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). |
10 Mar 2004 09:44:44
2004.02.24.1_3
|
silby  |
Ugh, 502103 is the correct revision, not 502104.
No portrev bump needed. |
10 Mar 2004 09:35:29
2004.02.24.1_3
|
silby  |
Bump portrev for last change.
Reminded by: kris |
10 Mar 2004 09:02:02
2004.02.24.1_2
|
silby  |
*Actually* make rtc work on post-502104 -CURRENT. |
03 Mar 2004 10:15:14
2004.02.24.1_2
|
mbr  |
Make rtc module work with FreeBSD 502104. |
24 Feb 2004 23:07:49
2004.02.24.1_1
|
silby  |
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. |
28 Jan 2004 08:15:19
2003.01.28.1_1
|
silby  |
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. |
23 Jan 2004 09:07:52
2002.03.05.2_2
|
silby  |
Fix that pesky panic when the rtc module is unloaded.
PR: ports/57465 |
10 Jan 2004 07:18:55
2002.03.05.2_2
|
marcus  |
Substitute BROKEN with IGNORE in cases where the port requires the src tree
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 |
15 May 2003 13:07:42
2002.03.05.2_2
|
mbr  |
Bump portrevision |
15 May 2003 13:06:57
2002.03.05.2_1
|
mbr  |
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> |
04 Apr 2003 22:09:04
2002.03.05.2_1
|
nork  |
[Forced commit]
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> |
04 Apr 2003 22:05:33
2002.03.05.2
|
nork  |
Correct dependency on linux.ko.
PR: ports/40973
Submitted by: Vladimir B. Grebenschikov <vova@sw.ru> |
23 Mar 2003 12:36:58
2002.03.05.2
|
nork  |
Support post-500104-current.
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation |
07 Mar 2003 06:01:20
2001.09.16.1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
12 Feb 2003 19:19:03
2001.09.16.1
|
alex  |
Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000. |
14 Aug 2002 15:56:57
2001.09.16.1
|
joe  |
Current doesn't use KMODDEPS.
Submitted by: Mark Santcroos <marks@ripe.net> |
16 Sep 2001 08:05:18 
|
knu  |
Add $FreeBSD$ tags. |
16 Sep 2001 08:01:44 
|
knu  |
- Conditionalize bmaj and kqfilter in cdevsw. |
16 Sep 2001 07:42:36 
|
knu  |
- Replace ugly perl substitution hacks with #if's. |
14 Mar 2001 11:03:41 
|
knu  |
Define USE_LINUX, as linux_base must be installed prior to this port. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 02:02:29 
|
asami  |
Convert category emulators to new layout. |
22 Sep 2000 18:22:24 
|
knu  |
Use LINUXBASE/USE_LINUX variables. |
22 Sep 2000 12:08:23 
|
knu  |
Update for the latest current. (lminor() -> dev2unit()) |
10 Sep 2000 16:06:55 
|
knu  |
Set KMODDEPS=linux in Makefile. Add $FreeBSD$ tag. |
24 Aug 2000 15:51:20 
|
knu  |
Chase the recent moving of linux_ioctl.h. |
02 Aug 2000 06:19:17 
|
kuriyama  |
Remove empty directory. |
05 Jul 2000 13:37:07 
|
tg  |
As threatened on freebsd-ports: all startup scripts know about the two 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. |