Warner Losh
6a0fd84b50
Start each of the license/copyright comments with /*-
2005-01-05 22:16:58 +00:00
Marius Strobl
39513fa664
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
...
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
2004-08-16 15:45:27 +00:00
David E. O'Brien
bd506e2a3a
Convert to __FBSDID.
2004-01-04 23:21:18 +00:00
Poul-Henning Kamp
f770d2d3dd
Cut&Paste considered far too easy:
...
Don't include <sys/disklabel.h>
2003-04-16 21:09:41 +00:00
Poul-Henning Kamp
197e5e73ef
Libdisk does not need to include <sys/diskslice.h> any more.
...
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
2003-04-04 16:35:16 +00:00
Poul-Henning Kamp
af53575a04
Remove UFS related #includes, they're read in ufsread.c now.
2002-06-05 12:12:25 +00:00
Poul-Henning Kamp
3795d538a8
Make sparc64 share ufsread.c with i386.
...
Sponsored by: DARPA & NAI Labs.
2002-06-05 12:00:53 +00:00
Poul-Henning Kamp
7cbccd7f79
Avoid entering IOCCC with a memcpy turned bcopy.
2002-06-05 11:56:12 +00:00
David E. O'Brien
21ab21338d
Match the default newfs UFS block size.
2002-05-13 05:09:34 +00:00
Jake Burkholder
127e8646b8
Split file system setup code out into a function called mount.
...
Implement vsnprintf. Implement panic in terms of it.
2002-04-24 05:54:10 +00:00
Jake Burkholder
0d0c927680
Add support for loading files other than /boot/loader. Useful if you're
...
loader is screwed and you want loader.old.
Rewrite the scaled down printf so it actually works right, and add support
for more formats.
2002-04-24 04:27:49 +00:00
Jake Burkholder
3ff6556567
Add an exit function.
2002-04-24 02:50:59 +00:00
Jake Burkholder
8c2f8986a6
memcpy, memset -> bcopy, bzero.
2002-04-24 02:24:32 +00:00
Jake Burkholder
4b487ad2ec
Clean up elf loading to not make assumptions about the ordering of sections.
...
Don't load the symbol table; this is only needed for loading kernels and we
load the loader.
2002-04-24 02:10:35 +00:00
Jake Burkholder
e2b255fdea
Remove xfsread. Just call fsread directly.
2002-04-24 01:47:05 +00:00
Jake Burkholder
912ceb7f18
Remove a bunch of unused variables, functions and macros. Allocate storage
...
statically instead of using a faked up malloc.
2002-04-24 01:40:54 +00:00
Robert Drehmel
83ea6c23b5
- Fix seeking for offsets requiring more than 32 bits.
...
- Add sanity checks to lookup().
- Implement the 'l' modifier in printf().
Submitted by: tmm
2002-03-05 11:22:43 +00:00
Robert Drehmel
4d79812a7c
- Fix indentation and return statements to conform to style(9).
...
- Use the __FBSDID macro.
- Fix some warnings.
Submitted by: obrien (partly)
2002-02-26 10:05:20 +00:00
Robert Drehmel
c119807ba8
Add the FreeBSD/sparc64 bootblock and its make file.
2002-02-15 12:49:20 +00:00