index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
ofw
Commit message (
Expand
)
Author
Age
Files
Lines
*
add sun4v support to the sparc64 boot loader
kmacy
2006-10-09
2
-1
/
+15
*
- Add a workaround for the fact that OFW doesn't guarantee that
marius
2005-10-25
1
-7
/
+58
*
In ofw_parsedev() check the return value of malloc() and protect
marius
2005-10-25
1
-1
/
+5
*
Use an ihandle_t to store the instance handle of an opened device
marius
2005-10-20
1
-1
/
+1
*
Remove unused variables.
marius
2005-10-20
4
-7
/
+0
*
Make code match comment: make the smallest unit of page allocation
grehan
2005-07-22
1
-3
/
+5
*
Since the BAT mapping was removed a long time back, it can't
grehan
2005-05-24
1
-1
/
+6
*
Change ofw_readin/ofw_copyin to map the entire region before
grehan
2005-05-19
1
-24
/
+74
*
Remove unused variables.
marius
2005-03-02
1
-3
/
+0
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
9
-11
/
+11
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
5
-7
/
+7
*
G5 support: handle the case where the OpenFirmware memory array uses
grehan
2004-08-02
3
-29
/
+90
*
All hell breaks loose if the loader image is released before
grehan
2004-07-08
1
-1
/
+3
*
Correctly calculate size of memory to be mapped when copying. Removal
grehan
2004-07-08
1
-1
/
+3
*
Extract entry point from elf header before releasing the heap.
grehan
2004-07-08
1
-1
/
+3
*
Convert to __FBSDID.
obrien
2004-01-04
12
-23
/
+37
*
- Add ':' as a separator between the OpenFirmware device space and
grehan
2003-12-21
2
-3
/
+4
*
Make __elfN(ofw_loadfile) match parameter declaration for file_format
grehan
2003-12-21
1
-1
/
+4
*
Only print out an error if returned data size is < 0. A value of 0
grehan
2003-12-21
1
-1
/
+2
*
Use daddr_t instead of u_long for byte offset in strategy
grehan
2003-12-21
1
-1
/
+1
*
- use correct pointer arithmetic in heapsize calculation
grehan
2003-12-21
1
-7
/
+29
*
Enable the i386 loader to load and run an amd64 kernel. If this puts
peter
2003-05-01
1
-5
/
+5
*
Cut&Paste considered far too easy:
phk
2003-04-16
2
-2
/
+0
*
Fix a dumb bug that broke net booting on sparc64. The wrong length was
jake
2002-12-02
1
-1
/
+1
*
Change the device path representation in libofw to use the full firmware
jake
2002-11-10
6
-579
/
+62
*
Major rework of how we copy data into kernel space.
benno
2002-07-18
6
-22
/
+36
*
Add support for passing metadata.
benno
2002-07-10
1
-44
/
+16
*
Fix up the DMA buffer allocation call.
benno
2002-06-07
1
-1
/
+2
*
Removed now unused INTERNALSTATICLIB.
ru
2002-05-13
1
-3
/
+0
*
Back out last commit. I expect our bsd.*.mk gods to remove the need for
obrien
2002-05-12
1
-0
/
+3
*
Change the disk probing so that it will actually find disks other
jake
2002-05-11
3
-42
/
+136
*
NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
obrien
2002-05-11
1
-3
/
+0
*
Add -ffreestanding to CFLAGS.
jake
2002-02-23
1
-0
/
+1
*
Fix test for != 0 that should be > 0.
jake
2002-02-23
1
-1
/
+1
*
Check the return values of index() and don't dereference it if its null;
jake
2002-02-23
1
-2
/
+8
*
#if 0 more bootinfo stuff.
jake
2002-02-23
1
-0
/
+4
*
Add OF_claim_virt() and OF_release_phys().
jake
2002-02-23
2
-0
/
+72
*
- Remove unneeded variable.
robert
2002-02-15
1
-2
/
+0
*
This file is now unneeded.
robert
2002-02-15
1
-492
/
+0
*
- Do not include a NetBSD header as it is not needed anymore.
robert
2002-02-15
1
-24
/
+11
*
Make the openfirmware entry point function pointer non-static so that it
jake
2001-10-30
2
-1
/
+3
*
Add a prototype for OF_alloc_phys.
robert
2001-10-15
1
-0
/
+1
*
Make the ofw_reg structure and ofw_alloc_heap 64-bit save.
robert
2001-10-15
2
-4
/
+4
*
Do not include openfirm.h; it is now included by libofw.h.
robert
2001-10-15
1
-1
/
+0
*
- Use the cell_t type definition for Open Firmware arguments in
robert
2001-10-15
1
-247
/
+359
*
- Fill dummy functions with code to read from disk using Open
robert
2001-10-15
2
-6
/
+597
*
- Include openfirm.h for phandle_t.
robert
2001-10-15
1
-7
/
+10
*
Add a function for parsing an Open Firmware boot path into the
robert
2001-10-15
1
-3
/
+29
*
- Add an ifdef guard.
robert
2001-10-15
1
-3
/
+6
[next]