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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another unsigned long used to index the symbol table which should be
jake
2002-04-09
1
-1
/
+1
*
We must not let install(1) strip loader.efi when installing it, or the
peter
2002-04-07
2
-0
/
+2
*
Set BINDIR
peter
2002-04-07
4
-0
/
+4
*
Add loader bootforth infrastructure and install it.
peter
2002-04-07
2
-8
/
+40
*
Make it a bit closer to the EFI build and tie up some loose ends.
peter
2002-04-06
4
-25
/
+12
*
Try and tidy up some very loose ends with paths to various libraries etc.
peter
2002-04-06
3
-11
/
+30
*
Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64
peter
2002-04-06
2
-2
/
+2
*
Do not assume that ${OBJCOPY} variable exists. It was hidden by the
peter
2002-04-06
2
-0
/
+2
*
Use the correct elf hash table entry type. This matches a similar fix
peter
2002-04-06
1
-6
/
+6
*
Fix self hosted loader building. When you use a self configured gcc, it
peter
2002-04-06
4
-8
/
+8
*
Use a relative path to libstand.. /usr/src/lib/libstand may not exist
peter
2002-04-04
2
-2
/
+2
*
Do not use semi-fixed TLB slots for the 4M kernel pages any more.
tmm
2002-04-02
3
-25
/
+24
*
1.) Rename locore.s to locore.S (by repocopy), to be able to remove
tmm
2002-04-02
3
-144
/
+21
*
Add support for booting from CD-ROM. Make it possible to enable UFS
tmm
2002-04-01
2
-0
/
+27
*
1.) Produce a boot1 disklabel template of the format disklabel(8) expects.
tmm
2002-04-01
1
-12
/
+22
*
Only install the help file if we can find it. Use ${BASE}.help
marcel
2002-03-31
2
-8
/
+2
*
Pass the address of the bootinfo block to the kernel in register
marcel
2002-03-30
4
-10
/
+10
*
Pass the physical address of the bootinfo block to the kernel in
marcel
2002-03-30
4
-2
/
+6
*
MFi386: revision 1.55
nyan
2002-03-30
1
-0
/
+3
*
Add a quick and dirty way to determine where we're loaded from. We
marcel
2002-03-30
2
-16
/
+56
*
The EFI loader has been improved a lot since it was first added.
marcel
2002-03-30
2
-0
/
+4
*
Fix the initialization of the protocol:
marcel
2002-03-30
1
-2
/
+68
*
Don't blindly dereference f->f_devdata as if it's always a pointer to
marcel
2002-03-30
1
-1
/
+6
*
o Make efinet_put a blocking call by waiting for the protocol
marcel
2002-03-29
1
-12
/
+22
*
Fix the beforeinstall target. We install ${PROG}.help if loader.help
marcel
2002-03-29
2
-8
/
+2
*
Needs a.out support built into the loader.
obrien
2002-03-28
1
-0
/
+3
*
o Don't include sys/cdefs.h
marcel
2002-03-28
2
-2
/
+0
*
o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.
marcel
2002-03-28
2
-8
/
+8
*
Duplicate the logic used elsewhere to define LIBSTAND.
marcel
2002-03-28
2
-4
/
+22
*
was repocopied to ../boot1
obrien
2002-03-28
2
-769
/
+0
*
Apparently either gcc or ld, in their infinite wisdom, want to
obrien
2002-03-28
2
-0
/
+16
*
Opps, bootblock component is no more.
obrien
2002-03-28
1
-1
/
+1
*
sparc64 is an ofw consumer.
obrien
2002-03-28
1
-2
/
+2
*
Not all platforms have and want a.out format support.
obrien
2002-03-28
1
-1
/
+5
*
Add a Makefile for sparc64 at this level.
obrien
2002-03-28
1
-0
/
+5
*
Add option -n to i386 boot2 to disallow boot interruption by keypress.
pb
2002-03-23
2
-4
/
+16
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Add EFI write support to loader
peter
2002-03-19
1
-2
/
+30
*
Add -ffreestanding to avoid printf/puts/putchar conversions
peter
2002-03-19
4
-0
/
+4
*
Boot from efifs first.
peter
2002-03-19
2
-2
/
+2
*
gcc-3.1 likes to have extra { } around the internal array initializers in
peter
2002-03-19
1
-5
/
+5
*
Add splitfs vfs layer into libstand, which allows loading big kernels and
sobomax
2002-03-17
1
-0
/
+1
*
mdoc(7) police: fix a typo and markup.
ru
2002-03-15
1
-2
/
+6
*
Implement -m and -p loader(8) "boot" command options in boot2.
ru
2002-03-13
2
-6
/
+14
*
Further document "console" (nullconsole).
ru
2002-03-13
1
-2
/
+5
*
CG superfluous prototype.
sobomax
2002-03-10
1
-1
/
+0
*
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
2
-10
/
+54
*
Support for USB fm radio.
alfred
2002-03-04
1
-0
/
+1
*
Catch up to change in tte format.
jake
2002-03-01
1
-3
/
+3
[next]