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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove EOL space.
keramida
2002-05-13
1
-7
/
+7
*
If we can't change the scheduling priority, warn but still execute
tjr
2002-05-13
1
-3
/
+3
*
Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to
alfred
2002-05-13
12
-63
/
+108
*
Build the fpu support routines.
benno
2002-05-13
1
-0
/
+1
*
FPU support.
benno
2002-05-13
9
-221
/
+219
*
Bump for GCC 3.1.
obrien
2002-05-13
1
-1
/
+1
*
Match the default newfs UFS block size.
obrien
2002-05-13
1
-1
/
+1
*
Don't call the uz free function while the zone lock is held. This can lead
jeff
2002-05-13
1
-14
/
+21
*
s/_ALPHA_/_MACHINE_/
marcel
2002-05-13
1
-1
/
+1
*
Remove reference to the "Alpha Calling Standard".
marcel
2002-05-13
1
-13
/
+0
*
Remove the hash_free() lock order reversal. This could have happened for
jeff
2002-05-13
1
-69
/
+72
*
Handle alignment fault fixups in libc rather than in the kernel.
jake
2002-05-13
5
-2
/
+120
*
Fix IF_SEXT(val, 32). The constants need to have type long to
jake
2002-05-13
1
-1
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r96489,
obrien
2002-05-13
0
-0
/
+0
|
\
|
*
Cause CVS to sync up checked out source bases with Gcc 3.1 bits after
obrien
2002-05-13
0
-0
/
+0
|
*
Remove files not part of GCC 3.1.
obrien
2002-05-12
204
-80672
/
+0
*
|
Restore some of the implementation from the Bmake gcc 2.95 bits.
obrien
2002-05-13
6
-51
/
+59
*
|
These were repo-copied to dump_machdep.c.
jake
2002-05-13
3
-538
/
+0
*
|
${MACHINE_ARCH}dump.c -> dump_machdep.c.
jake
2002-05-13
3
-3
/
+3
*
|
Add another copy of the ia64 dump_machdep.c.
jake
2002-05-13
1
-0
/
+299
*
|
I was finally able to repeat the -j breakage on one of my machines. Fix it.
obrien
2002-05-13
1
-9
/
+7
*
|
UFS2 preparation commit:
phk
2002-05-12
8
-221
/
+27
*
|
Remove two "register" and a blank line.
phk
2002-05-12
1
-3
/
+2
*
|
Support the SUSv3 -n option and the "--" end of options marker.
tjr
2002-05-12
2
-51
/
+61
*
|
Sigh... Yet a BBSIZE breakage.
phk
2002-05-12
1
-0
/
+1
*
|
Sigh, more BBSIZE related breakage.
phk
2002-05-12
6
-0
/
+6
*
|
#include <sys/disklabel.h> to get BBSIZE.
phk
2002-05-12
1
-0
/
+1
*
|
Main functional change is the implementation of matching of MAC header
luigi
2002-05-12
1
-745
/
+706
*
|
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
13
-35
/
+10
*
|
Add code to match MAC header fields (at the moment supported on
luigi
2002-05-12
1
-62
/
+108
*
|
ARGH! SBLOCK is not unused. Try to get this right.
phk
2002-05-12
7
-7
/
+14
*
|
Remove #define for BBOFF, it is assumed == 0 so many places that we might
phk
2002-05-12
3
-6
/
+3
*
|
Remove unused BBLOCK and SBLOCK #defines.
phk
2002-05-12
3
-6
/
+0
*
|
Remove the private code for reading UFS superblocks, this does not belong
phk
2002-05-12
2
-110
/
+36
*
|
o Remove GIANT_REQUIRED and an excessive number of blank lines
alc
2002-05-12
1
-10
/
+0
*
|
Fix alpha build. The alpha has dumpsys implemented.
marcel
2002-05-12
1
-1
/
+1
*
|
Enable KTR_TRAP by default.
jake
2002-05-12
1
-1
/
+1
*
|
do-while ASM_OUTPUT_ALIGN to enable its use in more places.
obrien
2002-05-12
1
-3
/
+5
*
|
Hide the fd autoselection messages behind the bootverbose case so they
joerg
2002-05-12
2
-6
/
+10
*
|
NOLIB is gone; put INTERNALLIB back for now.
ru
2002-05-12
1
-0
/
+2
*
|
Revert the last change. The corresponding bsd.lib.mk changes were
ru
2002-05-12
6
-6
/
+25
*
|
Added new bsd.incs.mk which handles installing of header files
ru
2002-05-12
51
-374
/
+215
*
|
Translated -malign-functions=4 to -falign-functions=16 for the new gcc.
bde
2002-05-12
1
-1
/
+1
*
|
Saved 176 bytes by compiling with -fno-guess-branch-probability. The
bde
2002-05-12
2
-2
/
+2
*
|
Increase the PIO timeout to approximately the value it used to have
joerg
2002-05-12
4
-30
/
+76
*
|
Add a man page for the devinfo command; I'd argue devinfo is the single
rwatson
2002-05-12
2
-1
/
+73
*
|
Recent zlib does not like Z_FLUSH at the end of inflate().
ume
2002-05-12
1
-4
/
+7
*
|
Properly build lb1spc.asm on Sparc64.
obrien
2002-05-12
1
-3
/
+28
*
|
Back out last commit. I expect our bsd.*.mk gods to remove the need for
obrien
2002-05-12
10
-0
/
+27
*
|
There is no more NOLIB.
obrien
2002-05-12
1
-1
/
+0
[next]