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
/
sparc64
/
boot1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-1
/
+1
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
1
-1
/
+1
*
_start.S -> _start.s as the latter is pure asm file.
ru
2004-02-11
2
-9
/
+1
*
MFi386.
ru
2004-02-09
1
-17
/
+14
*
Convert to __FBSDID.
obrien
2004-01-04
1
-1
/
+0
*
Cut&Paste considered far too easy:
phk
2003-04-16
1
-1
/
+0
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
1
-2
/
+0
*
Add explicit dependency on ufsread.c
phk
2002-06-05
1
-0
/
+2
*
Remove UFS related #includes, they're read in ufsread.c now.
phk
2002-06-05
1
-3
/
+0
*
Make sparc64 share ufsread.c with i386.
phk
2002-06-05
2
-126
/
+12
*
Avoid entering IOCCC with a memcpy turned bcopy.
phk
2002-06-05
1
-4
/
+4
*
Match the default newfs UFS block size.
obrien
2002-05-13
1
-1
/
+1
*
-ffreestanding is the word.
obrien
2002-05-10
1
-2
/
+1
*
Split file system setup code out into a function called mount.
jake
2002-04-24
1
-50
/
+109
*
Add support for loading files other than /boot/loader. Useful if you're
jake
2002-04-24
1
-79
/
+234
*
Add an exit function.
jake
2002-04-24
1
-3
/
+21
*
Add -Wno-unused.
jake
2002-04-24
1
-1
/
+1
*
memcpy, memset -> bcopy, bzero.
jake
2002-04-24
1
-32
/
+28
*
Clean up elf loading to not make assumptions about the ordering of sections.
jake
2002-04-24
1
-37
/
+18
*
Remove xfsread. Just call fsread directly.
jake
2002-04-24
1
-16
/
+5
*
Remove a bunch of unused variables, functions and macros. Allocate storage
jake
2002-04-24
1
-174
/
+11
*
o Use our own elf2aout now.
obrien
2002-04-21
1
-2
/
+2
*
1.) Produce a boot1 disklabel template of the format disklabel(8) expects.
tmm
2002-04-01
1
-12
/
+22
*
Apparently either gcc or ld, in their infinite wisdom, want to
obrien
2002-03-28
2
-0
/
+16
*
Change every occurrence of "bootblock" into "boot1" after
robert
2002-03-05
1
-7
/
+7
*
- Fix seeking for offsets requiring more than 32 bits.
robert
2002-03-05
1
-5
/
+27
*
- Fix indentation and return statements to conform to style(9).
robert
2002-02-26
1
-405
/
+428
*
Add the FreeBSD/sparc64 bootblock and its make file.
robert
2002-02-15
2
-0
/
+724