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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Define our own memcpy here instead of relying on GCC to provide one.
kan
2004-07-28
2
-8
/
+0
*
Update the copyright to use a 3 clause BSD license rather than one that
jhb
2004-06-22
1
-10
/
+24
*
Remove a bogus increment of %di when scanning the list of loader paths.
jhb
2004-06-22
1
-1
/
+0
*
Save a couple of bytes for the SIO case.
phk
2004-06-17
1
-4
/
+2
*
Unspam sys/boot, the dev_t commit should not have touched these.
phk
2004-06-16
3
-5
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
3
-5
/
+5
*
Premptively fix GCC3.4 issue: add break; after empty default: clauses.
phk
2004-06-16
1
-0
/
+1
*
Merge boot0 and boot0sio so they behave the same.
phk
2004-06-11
1
-42
/
+17
*
Some embedded platforms have no keyboard controller. Give up waiting
phk
2004-06-02
1
-4
/
+11
*
Use the correct location of the EBDA for searching for the RSDP.
njl
2004-05-25
1
-7
/
+9
*
Back out last revision that unnecessarily changed valid assembler
ru
2004-05-14
6
-1606
/
+1601
*
Partly back out last revision that unnecessarily changed valid
ru
2004-05-14
1
-236
/
+236
*
Fix a potential stack buffer overflow on systems whose ACPI OEMID
jdp
2004-05-14
1
-2
/
+2
*
Convert block comments into C-style that is understood by cpp(1).
ru
2004-04-29
1
-204
/
+210
*
Thanks to David's patches, we can now simplify these makefiles
ru
2004-04-28
5
-18
/
+14
*
Properly merge boot0sio.s and boot0.s into boot0.S.
ru
2004-04-28
1
-1
/
+2
*
Switch to using C99 comments in assembler preprocessed with cpp(1).
ru
2004-04-28
1
-414
/
+414
*
- Properly merge boot0sio.s and boot0.s into boot0.S.
ru
2004-04-28
3
-666
/
+167
*
Temporary precaution measure until repocopy requests are
ru
2004-04-28
1
-5
/
+7
*
After talking to Bruce Evans and reading more standards specs,
ru
2004-04-28
6
-1601
/
+1606
*
Use C (and CPP) style comments for assembler-with-cpp sources,
ru
2004-04-28
2
-290
/
+290
*
Use C (and CPP) style comments for assembler-with-cpp sources,
ru
2004-04-28
1
-94
/
+96
*
- Use C (and CPP) style comments for assembler-with-cpp sources,
ru
2004-04-28
2
-346
/
+347
*
Removed now redundant CLEANFILES assignments.
ru
2004-04-27
5
-6
/
+0
*
Change from '#' to "//" comment character to allow CPP preprocessing.
phk
2004-04-27
5
-1295
/
+500
*
Use a more compact syntax for passing the "binary" options to 'ld'.
obrien
2004-04-25
6
-6
/
+6
*
Simplify the building of our i386 'binary' boot components by directly
obrien
2004-04-25
6
-35
/
+12
*
Fix a last second typo in 'vi' that caused a problem.
obrien
2004-04-20
2
-4
/
+4
*
White space style cleanup.
obrien
2004-04-20
5
-109
/
+109
*
MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.
obrien
2004-04-19
2
-36
/
+48
*
Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.
obrien
2004-03-26
3
-0
/
+981
*
Fixed misspellings of 0 as NULL.
bde
2004-03-14
1
-2
/
+2
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
2
-0
/
+20
*
For some reason crt0.o needs to be linked first for pxeboot(8) to
ru
2004-02-27
1
-2
/
+5
*
Re-add sio.S, and properly deal with assembler files.
ru
2004-02-17
4
-383
/
+8
*
Fix the AMD64 build: this file shouldn't exist.
obrien
2004-02-16
1
-80
/
+0
*
Fixed the fatal bug introduced in previous commit: don't strip
ru
2004-02-12
1
-0
/
+1
*
Clean CLEANFILES.
ru
2004-02-12
1
-1
/
+1
*
kzip(8) is long dead.
ru
2004-02-11
1
-2
/
+0
*
Get rid of unnecessary use of m4(1) by using cpp(1) instead.
ru
2004-02-11
9
-1925
/
+53
*
- Factor out -nostdlib to an upper level Makefile.inc.
ru
2004-02-09
12
-58
/
+64
*
Argh, unbreak "make depend" for AMD64.
ru
2004-02-07
4
-6
/
+9
*
- Removed -elf which is not a valid gcc(1) option anymore.
ru
2004-02-07
5
-9
/
+3
*
Generate .depend file.
ru
2004-02-07
2
-0
/
+4
*
Untangle building of AMD64 boot code.
ru
2004-02-07
5
-14
/
+6
*
First round of cleanups to sys/boot/ makefiles:
ru
2004-02-06
12
-249
/
+186
*
Inherit BINDIR from a parent Makefile.inc.
ru
2004-02-06
8
-7
/
+2
*
Only include ../Makefile.inc once in loader/Makefile.
ru
2004-02-06
2
-5
/
+2
*
If a transfer to or from a floppy disk crosses a 64k boundary, we have to
jhb
2004-01-21
1
-2
/
+2
*
- Use constant for shift when converting file length in bytes to a sector
jhb
2004-01-12
1
-2
/
+5
[prev]
[next]