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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
At great personal risk, add a __packed and __aligned(x) define that
peter
2002-09-23
2
-2
/
+2
*
Disable loader ufs support. It causes the loader to crash on the Itanium2
peter
2002-07-20
1
-1
/
+1
*
Fix printf format errors
peter
2002-07-20
1
-2
/
+2
*
Add boot_serial and boot_multicons variables to set RB_SERIAL and
peter
2002-06-20
3
-0
/
+6
*
o Remove namespace pollution from param.h:
marcel
2002-05-19
6
-0
/
+9
*
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
*
NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
obrien
2002-05-11
1
-3
/
+0
*
-ffreestanding is the word.
obrien
2002-05-10
4
-1
/
+4
*
Improve self-relocation:
marcel
2002-04-21
1
-105
/
+135
*
Allocate sufficient pages to hold the bootinfo block and stop
marcel
2002-04-19
1
-7
/
+10
*
We must not let install(1) strip loader.efi when installing it, or the
peter
2002-04-07
1
-0
/
+1
*
Set BINDIR
peter
2002-04-07
3
-0
/
+3
*
Add loader bootforth infrastructure and install it.
peter
2002-04-07
1
-4
/
+20
*
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
1
-3
/
+15
*
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
1
-0
/
+1
*
Fix self hosted loader building. When you use a self configured gcc, it
peter
2002-04-06
2
-4
/
+4
*
Use a relative path to libstand.. /usr/src/lib/libstand may not exist
peter
2002-04-04
1
-1
/
+1
*
Only install the help file if we can find it. Use ${BASE}.help
marcel
2002-03-31
1
-4
/
+1
*
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
2
-1
/
+3
*
Add a quick and dirty way to determine where we're loaded from. We
marcel
2002-03-30
1
-8
/
+28
*
The EFI loader has been improved a lot since it was first added.
marcel
2002-03-30
1
-0
/
+2
*
Fix the beforeinstall target. We install ${PROG}.help if loader.help
marcel
2002-03-29
2
-8
/
+2
*
o Don't include sys/cdefs.h
marcel
2002-03-28
1
-1
/
+0
*
o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.
marcel
2002-03-28
1
-4
/
+4
*
Duplicate the logic used elsewhere to define LIBSTAND.
marcel
2002-03-28
2
-4
/
+22
*
Add -ffreestanding to avoid printf/puts/putchar conversions
peter
2002-03-19
3
-0
/
+3
*
Boot from efifs first.
peter
2002-03-19
1
-1
/
+1
*
Lookup the EFI_FPSWA driver and pass the interface pointer through to the
peter
2001-11-19
1
-0
/
+2
*
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
peter
2001-11-19
3
-16
/
+0
*
Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.
peter
2001-11-19
2
-0
/
+2
*
Set RB_MULTIPLE (multiple console support) if the kernel is booted
marcel
2001-10-29
1
-0
/
+3
*
Call ExitBootServices and disable interrupts before we start hacking
dfr
2001-10-25
1
-11
/
+12
*
Add the two sections used for PLT entries to the text and sdata sections
dfr
2001-10-25
1
-0
/
+2
*
Try to get the self-relocator to work with IPLTLSB relocations. Doesn't
dfr
2001-10-24
2
-6
/
+40
*
s/alpha/${MACHINE_ARCH}/g
marcel
2001-10-08
1
-1
/
+1
*
Make this 'make obj' safe
peter
2001-09-26
2
-2
/
+10
*
Calculate the valid flag for ITRs and DTRs correctly. Also fix a couple
dfr
2001-09-25
1
-8
/
+3
*
Add commands to dump the itrs and dtrs.
dfr
2001-09-24
1
-0
/
+148
*
Return the mapkey which EFI gave us when we read the memory map - we need
dfr
2001-09-24
1
-1
/
+3
*
Tidy up a little - don't try to print anything or enable interrupts after
dfr
2001-09-24
1
-51
/
+24
*
Add commands to dump the configuration tables and the SAL System Table.
dfr
2001-09-23
1
-4
/
+116
*
Add EFI network support.
dfr
2001-09-22
3
-3
/
+13
*
* Flesh out elf_exec and bootinfo.
dfr
2001-09-22
2
-38
/
+492
*
Add definition of SSC_GET_RTC.
dfr
2001-09-20
2
-0
/
+2
*
Implement time().
dfr
2001-09-19
2
-2
/
+226
*
Add a fake memory descriptor for the I/O port space.
dfr
2001-09-15
2
-2
/
+14
[next]