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
*
- Split out the support for per-CPU data from the SMP code. UP kernels
jhb
2001-05-10
17
-79
/
+139
*
Try to read the station address twice during the probe. I've seen
wpaul
2001-05-10
1
-1
/
+7
*
- Use sched_lock and critical regions to ensure that LDT updates are thread
jhb
2001-05-10
7
-63
/
+100
*
The new order of things is that dwlpxN is now called pcibN- so hack around
mjacob
2001-05-10
1
-2
/
+4
*
Fix the panics for real this time. When something can't be allocated,
imp
2001-05-10
1
-24
/
+27
*
add alpha_pci_route_interrupt method
mjacob
2001-05-10
1
-2
/
+4
*
Quick hack to reintroduce the notion that there might be alpha platforms
mjacob
2001-05-10
1
-20
/
+82
*
FICL 2.05 has a flawed definition of BASE. Fix it.
dcs
2001-05-10
1
-1
/
+1
*
Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.h
jhb
2001-05-09
1
-1
/
+1
*
Add in commented out entries for NEWCARD so that they are at least
jhb
2001-05-09
2
-0
/
+30
*
The sk driver developed a bug when the multicast code was changed to
wpaul
2001-05-09
2
-12
/
+14
*
Add include of sys/mutex.h and resort include of sys/lock.h.
jhb
2001-05-09
1
-1
/
+2
*
Add needed sys/lock.h include.
jhb
2001-05-09
1
-0
/
+1
*
Remove the error var, it hides the real one.
sos
2001-05-09
1
-1
/
+1
*
Avoid overflow when converting ticks to jiffies.
des
2001-05-09
2
-2
/
+2
*
Eliminate some panics for errors we can recover from.
dmlb
2001-05-09
2
-164
/
+121
*
Use enumeration values for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-4
/
+13
*
Use enumeration types for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-1
/
+2
*
Add additional enumeration types for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-1
/
+5
*
Add a sysctl pair for the pcic memory allocation range
dmlb
2001-05-08
1
-3
/
+16
*
- Eliminate locks in functions called only during probe and attach.
tanimura
2001-05-08
1
-10
/
+15
*
Polish error handling with biofinish().
phk
2001-05-08
2
-28
/
+30
*
Polish error handling code using biofinish()
phk
2001-05-08
1
-6
/
+1
*
Remove an 'optimization' I hope to never see again.
alfred
2001-05-08
1
-89
/
+111
*
Exploit recent improvements in the disk minilayer to simplify error
phk
2001-05-08
5
-75
/
+39
*
Always initialize bio_resid from bio_bcount in the disk mini-layer so
phk
2001-05-08
1
-1
/
+1
*
Remove all the mutex stuff - suggested by jhb
brian
2001-05-08
4
-49
/
+12
*
When running with soft updates, track the number of blocks and files
mckusick
2001-05-08
11
-19
/
+125
*
Several fixes for units errors:
mckusick
2001-05-08
1
-10
/
+19
*
When syncing out snapshot metadata, we must temporarily allow recursive
mckusick
2001-05-08
1
-27
/
+29
*
Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. The
imp
2001-05-08
2
-8
/
+0
*
Add some additional register definitions for some work I have in progress.
imp
2001-05-08
2
-0
/
+4
*
sys/mutex.h requires sys/lock.h for LINT
brian
2001-05-07
1
-0
/
+1
*
Set the slot pointer in the pc98 case. Correct the name of the bridge
imp
2001-05-07
1
-2
/
+5
*
Minor updates:
msmith
2001-05-07
5
-30
/
+47
*
Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child
knu
2001-05-07
2
-1
/
+2
*
Disable the card after sending the removed event up to the pccard
imp
2001-05-07
1
-1
/
+1
*
Remove if_ray_oldcard.h because pccard support multiple windows now.
dmlb
2001-05-07
3
-140
/
+11
*
Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on
brian
2001-05-07
4
-25
/
+25
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
9
-50
/
+6
*
Make LINT compile again.
brian
2001-05-06
1
-0
/
+1
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
29
-154
/
+75
*
Introduce bioerror(struct bio*, int err, int complete);
phk
2001-05-06
1
-0
/
+10
*
Remove unneeded devfs_badop()
phk
2001-05-06
1
-10
/
+0
*
Fix return type of vop_stdputpages()
phk
2001-05-06
1
-1
/
+2
*
Fix a panic if MD devices were left half-created.
phk
2001-05-06
1
-14
/
+12
*
o First step in cleaning up authorization code for the posix4
rwatson
2001-05-06
2
-16
/
+16
*
Update the DiskOnChip firmware to OSAK version 4.1.
phk
2001-05-06
1
-589
/
+687
*
Restore I/O port resources to the condition before adv_isa_probe() is
nyan
2001-05-06
1
-10
/
+17
*
Merged from sys/i386/i386/machdep.c revision 1.448.
kato
2001-05-06
2
-4
/
+0
[next]