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
...
*
The exit() function has been moved to libefi.c to better deal with
marcel
2002-12-10
1
-39
/
+0
*
Change the startup code to fix a memory leak and to allow us to
marcel
2002-12-10
5
-41
/
+141
*
o Make all GUID variables global to maximize reuse.
marcel
2002-12-10
2
-42
/
+64
*
Build EFI with -fshort-wchar so that L"some string" works with the
marcel
2002-12-10
1
-1
/
+1
*
Remove _putchar, _puts and _puthex. These functions are unused.
marcel
2002-12-10
2
-202
/
+4
*
Add the GUID of the DIG64 HCDP table.
marcel
2002-12-08
1
-0
/
+3
*
The boot manager sets the watchdog timer to 5 minutes before invoking
marcel
2002-12-08
2
-12
/
+20
*
In efi_cons_poll we check if a key is present (pending) by checking
marcel
2002-12-08
1
-4
/
+10
*
Fix a dumb bug that broke net booting on sparc64. The wrong length was
jake
2002-12-02
1
-1
/
+1
*
Remove a left-over virtual mapping of uncached I/O port space.
marcel
2002-11-28
4
-34
/
+6
*
Enable UFS2 support in boot1. Just as with sparc64 the same boot1 works
jhb
2002-11-27
1
-1
/
+0
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-1
/
+1
*
Eliminate references to defunct kernel tunables.
yar
2002-11-26
3
-24
/
+0
*
MFp4:
marcel
2002-11-24
2
-10
/
+48
*
The new "all sound drivers" driver name is snd_driver. Loader.conf didn't
dcs
2002-11-22
1
-1
/
+1
*
Document loader tunables hw.pci.enable_io_modes and
mdodd
2002-11-13
2
-0
/
+24
*
Loader tunable 'machdep.disable_mtrrs'.
mdodd
2002-11-13
2
-0
/
+6
*
Change the device path representation in libofw to use the full firmware
jake
2002-11-10
11
-647
/
+93
*
Correctly recognize both bogus and genuine BSD disklabels.
phk
2002-11-03
1
-1
/
+4
*
Fix indentation of comments.
mini
2002-11-02
1
-17
/
+17
*
Add loader variables to control the loading of various networking modules.
mini
2002-11-02
1
-0
/
+31
*
o Fix a size calculation based on a 8KB page, while under EFI
marcel
2002-10-24
5
-33
/
+71
*
Pass the right number of tlb slots to the kernel. The allocation scheme
tmm
2002-10-18
1
-10
/
+4
*
Compile in support for zipfs and bzipfs so we can load the gzipped mfsroot
jake
2002-10-13
2
-0
/
+14
*
Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.
nyan
2002-10-10
1
-2
/
+0
*
Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2
jhb
2002-10-08
8
-18
/
+18
*
Now that ufsread.c doesn't do 64bit divide remainder operations,
phk
2002-10-08
2
-30
/
+4
*
Save a couple of bytes by not returning ints nobody care about.
phk
2002-10-08
2
-12
/
+12
*
It seems that the only problem with UFS2 booting on i386 is the 64bit
phk
2002-10-08
1
-10
/
+12
*
Reinstate rev 1.36 with an important line that got missed. Note this
green
2002-10-08
2
-4
/
+10
*
Remove unused TYPE_WD and TYPE_WFD.
phk
2002-10-08
2
-4
/
+0
*
Correctly calculate dmadat: We need to take the address of _end, it's
phk
2002-10-08
2
-2
/
+2
*
Unbreak boot2 by backing out rev 1.36 to Makefile, which does not
phk
2002-10-08
2
-6
/
+2
*
Save four bytes by shortening a string two chars.
phk
2002-10-08
2
-4
/
+2
*
Correct a bug in adding 0x700 to a number.
green
2002-10-07
2
-2
/
+6
*
Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.
phk
2002-10-07
6
-12
/
+84
*
Change the comment character from # to // in boot1.s and run
phk
2002-10-07
4
-646
/
+648
*
Correctly adjust for moved start address.
phk
2002-10-07
2
-2
/
+2
*
Added '#include <sys/diskpc98.h>'.
nyan
2002-10-07
1
-0
/
+1
*
Correctly compensate for both offset and unoffset on-disk BSD disklabels.
phk
2002-10-07
2
-2
/
+4
*
Move MEM_USR a page upwards to make space for larger UFS1 boot2.
phk
2002-10-07
4
-10
/
+10
*
Ups, forgot to tell cvs commit about this file.
phk
2002-10-07
1
-0
/
+1
*
Move the definition of UFS1_ONLY into the Makefiles where it belongs.
phk
2002-10-07
4
-3
/
+5
*
Connected boot2.
nyan
2002-10-03
1
-1
/
+1
*
Added some header files from -stable and fixed the boot[12] programs.
nyan
2002-10-03
8
-7
/
+1077
*
Don't call INT 12H anymore in boot program.
iwasaki
2002-10-01
3
-2
/
+6
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
3
-0
/
+3
*
Use as's --defsym switch to compensate for the loss of the M4 substitution
peter
2002-09-30
3
-4
/
+2
*
Fixed to build after removing a.out suppot.
nyan
2002-09-24
1
-6
/
+6
*
use __packed.
alfred
2002-09-23
4
-27
/
+27
[prev]
[next]