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
...
*
|
Fix a potential problem with atapi-cam where an incorrect flag is passed
scottl
2003-12-05
1
-1
/
+1
*
|
Since the fdc driver can't autodetect the drive capacity on the Alpha,
des
2003-12-05
1
-0
/
+1
*
|
Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.
phk
2003-12-04
1
-5
/
+4
*
|
Remove cx in its old location.
imp
2003-12-03
4
-3199
/
+0
*
|
Connect the cx driver to its new location in the tree.
imp
2003-12-03
3
-7
/
+10
*
|
There is no such thing as a pc98 machine with ISA expansion slots, nor
imp
2003-12-03
2
-9
/
+0
*
|
- Reenable building of the ACPI module on i386.
jhb
2003-12-03
2
-1
/
+1
*
|
- Remove the hack to prevent the acpi module from loading.
jhb
2003-12-03
1
-3
/
+95
*
|
Add madt.c to the list of sources for i386.
jhb
2003-12-03
1
-0
/
+3
*
|
- Reorder the APIC enumerator SYSINIT's to register enumeators at
jhb
2003-12-03
3
-29
/
+20
*
|
Update this driver to be more module friendly:
jhb
2003-12-03
1
-5
/
+7
*
|
Temporary workaround for aac_cam to deal with CAM requiring Giant. This
scottl
2003-12-03
1
-1
/
+9
*
|
Fix for the missing slave problem.
sos
2003-12-03
1
-1
/
+1
*
|
Fix all users of mp_maxid to use the same semantics, namely:
jhb
2003-12-03
7
-24
/
+15
*
|
Export a few SMP related symbols in UP kernels as well. This is needed to
jhb
2003-12-03
3
-7
/
+44
*
|
Fix modesetting on ISA only systems.
sos
2003-12-03
1
-1
/
+1
*
|
Align the .ctors section correctly.
phk
2003-12-03
1
-0
/
+1
*
|
Updated cx driver commit part 1: bring in the new kernel driver.
imp
2003-12-03
11
-0
/
+8054
*
|
Catch up with the procsig locking changes elsewhere. We were doing
peter
2003-12-03
1
-0
/
+6
*
|
Add an additional knob to just disable the apic code without also having
peter
2003-12-03
1
-1
/
+1
*
|
Use if_flags to check for IFF_POLLING instead of if_ipending.
pdeuskar
2003-12-02
1
-3
/
+3
*
|
Swap destination and source arguments of two bcopy() calls.
andre
2003-12-02
1
-2
/
+2
*
|
Use parens more reasionably so we match the vendor code. This is part
brooks
2003-12-02
1
-2
/
+2
*
|
Fixed panics in apic interrupt handlers if kernel profiling is turned
bde
2003-12-02
1
-1
/
+1
*
|
Fixed some minor indentation bugs.
bde
2003-12-02
2
-24
/
+24
*
|
Fixed breakage of the pci case of the cy driver by the new interrupt
bde
2003-12-02
5
-127
/
+112
*
|
After extensive QA cycles at 3ware, bring the driver in-line with all the
ps
2003-12-02
7
-158
/
+184
*
|
Fix Lucent cards.
imp
2003-12-02
1
-10
/
+25
*
|
Major 186 for sx driver (for Specialix I/O8+) by frank@exit.com
imp
2003-12-02
1
-0
/
+1
*
|
Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate
sam
2003-12-02
1
-0
/
+1
*
|
Fixed a bug in sendfile(2) where the sent data would be corrupted due
dg
2003-12-01
1
-0
/
+5
*
|
Rename the ELAN_* options to CPU_ELAN_* according the the brucification.
phk
2003-12-01
1
-2
/
+2
*
|
Use a mutex to synchronize the driver top and bottom halves instead of
truckman
2003-12-01
4
-9
/
+62
*
|
SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.
obrien
2003-12-01
1
-1
/
+1
*
|
In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in the
iedowse
2003-11-30
1
-3
/
+7
*
|
- Make mp_maxid reflect the same meaning as it does on other architectures.
jeff
2003-11-30
1
-2
/
+2
*
|
- Unbreak UP. mp_maxid is not defined on uni-processor machines, although
jeff
2003-11-30
1
-0
/
+8
*
|
- Don't forget to unlock the vnode interlock in the LK_NOWAIT case.
jeff
2003-11-30
1
-1
/
+2
*
|
- Set mp_maxid in a way that is consistent with every other arch. It is
jeff
2003-11-30
1
-3
/
+2
*
|
Fix ata-card.
sos
2003-11-30
2
-38
/
+28
*
|
- Replace the local maxcpu with mp_maxid. Previously, if mp_maxid
jeff
2003-11-30
1
-20
/
+48
*
|
correct typo in interrupt handling for the 2nd port of 2-port cards
sam
2003-11-29
2
-2
/
+2
*
|
- In db_stack_trace_cmd() bail out if we get confused about the stack.
jeff
2003-11-29
1
-3
/
+8
*
|
o track API change for HAL v0.9.6.1
sam
2003-11-29
3
-18
/
+56
*
|
This commit was generated by cvs2svn to compensate for changes in r123041,
sam
2003-11-29
3
-3167
/
+3429
|
\
\
|
|
/
|
*
Version 0.9.6.1:
sam
2003-11-29
3
-3167
/
+3429
*
|
Workaround for errata on early versions of the sii3112.
sos
2003-11-28
4
-5
/
+13
*
|
Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to
silby
2003-11-28
1
-1
/
+0
*
|
Fix an optimization where I made an ifdef'd out section to broad.
andre
2003-11-28
1
-4
/
+4
*
|
missing splx.
ume
2003-11-28
1
-0
/
+1
[prev]
[next]