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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed printf format errors which apparently crept in while -Wformat was
bde
2002-05-25
6
-14
/
+12
*
"Fixed" printf format errors (64-bit daddr_t casualties; should use %jx
bde
2002-05-25
1
-4
/
+4
*
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
bde
2002-05-25
2
-8
/
+12
*
Fixed a printf format error. It was old and should have been detected by
bde
2002-05-25
1
-1
/
+1
*
Convert the interrupt queue from an array to a linked list. Implement
jake
2002-05-25
8
-200
/
+383
*
Try to handle "double faults" occuring at more trap levels (ie 4 :)).
jake
2002-05-25
2
-28
/
+28
*
Minor style.
jake
2002-05-25
1
-3
/
+5
*
Make the run queue parameters machine dependent. Optimize 64 bit
jake
2002-05-25
8
-13
/
+316
*
Backout 1.54 (restore definition for printf0 to actually do something).
alfred
2002-05-24
1
-1
/
+1
*
Convert ext2fs to nmount(2).
mux
2002-05-24
4
-54
/
+56
*
Fully reset a gem on some error conditions; otherwise it would hang in
tmm
2002-05-24
1
-0
/
+4
*
The previous ANSIfication did not take into account earlier,
markm
2002-05-24
1
-2
/
+2
*
The previous ANSIfication did not take into account upgrade-builds
markm
2002-05-24
1
-4
/
+4
*
Fixed AES encryption algorithm bug
suz
2002-05-24
1
-0
/
+1
*
Fix warnings: deprecated use of label at end of compound statement
peter
2002-05-24
2
-1
/
+2
*
Fix warnings due to macro varargs.
peter
2002-05-24
1
-1
/
+1
*
Oops, I missed this warning. Comment out extra junk after #endif
peter
2002-05-24
1
-1
/
+1
*
Pacify gcc by preinitializing a variable.
peter
2002-05-24
1
-2
/
+2
*
Fix a few warnings by adding a missing prototype
peter
2002-05-24
1
-0
/
+1
*
Fix warning; Extra tokens after #endif
peter
2002-05-24
1
-1
/
+1
*
Fix warning; remove unused arg that was passed through uninitialized.
peter
2002-05-24
1
-2
/
+2
*
Fix warnings. Also, removed an unused variable that I found that was just
peter
2002-05-24
1
-6
/
+4
*
Fix new compiler unhappiness.
peter
2002-05-24
4
-1
/
+4
*
Fix deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
Constify a debug function arg that we pass __func__ to in order to pacify
peter
2002-05-24
2
-2
/
+2
*
Fix warnings; deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
pacify gcc-3.1's -Wunused checking.
peter
2002-05-24
1
-1
/
+4
*
Fix warning; deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
Fix some low hanging fruit warnings. There are problems in i4b_ing.c
peter
2002-05-24
2
-0
/
+5
*
Fix trivial warning:
peter
2002-05-24
1
-0
/
+1
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
5
-13
/
+16
*
Add support for reading an additional loader configuration file. By default,
gordon
2002-05-24
3
-1
/
+70
*
o Replace the vm_map's hint by the root of a splay tree. By design,
alc
2002-05-24
2
-81
/
+106
*
For now, make the .ifdef GCC3 case default. We should change -Wno-format
peter
2002-05-24
1
-7
/
+1
*
Convert unionfs to nmount.
mux
2002-05-24
2
-25
/
+22
*
- Remove a few storage pools and replace them with UMA zones. The spans
arr
2002-05-24
7
-78
/
+90
*
- Turn a couple of storage pools into UMA zones and their associated calls
arr
2002-05-24
2
-10
/
+13
*
Fix comments.
mux
2002-05-24
1
-1
/
+1
*
Style nit, no functional changes.
mux
2002-05-23
2
-0
/
+2
*
- Fix uma_zcreate parameters -- don't pass M_* flags here, doh.
arr
2002-05-23
1
-2
/
+2
*
Update comments to better match reality.
mux
2002-05-23
1
-2
/
+2
*
Convert nullfs to nmount.
mux
2002-05-23
2
-17
/
+12
*
Slightly change the way we pass mount options to the filesystem
mux
2002-05-23
2
-12
/
+24
*
o Conditionalize sections for POSIX.1-2001 compatibility.
mike
2002-05-23
1
-31
/
+49
*
ANSIfy variable-argument macros.
markm
2002-05-23
2
-6
/
+6
*
In m_aux_delete, no need to chase beyond victim.
ume
2002-05-23
1
-0
/
+1
*
Whitespace only; fix indentation.
markm
2002-05-23
1
-3
/
+3
*
Dont panic if only one disk on a channel can do tagged queueing.
sos
2002-05-23
1
-8
/
+8
*
Fixed broken ``make -jX install''.
ru
2002-05-23
1
-0
/
+1
*
Minor nit: get p pointer in msleep() from td->td_proc (where
jhb
2002-05-23
1
-1
/
+1
[next]