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
*
Revert rev 1.3 which moved us away from POSIX character classes.
obrien
2001-11-03
1
-4
/
+4
*
Revert rev 1.7 which moved us away from POSIX character classes.
obrien
2001-11-03
1
-15
/
+18
*
o Add new header <sys/stdint.h>.
mike
2001-11-02
1
-1
/
+1
*
Fixed sioreg.h path.
nyan
2001-11-02
1
-1
/
+1
*
Substitute "[:space:]" with the character constants it expands to.
obrien
2001-11-01
1
-18
/
+15
*
Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese for
obrien
2001-11-01
1
-4
/
+4
*
Fix the ILLEGAL fdisk table that is there for supporting "dangerously
peter
2001-11-01
2
-2
/
+2
*
Add code to copy the enironment and loader metadata into kernel space.
jake
2001-10-30
2
-2
/
+320
*
Add definitions for network support, doesn't work yet.
jake
2001-10-30
1
-27
/
+40
*
Use ENTRY() for defining functions in asm.
jake
2001-10-30
2
-156
/
+32
*
Make the openfirmware entry point function pointer non-static so that it
jake
2001-10-30
2
-1
/
+3
*
Set RB_MULTIPLE (multiple console support) if the kernel is booted
marcel
2001-10-29
2
-0
/
+6
*
Just use ${MACHINE}, it's already special-casing pc98.
ru
2001-10-25
1
-5
/
+0
*
Call ExitBootServices and disable interrupts before we start hacking
dfr
2001-10-25
2
-22
/
+24
*
Add the two sections used for PLT entries to the text and sdata sections
dfr
2001-10-25
2
-0
/
+4
*
Try to get the self-relocator to work with IPLTLSB relocations. Doesn't
dfr
2001-10-24
4
-12
/
+80
*
Set RB_MULTIPLE (multiple console support) if the kernel is booted
jlemon
2001-10-23
3
-0
/
+9
*
Allow the RBX_DUAL flag to appear in bootinfo.
jlemon
2001-10-23
2
-2
/
+2
*
Use a array to convert from a attribute for AT to one for PC98.
nyan
2001-10-17
1
-42
/
+38
*
Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.
nyan
2001-10-17
1
-164
/
+144
*
fix style(9)
nyan
2001-10-17
1
-175
/
+212
*
Merged from sys/boot/i386/loader/Makefile revision 1.54.
nyan
2001-10-17
1
-0
/
+7
*
Add a prototype for OF_alloc_phys.
robert
2001-10-15
1
-0
/
+1
*
Fix some warnings.
robert
2001-10-15
1
-4
/
+4
*
Add the FreeBSD/sparc64 boot loader source files.
robert
2001-10-15
3
-0
/
+658
*
Make the ofw_reg structure and ofw_alloc_heap 64-bit save.
robert
2001-10-15
2
-4
/
+4
*
Add a Makefile for the sparc64 boot loader.
robert
2001-10-15
1
-0
/
+76
*
Do not include openfirm.h; it is now included by libofw.h.
robert
2001-10-15
1
-1
/
+0
*
- Use the cell_t type definition for Open Firmware arguments in
robert
2001-10-15
1
-247
/
+359
*
- Fill dummy functions with code to read from disk using Open
robert
2001-10-15
2
-6
/
+597
*
- Include openfirm.h for phandle_t.
robert
2001-10-15
1
-7
/
+10
*
Add a function for parsing an Open Firmware boot path into the
robert
2001-10-15
1
-3
/
+29
*
- Add an ifdef guard.
robert
2001-10-15
1
-3
/
+6
*
Fix typo in comment.
dfr
2001-10-11
1
-1
/
+1
*
s/alpha/${MACHINE_ARCH}/g
marcel
2001-10-08
2
-2
/
+2
*
Whitespace fixes.
benno
2001-10-07
2
-5
/
+4
*
Add new files needed by previous commit.
benno
2001-10-07
2
-0
/
+221
*
Mega-patch for OpenFirmware loader support.
benno
2001-10-07
13
-55
/
+135
*
Whitespace fixes.
jhb
2001-10-04
1
-3
/
+3
*
Fix the ANSI color escape sequence \E[m.
yokota
2001-10-02
1
-153
/
+118
*
Fix the local macro: isvisible().
yokota
2001-10-02
1
-1
/
+1
*
grammar fix: to -> too
silby
2001-10-01
1
-1
/
+1
*
Fix the function CD(): "Clear to the end of the screen".
yokota
2001-10-01
1
-4
/
+15
*
This is white-space only change. No functional difference.
yokota
2001-10-01
1
-140
/
+167
*
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
2
-16
/
+6
*
Add commands to dump the itrs and dtrs.
dfr
2001-09-24
2
-0
/
+296
*
Return the mapkey which EFI gave us when we read the memory map - we need
dfr
2001-09-24
3
-3
/
+8
*
Tidy up a little - don't try to print anything or enable interrupts after
dfr
2001-09-24
2
-102
/
+48
*
Pick up pal.s from the kernel sources.
dfr
2001-09-24
1
-1
/
+3
[next]