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
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul makefiles.
ru
2004-02-11
7
-115
/
+61
*
Convert to __FBSDID.
obrien
2004-01-04
15
-31
/
+48
*
Enable the i386 loader to load and run an amd64 kernel. If this puts
peter
2003-05-01
1
-3
/
+3
*
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
2
-2
/
+0
*
Consistently use NOFORTH to control the usage of ficl.
obrien
2003-02-26
1
-1
/
+3
*
Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the
phk
2003-01-26
1
-0
/
+1
*
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
jake
2002-12-19
1
-1
/
+1
*
Enable UFS2 support in boot1. Just as with sparc64 the same boot1 works
jhb
2002-11-27
1
-1
/
+0
*
Ups, forgot to tell cvs commit about this file.
phk
2002-10-07
1
-0
/
+1
*
Remove a couple of __P() stragglers.
peter
2002-06-29
2
-7
/
+7
*
#include <sys/disklabel.h> to get BBSIZE.
phk
2002-06-11
1
-0
/
+1
*
Make the alpha architecture use the common ufsread().
phk
2002-06-11
3
-279
/
+44
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Even more BBSIZE related breakage.
ru
2002-05-14
1
-0
/
+1
*
Major cleanup of bsd.lib.mk.
ru
2002-05-13
1
-4
/
+0
*
Back out last commit. I expect our bsd.*.mk gods to remove the need for
obrien
2002-05-12
1
-0
/
+2
*
NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
obrien
2002-05-11
1
-2
/
+0
*
-ffreestanding is the word.
obrien
2002-05-10
5
-11
/
+12
*
Cut more than 500 bytes off the size of the alpha boot1 by adding
iedowse
2002-01-18
1
-0
/
+10
*
Make the alpha boot1 work on filesystems that have a block size
iedowse
2002-01-11
1
-24
/
+41
*
Catch the netboot version up to the main loader. This is pretty bogus.
jhb
2002-01-11
1
-0
/
+5
*
- Add 'fwrite' and 'fseek' words for writing to and seeking on files.
jhb
2001-12-11
2
-0
/
+2
*
Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back
jhb
2001-11-21
1
-0
/
+1
*
Create backup copies using install(1).
ru
2001-09-12
1
-3
/
+1
*
Don't clobber the default for CFLAGS.
bde
2001-08-31
1
-1
/
+1
*
Style cleanup.
obrien
2001-08-10
1
-2
/
+2
*
Work around what looks like a bad make(1) bug. For some reason,
peter
2001-06-16
1
-5
/
+3
*
Nuke old gensetdefs based linker sets with extreme prejudice
peter
2001-06-14
1
-11
/
+2
*
Revert the ugly band-aide[tm] hack of rev 1.12.
obrien
2001-05-29
1
-6
/
+2
*
One needs to introduce things with a `.file' directive before trying to
obrien
2001-05-28
1
-1
/
+2
*
grep -v offending lines from loader.4th until the master version of it
obrien
2001-05-28
1
-2
/
+6
*
Add the generated help files to CLEANDIRS.
obrien
2001-05-28
1
-0
/
+1
*
no longer needed now that we are able to build cdboot from sources again
gallatin
2001-04-08
1
-1554
/
+0
*
build cdboot from sources now that the cd9660 fs support works
gallatin
2001-04-07
1
-5
/
+4
*
Don't call prom_open() multiple times. This confuses some versions of SRM
dfr
2001-04-05
1
-8
/
+22
*
Fix whitespace.
obrien
2001-03-04
1
-2
/
+2
*
Preceed/preceeding are not english words. Use precede or preceding.
asmodai
2001-02-18
1
-1
/
+1
*
`cdboot' is broken as it cannot load a kernel.
obrien
2000-11-27
2
-4
/
+1559
*
init booted_kernel from environment kernelname (if there)
mjacob
2000-11-14
1
-0
/
+6
*
move init of booted_kernel to bootinfo.c
mjacob
2000-11-14
1
-4
/
+2
*
Backout revision 1.7 which was a bad idea since it would force people
dfr
2000-10-27
1
-1
/
+1
*
Install the loader manpages.
obrien
2000-10-26
1
-1
/
+0
*
Move the call to extend_heap() from main to start so that if our BSS
dfr
2000-10-25
2
-3
/
+6
*
Don't build start.S as part of libalpha.a - its built specially.
dfr
2000-10-25
1
-1
/
+1
*
Make a few functions inline to save space.
dfr
2000-10-25
1
-3
/
+3
*
Steal 512KB more from system memory for heap instead of 256KB. We died
mjacob
2000-09-18
1
-9
/
+11
*
Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves
mjacob
2000-09-18
1
-1
/
+1
*
Make the stack 12K- we seem to need a bit more.
mjacob
2000-09-18
1
-3
/
+3
*
Bump up version as a result of the recent changes to kernel path,
dcs
2000-09-10
1
-0
/
+1
[next]