0889b9be41
- Change the 'fopen' keyword to accept a mode parameter. Note that this will break existing 4th scripts that use fopen. Thus, the loader version has been bumped and loader.4th has been changed to check for a sufficient version on i386 and alpha. Be sure that you either do a full world build or install or full build and install of sys/boot after this since loader.old won't work with the new 4th files and vice versa. PR: kern/32389 Submitted by: Jonathan Mini <mini@haikugeek.com> Sponsored by: ClickArray, Inc.
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
$FreeBSD$
|
|
|
|
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
|
file is important. Make sure the current version number is on line 6.
|
|
|
|
1.2: New calling conventions for fopen.
|
|
1.1: New semantics for finding the kernel, new boot.
|
|
1.0: Released working DEC Alpha version.
|
|
0.3: Set/getenv&cia, copyin/out.
|
|
0.2: FICL added to Alpha.
|
|
0.1: Initial i386 version, germinated from the NetBSD i386
|
|
standalone, but enormously modified.
|