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
*
Make LINT compile again.
phk
2000-10-22
3
-3
/
+2
*
Release and unlock vnode if resource deadlock detected.
bp
2000-10-22
2
-0
/
+2
*
Update stale comment.
bp
2000-10-22
2
-6
/
+2
*
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
bp
2000-10-22
8
-26
/
+54
*
Clean up the raid code a bit, also allow disks on HPT controllers to
sos
2000-10-22
2
-66
/
+98
*
Fix warning in the ISA only case.
sos
2000-10-22
1
-0
/
+1
*
Get the prober error code instead of relying on scp->error to contain
sos
2000-10-22
1
-0
/
+1
*
Up the reset pulse to 100ms in ata_reset, some drives especially
sos
2000-10-22
1
-7
/
+1
*
First attempt at timeouts for bio commands sent to the controller. No retry is
scottl
2000-10-22
2
-0
/
+34
*
Make usual 1-line cardbus support modification.
imp
2000-10-22
2
-0
/
+2
*
Cleanup the rman_make_alignment_flags function to be much clearer and shorter
imp
2000-10-22
1
-12
/
+10
*
o Remove lots of kludges with iospace and irq.
imp
2000-10-22
1
-10
/
+13
*
Cleanup allocation of resources for 16-bits. We now do the right
imp
2000-10-22
1
-12
/
+20
*
if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessary
nyan
2000-10-21
1
-1
/
+9
*
Add '-DPC98' to CFLAGS if MACHINE == pc98.
nyan
2000-10-21
2
-0
/
+8
*
(Introduce something sitting in my repo for 3 weeks now...)
bmilekic
2000-10-21
4
-48
/
+22
*
Propogate the 'const'ness of mutex descriptions to the witness code to
jhb
2000-10-20
3
-9
/
+9
*
Define the mtx_legal2block() macro used in the witness code that managed
jhb
2000-10-20
5
-0
/
+12
*
Revert the init_clocks change in revision 1.72. On the alpha we use an
jhb
2000-10-20
1
-1
/
+1
*
Actually enable the witness code if the WITNESS kernel option is enabled.
jhb
2000-10-20
3
-15
/
+3
*
Allow interrupts to be sharable.
imp
2000-10-20
1
-9
/
+6
*
Get the interrupt correct.
imp
2000-10-20
1
-1
/
+1
*
Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by using
jhb
2000-10-20
2
-2
/
+4
*
Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variable
jhb
2000-10-20
3
-3
/
+3
*
Don't bother setting the saved IPL in the sched_lock mutex as it doesn't
jhb
2000-10-20
1
-5
/
+0
*
Catch up to some of the changes to _getlock_spin_block. Specifically,
jhb
2000-10-20
2
-8
/
+8
*
Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_long
jhb
2000-10-20
1
-5
/
+5
*
Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting.
jhb
2000-10-20
1
-4
/
+18
*
remove old pccbb bridge code.
jon
2000-10-20
3
-2701
/
+0
*
Introduce the M_ZERO flag to malloc(9)
phk
2000-10-20
2
-0
/
+4
*
Add actual URL for XMAC II datasheet in comments.
archie
2000-10-20
2
-4
/
+8
*
Add i815 host to PCI bridge ID
ache
2000-10-20
2
-0
/
+6
*
Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)
ache
2000-10-20
2
-2
/
+2
*
Add i815 Host to Hub
ache
2000-10-20
2
-0
/
+6
*
Add i815 IDs
ache
2000-10-20
1
-1
/
+19
*
Save a few CPU cycles in IP fragmentation code.
ru
2000-10-20
1
-3
/
+1
*
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
hm
2000-10-20
2
-17
/
+33
*
Used kbio.h and consio.h instead of machine/console.h.
kato
2000-10-20
4
-6
/
+6
*
Merged from sys/i386/isa/npx.c revision 1.86.
kato
2000-10-20
1
-1
/
+1
*
Merged from sys/i386/isa/clock.c revision 1.160.
kato
2000-10-20
3
-9
/
+9
*
Merged from sys/i386/i386/machdep.c revisions 1.417 and 1.418.
kato
2000-10-20
2
-34
/
+20
*
Add missing 'unit' code
roger
2000-10-20
1
-0
/
+4
*
Catch up to moving headers:
jhb
2000-10-20
68
-87
/
+76
*
GC the unused safepri variable.
jhb
2000-10-20
1
-1
/
+0
*
Remove unnecessary machine/mutex.h include.
jhb
2000-10-20
2
-2
/
+0
*
- GC some #if 0'd code regarding the non-existant safepri variable.
jhb
2000-10-20
1
-17
/
+6
*
Actually harvest interrupt threads when the last handler is removed from a
jhb
2000-10-20
6
-12
/
+102
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
2
-4
/
+4
*
Catch up to SMP_DEBUG -> MUTEX_DEBUG.
jhb
2000-10-20
2
-4
/
+4
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
5
-9
/
+9
[next]