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
*
Pass 'nodevice' onto the final output.
obrien
2003-02-23
1
-1
/
+1
*
Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()
obrien
2003-02-23
1
-0
/
+18
*
NO_GEOM cleanup:
phk
2003-02-23
2
-92
/
+28
*
Improve the security and performance of syncookies:
silby
2003-02-23
1
-26
/
+47
*
NO_GEOM cleanup:
phk
2003-02-23
5
-67
/
+19
*
Fix the detach code to actually detach the disk instance created
phk
2003-02-23
1
-5
/
+1
*
Remove a goto the very next statement.
phk
2003-02-23
1
-3
/
+0
*
Mark major 102 unused now that the fla driver no longer needs a major number.
phk
2003-02-23
1
-1
/
+1
*
Bracket the kern.vnode sysctl in #ifdef notyet because it results
phk
2003-02-23
1
-0
/
+2
*
Temporarily disable tagged queueing while I figure out why it broke.
sos
2003-02-23
1
-1
/
+2
*
Fix chipset setup problem on older ALI chips.
sos
2003-02-23
1
-9
/
+14
*
Yesterday just wasn't my day. Remove testing delta that crept into the diff.
jlemon
2003-02-23
2
-2
/
+2
*
Fix timeout when using UDMA speeds, bad chip setup.
sos
2003-02-23
1
-3
/
+0
*
Add an implementation of strdup() to libkern. Allocated memory is of
rwatson
2003-02-23
4
-0
/
+57
*
Doh. Forgot to remove _KERNEL version.
grehan
2003-02-23
1
-7
/
+0
*
OK, I was too sleepy there...
phk
2003-02-23
1
-2
/
+4
*
Add NOTES for pc98.
nyan
2003-02-23
2
-0
/
+967
*
Move MD devices to <machine>/conf/NOTES.
nyan
2003-02-23
3
-184
/
+370
*
Merged from sys/dev/syscons/syscons.c revision 1.393.
nyan
2003-02-23
1
-1
/
+4
*
Fix compile error with FB_INSTALL_CDEV option.
nyan
2003-02-23
2
-16
/
+28
*
MFi386: revision 1.554.
nyan
2003-02-23
2
-2
/
+2
*
The ether_ifdetach() function requires only one argument now.
nyan
2003-02-23
1
-1
/
+1
*
Move ar_devclass definition to if_ar.c.
nyan
2003-02-23
2
-2
/
+2
*
Remove unneeded entries and fix indent.
nyan
2003-02-23
1
-9
/
+6
*
Implement CLOCK_MONOTONIC.
phk
2003-02-23
2
-2
/
+4
*
- Added macros PDESHIFT and PTESHIFT, use these instead of magic constants
jake
2003-02-23
9
-18
/
+26
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
6
-32
/
+81
*
Workaround for compiling LINT. Large kernels (like LINT) can have
marcel
2003-02-23
1
-20
/
+32
*
Fix compilation on non-i386 machines. Inconsistent conditional
marcel
2003-02-23
1
-3
/
+5
*
Drop down Apple Partition Map code that has been in use by some
grehan
2003-02-23
1
-84
/
+168
*
Fix compilation on alpha. Pointy hat to Marcel.
orion
2003-02-23
1
-1
/
+1
*
Add a new config option IPSEC_FILTERGIF to control whether or not
sam
2003-02-23
3
-0
/
+19
*
The root of the splay tree maintained within the pm_pteobj always refers
alc
2003-02-22
4
-52
/
+18
*
unsigned -> pt_entry_t.
jake
2003-02-22
2
-8
/
+8
*
Add a /a modifier to the show ktr ddb command, which prints the whole trace
jake
2003-02-22
1
-1
/
+7
*
o Add back support for DXS channels.
orion
2003-02-22
2
-84
/
+302
*
Expose powerpc_mb() to user-space. Currently needed for atomic.h users,
grehan
2003-02-22
1
-0
/
+10
*
Check to see if the TF_DELACK flag is set before returning from
jlemon
2003-02-22
2
-16
/
+14
*
Don't panic when enumerating SYSCTL_NODE() nodes without any children
rwatson
2003-02-22
1
-1
/
+2
*
Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,
bmilekic
2003-02-22
1
-19
/
+5
*
It is pretty evident that nobody loves this file anymore, so retire it
phk
2003-02-22
1
-65
/
+0
*
Use DISKFLAG_OPEN rather than maintaining our own flag.
phk
2003-02-22
1
-23
/
+2
*
Use nullclose(), not noclose().
phk
2003-02-22
1
-1
/
+1
*
Don't use mbuf allocator flags for malloc(9).
phk
2003-02-22
1
-2
/
+4
*
Use the standard DISKFLAG_OPEN instead of implementing our own.
phk
2003-02-22
2
-19
/
+2
*
Use system noioctl() instead of homerolled.
phk
2003-02-22
1
-9
/
+1
*
NO_GEOM cleanup: unifdef -UNO_GEOM
phk
2003-02-22
2
-29
/
+0
*
NO_GEOM cleanup:
phk
2003-02-22
1
-68
/
+16
*
Add the ability to limit the number of IP fragments allowed per packet,
silby
2003-02-22
2
-4
/
+29
*
Remove a comment which hasn't been true since rev. 1.158
mtm
2003-02-22
1
-1
/
+0
[next]