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
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
3
-4
/
+4
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
3
-17
/
+0
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-6
/
+6
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
8
-16
/
+16
*
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
jake
2002-03-29
1
-0
/
+1
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
2
-244
/
+244
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
8
-152
/
+617
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
1
-2
/
+2
*
Minor changes:
will
2002-03-24
2
-74
/
+172
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
6
-68
/
+62
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
1
-12
/
+12
*
Remove __P.
alfred
2002-03-20
27
-262
/
+265
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
2
-9
/
+3
*
make pcvt compile again without "options XSERVER".
hm
2002-03-08
1
-2
/
+5
*
Fix warning (const lost in assignment), harmless in this case.
peter
2002-02-28
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
2
-3
/
+3
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
4
-96
/
+34
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
8
-691
/
+234
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
8
-234
/
+691
*
Initialize a variable bogusly to avoid a gcc bug that causes a spurious
bde
2002-02-26
1
-0
/
+3
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
4
-34
/
+96
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
2
-3
/
+12
*
- Split the routine to initialize a bus_space_handle into the separate
nyan
2002-02-17
1
-5
/
+7
*
Add needed include.
nyan
2002-02-10
1
-0
/
+3
*
Don't grab the ICU lock while reading the current pending interrupts and
jhb
2002-02-08
2
-4
/
+0
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
4
-1
/
+14
*
Removed unused includes. In particular, don't include <isa/isavar.h> since
bde
2002-01-30
1
-24
/
+2
*
Unbreak pcvt, it suffered from common variables. Whoever added the
joerg
2002-01-27
1
-8
/
+14
*
Add missing destroy_dev().
wes
2002-01-23
1
-10
/
+13
*
Garbage-collect an unused variable left by rev.1.61.
bde
2002-01-17
1
-3
/
+1
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
5
-14
/
+20
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
1
-1
/
+1
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
8
-49
/
+64
*
I am not sure if it is a good idea or not to have my id in the cvs log
peter
2001-12-20
1
-824
/
+797
*
Axe stale extern for a non-existent variable.
jhb
2001-12-18
1
-1
/
+0
*
Modify the critical section API as follows:
jhb
2001-12-18
2
-79
/
+64
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-17
/
+17
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Also remove the .h files for the old rp driver.
phk
2001-11-05
2
-1137
/
+0
*
Remove the old RocketPort driver which was left behind in favour
phk
2001-11-05
1
-1988
/
+0
*
Don't call cdevsw_add().
phk
2001-11-04
1
-3
/
+0
*
Don't call devsw_add().
phk
2001-11-04
1
-4
/
+0
*
Don't call cdevsw_add().
phk
2001-11-04
7
-26
/
+0
*
Don't call cdevsw_add()
phk
2001-11-04
1
-4
/
+0
*
Call to cdevsw_add() no longer needed.
phk
2001-11-04
1
-1
/
+0
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-7
/
+4
*
Backout 1.61 -- both intrcnt and intrnames are already exported
luigi
2001-10-25
2
-12
/
+0
*
MFi386:
bde
2001-10-21
1
-0
/
+2
*
MFpc98: fundamental differences. The magic numbers for the i/o port
bde
2001-10-21
1
-0
/
+17
*
MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.
bde
2001-10-21
1
-0
/
+9
[next]