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
...
*
|
MFi386
alc
2003-02-13
2
-18
/
+6
*
|
Don't bother to build ficl if NOFORTH is defined.
benno
2003-02-13
1
-0
/
+2
*
|
Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 that
peter
2003-02-13
2
-6
/
+6
*
|
Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is so
peter
2003-02-13
2
-4
/
+60
*
|
Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.
peter
2003-02-13
1
-2
/
+16
*
|
Print "Stack backtrace:" right before dumping the backtrace. We cannot
peter
2003-02-13
1
-1
/
+2
*
|
in_pcbnotifyall() requires an exclusive protocol lock for notify functions
hsu
2003-02-12
1
-7
/
+7
*
|
Do not do an assignment in a truth test (previous commit) or gcc gives a
peter
2003-02-12
1
-1
/
+1
*
|
Correctly set bio_data in cloned children when cutting up large requests.
tegge
2003-02-12
1
-1
/
+1
*
|
Sync to 1.113 of usbdevs
sanpei
2003-02-12
2
-2
/
+30
*
|
Add support YAMAHA NetVolante Routers
sanpei
2003-02-12
2
-0
/
+13
*
|
Implement a handle for efficient implementation of perforations in
phk
2003-02-12
2
-7
/
+13
*
|
Minor correction to comment: PNIC and XIRCOM have eeprom, its just
imp
2003-02-12
2
-2
/
+2
*
|
Implement rman_get_device
imp
2003-02-12
2
-0
/
+7
*
|
MF-p4:
imp
2003-02-12
1
-80
/
+154
*
|
MFp4:
imp
2003-02-12
1
-0
/
+11
*
|
MFp4:
imp
2003-02-12
1
-7
/
+5
*
|
Whitespace nits.
imp
2003-02-12
1
-2
/
+2
*
|
Remove kptobj. Instead, use VM_ALLOC_NOOBJ.
alc
2003-02-12
2
-18
/
+4
*
|
Properly document that syncache timer processing requires an
hsu
2003-02-12
1
-3
/
+3
*
|
Implement a bio-taskqueue to reduce number of context switches in
phk
2003-02-11
3
-21
/
+65
*
|
PFIL_HOOKS optimization: check if at least one hook is present before
sam
2003-02-11
1
-2
/
+3
*
|
Announce our ability to do DFLTPHYS sized transfers.
phk
2003-02-11
1
-0
/
+1
*
|
Announce our ability to do MAXPHYS transfers.
phk
2003-02-11
2
-0
/
+2
*
|
Advertise MAXPHYS upwards, we will split as necessary before we get to the
phk
2003-02-11
1
-1
/
+1
*
|
Check disk->d_maxsize/dev->si_iosize_max at open time rather than in strategy.
phk
2003-02-11
1
-10
/
+7
*
|
Deregister the dev_clone event handler when unloading the module. Bad
joerg
2003-02-11
1
-1
/
+5
*
|
Improve a comment and undo a bogus s/a/an/ in a comment. An asm guru
schweikh
2003-02-11
2
-6
/
+6
*
|
Make a mutex to stop the race coming into geom_disk's done routine.
phk
2003-02-11
1
-25
/
+61
*
|
Sound devices were being leaked by dsp_open() not actually releasing the
green
2003-02-11
1
-1
/
+6
*
|
Don't divide by zero if there is no stripewidth specified.
phk
2003-02-11
1
-2
/
+4
*
|
Typo in last commit.
phk
2003-02-11
1
-2
/
+2
*
|
Better names for struct disk elements: d_maxsize, d_stripeoffset
phk
2003-02-11
9
-6
/
+50
*
|
Propagate DISKFLAG_CANDELETE from struct disk to G_PF_CANDELETE on the
phk
2003-02-11
1
-8
/
+11
*
|
Wrap a long line.
phk
2003-02-11
1
-1
/
+2
*
|
Sort.
nyan
2003-02-11
1
-1
/
+1
*
|
Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR.
phk
2003-02-11
1
-10
/
+18
*
|
Retire D_CANFREE flag.
phk
2003-02-11
2
-2
/
+0
*
|
Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag
phk
2003-02-11
2
-4
/
+4
*
|
Unconditionally make our provider with G_PF_CANDELETE.
phk
2003-02-11
1
-0
/
+1
*
|
Propagate G_PF_CANDELETE to our own providers from the provider we attach to.
phk
2003-02-11
1
-0
/
+2
*
|
Mark our provider with G_PF_CANDELETE in the cases where this is actually
phk
2003-02-11
1
-8
/
+14
*
|
Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw with
phk
2003-02-11
1
-1
/
+2
*
|
Introduce flag field and G_PF_CANDELETE field on providers.
phk
2003-02-11
1
-0
/
+2
*
|
Introduce SI_CANDELETE flag on dev_t.
phk
2003-02-11
2
-0
/
+2
*
|
Switch to use the TSC code i386/i386/tsc.c
phk
2003-02-11
4
-330
/
+4
*
|
Switch to using the TSC code in i386/i386/tsc.c.
phk
2003-02-11
4
-342
/
+4
*
|
Remove another printf which does not say anything we didn't already know.
phk
2003-02-11
1
-1
/
+0
*
|
Turn the "updating" flag (back) into two sequence number fields at
phk
2003-02-11
2
-8
/
+9
*
|
Remove a debugging printf.
phk
2003-02-11
1
-1
/
+0
[prev]
[next]