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
*
Fix more abuse of __FreeBSD__ to detect version.
imp
2002-07-21
1
-63
/
+0
*
Stop abusing NPCI for code that doesn't even work. Emit a warning.
peter
2002-07-21
1
-5
/
+1
*
Quick fix for high resolution kernel profiling on i386's. Use
bde
2002-07-13
1
-0
/
+4
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
2
-12
/
+95
*
Bah, move the invltlb counter to C code and hook a debug sysctl onto it.
peter
2002-07-11
1
-7
/
+1
*
s/NCPU/MAXCPU/ to try and get this to compile.
peter
2002-07-11
1
-1
/
+1
*
This file has been included en-mass into i386/i386/exception.s
julian
2002-07-10
1
-145
/
+0
*
Move the type definition of ointhand2_t from i386/include/types.h to
mike
2002-07-09
1
-0
/
+4
*
The clock is already allocated as 'fast' - no need to try and intercept a
peter
2002-07-08
2
-16
/
+0
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-1
/
+1
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
1
-2
/
+2
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
3
-3
/
+3
*
Off-by-128 error in the cuam* device node numbers.
rwatson
2002-05-20
1
-1
/
+1
*
Bump the rc driver a little bit closer to the 21st century: use
rwatson
2002-05-20
1
-0
/
+6
*
Move a few ancient minor-number definitions for tapedrives to the
phk
2002-05-14
2
-6
/
+8
*
Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Only
bde
2002-05-05
1
-6
/
+12
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
2
-9
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
2
-3
/
+3
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-2
/
+0
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
2
-3
/
+2
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
5
-48
/
+32
*
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
[next]