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
*
Fix some unused variables.
peter
2002-03-19
3
-1
/
+5
*
Move a couple of prototypes together instead of being incompletely
peter
2002-03-19
4
-7
/
+4
*
__func__ is a const char *, not a "string" that can be concatenated.
peter
2002-03-19
1
-3
/
+3
*
Fix a pointer/int warning
peter
2002-03-19
1
-1
/
+1
*
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
peter
2002-03-19
1
-0
/
+2
*
Work around an apparent compiler bug with gcc-3.1, although it might be
peter
2002-03-19
1
-2
/
+5
*
Believe it or not, I ran into the 32MB stack size limit using a natively
peter
2002-03-19
1
-1
/
+1
*
#if 0 out some unused code.
peter
2002-03-19
2
-0
/
+5
*
Add some #includes after things got broken with the last round of
peter
2002-03-19
2
-0
/
+3
*
Turn off the ia64 ITC timecounter when SMP is present since it has the
peter
2002-03-19
1
-0
/
+10
*
Fix a gcc-3.1+ warning.
peter
2002-03-19
7
-0
/
+16
*
Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
peter
2002-03-19
1
-2
/
+2
*
Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a
peter
2002-03-19
1
-2
/
+2
*
Regen; post SMC id's and also pick up a previously forgotten regen(?).
peter
2002-03-19
2
-2
/
+49
*
Add another SMC device ID and the hub ID that it went with.
peter
2002-03-19
1
-0
/
+3
*
Add the ia64 bus space tag for the IO ports (!).
peter
2002-03-19
2
-0
/
+8
*
Use the FreeBSD cross tools instead of the linux ones.
peter
2002-03-19
1
-9
/
+9
*
Add -ffreestanding to avoid printf/puts/putchar conversions
peter
2002-03-19
4
-0
/
+4
*
Boot from efifs first.
peter
2002-03-19
2
-2
/
+2
*
gcc-3.1 likes to have extra { } around the internal array initializers in
peter
2002-03-19
1
-5
/
+5
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
35
-489
/
+3181
*
Remove the kmembuckets stats in preparation for the UMA commit.
jeff
2002-03-19
1
-68
/
+9
*
Backed out the part of the previous commit related to xargs. It just
bde
2002-03-19
1
-6
/
+4
*
Add #include so that the previous change compiles.
alc
2002-03-19
1
-0
/
+1
*
Removed env(1) commands. make(1) uses a real shell, and
bde
2002-03-19
1
-14
/
+16
*
fix perfmon for DEVFS.
alfred
2002-03-19
1
-0
/
+16
*
Removed bogus env(1) commands. make(1) uses a real shell, so
bde
2002-03-19
2
-5
/
+5
*
Removed "env" commands. "sh" is a real shell, so
bde
2002-03-19
1
-2
/
+2
*
MFen 1.303
ue
2002-03-19
1
-2
/
+13
*
Initialize variables before use. This was needed to pass -Werror.
jeff
2002-03-19
1
-0
/
+4
*
Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()
alc
2002-03-19
1
-49
/
+5
*
Close a race when vfs_syscalls.c:checkdirs() runs.
alfred
2002-03-19
3
-15
/
+31
*
Fixed some printf format errors (hopefully all of the remaining daddr64_t
bde
2002-03-19
2
-13
/
+16
*
The previous commit missed fixing 2 old printf format errors and
bde
2002-03-19
1
-3
/
+3
*
Don't try to generate ssh keys if ssh isn't installed.
des
2002-03-19
7
-49
/
+77
*
Fix handling of filenames with spaces in them in the input file to
jmallett
2002-03-19
1
-1
/
+1
*
IPFilter may need to be re-sync'ed even if we are not filtering, but
cjc
2002-03-19
7
-7
/
+21
*
Fix printf warning caused by recent changes in bio_pblkno's type.
gallatin
2002-03-19
1
-1
/
+2
*
Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly
jmallett
2002-03-19
1
-39
/
+50
*
MFen.
kuriyama
2002-03-19
1
-6
/
+8
*
Rename the (not really new but so far unused) sparc category to sparc64.
des
2002-03-19
1
-1
/
+1
*
Uncomment the powerpc category. It maps to the freebsd-ppc mailing list.
des
2002-03-19
1
-1
/
+1
*
Add a "standards" category at mike@'s request.
des
2002-03-19
1
-0
/
+1
*
New release note: SA-02:18.
bmah
2002-03-19
2
-0
/
+22
*
Add an ia64 category; we'll need it sooner or later. Also add a commented-
des
2002-03-18
1
-0
/
+3
*
Fixed printf format errors in previous commit. %llu is no more suitable
bde
2002-03-18
1
-2
/
+4
*
Bump the cutoff mark for comparing files from 8 MB to 16 MB.
des
2002-03-18
1
-1
/
+3
*
Fixed printf format errors in previous commit. %llu is no more suitable
bde
2002-03-18
1
-2
/
+3
*
Formats that print the block number need to be changed from %u to
imp
2002-03-18
2
-4
/
+4
*
Fix wording (hopefully for the last time) of my summary of SA-02:13.
bmah
2002-03-18
2
-4
/
+4
[next]