| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.0_4
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
19 Mar 2011 12:38:54
1.0_4
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.0_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Jan 2010 20:24:42
1.0_4
|
marius  |
nclude and install the microcode which Sun now provides under MIT License
terms allowing redistribution.
Approved by: netchild |
31 Mar 2009 19:58:08
1.0_3
|
marius  |
Use a newer version of the Debian patch in order to improve fetchability.
This has no impact on the installed files.
Approved by: netchild |
11 Dec 2007 22:10:55
1.0_3
|
marius  |
- Ever since this port was converted to use a rc.d startup it announces
the uploading of the microcode. Printing this out via the framebuffer
turned out to sometimes being delayed until during the upload of the
microcode to it, resulting in a concurrent access which freezes the
machine. So change afbinit(8) to no longer announce the upload. Of
course the proper way to solve this would be to do the upload in the
kernel with proper locking, if the licenses of both the afbinit(8)
code and the microcode allowed.
- Re-read the board type after uploading the microcode so the right one
is displayed.
- Fix GCC4 warnings.
Approved by: netchild |
20 Feb 2006 20:10:14
1.0_2
|
marius  |
- Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.
Approved by: netchild |
24 Jan 2006 05:43:37
1.0_1
|
edwin  |
SHA256ify (manually checked)
>
> Approved by: krion@ |
31 Aug 2004 15:28:12
1.0_1
|
marius  |
Fix a bug exposed by src/sys/vm/vm_mmap.c revision 1.192, devices can't
be mmap(2)'ed MAP_PRIVATE.
Approved by: eik |
20 Apr 2004 13:49:29
1.0
|
netchild  |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
19 Mar 2004 01:51:15
1.0
|
trevor  |
Add size data, approved by maintainers. |
24 Sep 2003 13:59:43
1.0
|
netchild  |
Add afbinit, a tool to load the microcode firmware onto Sun Microsystem
AFB Graphics Accelerators aka Sun Microsystems Elite 3D. The microcode
is necessary if you want to run XFree86 with acceleration on these cards.
The microcode in itself has to be obtained from an existing SunOS/Solaris
installation.
Submitted by: Marius Strobl <marius@alchemy.franken.de> |