aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ofw/libofw/ofw_copy.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-173/+0
* Check the real-mode? OF property to find out whether we operate in real orAndreas Tobler2010-11-171-9/+15
* In the case of non-sequential mappings, ofw_mapmem() could ask OpenNathan Whitehorn2010-09-021-1/+1
* Make code match comment: make the smallest unit of page allocationPeter Grehan2005-07-221-3/+5
* Change ofw_readin/ofw_copyin to map the entire region beforePeter Grehan2005-05-191-23/+73
* Correctly calculate size of memory to be mapped when copying. RemovalPeter Grehan2004-07-081-1/+3
* Convert to __FBSDID.David E. O'Brien2004-01-041-2/+4
* Only print out an error if returned data size is < 0. A value of 0Peter Grehan2003-12-211-1/+2
* Major rework of how we copy data into kernel space.Benno Rice2002-07-181-1/+27
* Whitespace fixes.Benno Rice2001-10-071-4/+4
* Mega-patch for OpenFirmware loader support.Benno Rice2001-10-071-3/+30
* Convert from the Alpha compontents to PowerPC ones.David E. O'Brien2000-10-161-4/+4
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-031-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-201-3/+3
* Bootstrap updates.Mike Smith1998-09-031-1/+8
* Bootloader update.Mike Smith1998-08-311-0/+50