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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear the single-step flag for signal handlers. This fixes bogus trace
bde
2002-01-10
2
-7
/
+7
*
Fix typo in function name.
wes
2002-01-10
1
-1
/
+1
*
Use a spare slot in the machine context for a flags word to indicate
deischen
2002-01-10
2
-1
/
+5
*
Fix S3 breakage.
takawata
2002-01-09
1
-1
/
+2
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).
peter
2002-01-05
4
-9
/
+9
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
5
-1
/
+9
*
Allow a specific setting for pv entries. This avoids the need to guess
peter
2002-01-03
1
-0
/
+1
*
Grrr. The tlb code is strewn over 3 files and I misread it. Revert
dillon
2001-12-31
1
-8
/
+0
*
You know those 'XXX what about SMP' comments in pmap_kenter()? Well,
dillon
2001-12-31
1
-3
/
+10
*
GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"
phk
2001-12-30
1
-118
/
+0
*
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
15
-67
/
+74
*
Replace a bunch of:
peter
2001-12-20
1
-20
/
+6
*
Fix some whitespace nits, and a minor error that I made in some unused
peter
2001-12-20
1
-8
/
+7
*
Axe stale extern for a non-existent variable.
jhb
2001-12-18
1
-1
/
+0
*
In a couple of places, we recalculated addresses we already had in local
julian
2001-12-18
1
-3
/
+3
*
Various assembly fixes mostly in the form of using the "+" modifier for
jhb
2001-12-18
1
-14
/
+14
*
Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter
jhb
2001-12-18
1
-23
/
+23
*
Modify the critical section API as follows:
jhb
2001-12-18
9
-71
/
+39
*
Small cleanups to the SMP code:
jhb
2001-12-17
4
-101
/
+48
*
Device Polling code for -current.
luigi
2001-12-14
1
-0
/
+10
*
Enable UFS_DIRHASH in the GENERIC kernel.
iedowse
2001-12-14
1
-0
/
+1
*
Fixed to draw mouse cursor. The syscons driver for PC98 uses different
nyan
2001-12-14
1
-0
/
+5
*
Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.
jhb
2001-12-12
3
-3
/
+0
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
19
-227
/
+235
*
Delete some leftover code from a bygone age. We dont have an array of
peter
2001-12-11
1
-11
/
+1
*
Add new boot flag to i386 boot: -p.
guido
2001-12-10
1
-1
/
+1
*
Add identification string for AMD-761 host to PCI bridge.
murray
2001-12-10
1
-0
/
+3
*
Allow maxusers to be specified as 0 in the kernel config, which will
dillon
2001-12-09
2
-2
/
+3
*
Update pathnames for creation of tags file.
mckusick
2001-12-05
1
-1
/
+1
*
PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.
des
2001-12-04
1
-1
/
+2
*
Add a missing open paren to a macro that's been broken (and apparently
jhb
2001-12-04
1
-1
/
+1
*
cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64
peter
2001-11-30
1
-1
/
+1
*
MFS: I was confused. This code wasn't in -current after all.
imp
2001-11-26
1
-5
/
+14
*
Yet another verbose printing cleanup. Remove debug_wakeup flag and
iwasaki
2001-11-18
1
-5
/
+2
*
Fix the non-KSTACK_GUARD case.. It has been broken since the KSE
peter
2001-11-17
1
-0
/
+1
*
Start bringing i386/pmap.c into line with cleanups that were done to
peter
2001-11-17
3
-257
/
+192
*
Oops, I accidently merged a whitespace error from the original commit.
peter
2001-11-16
1
-1
/
+1
*
Converge/fix some debug code (#if 0'ed on alpha, but whatever)
peter
2001-11-16
1
-14
/
+11
*
Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without
sobomax
2001-11-15
1
-1
/
+1
*
- Don't enable interrupts in trap() if we trapped while holding a spin
jhb
2001-11-15
1
-6
/
+17
*
Use newer constraints for atomic_cmpset().
jhb
2001-11-12
1
-11
/
+9
*
Use newer constraints for inline assembly for an operand that is both an
jhb
2001-11-12
1
-21
/
+21
*
Add two minor changes.
iwasaki
2001-11-11
1
-33
/
+44
*
Fix tab damage in rev 1.326.
obrien
2001-11-06
1
-1
/
+1
*
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
iwasaki
2001-11-06
1
-1
/
+9
*
o Add new header <sys/stdint.h>.
mike
2001-11-02
1
-0
/
+220
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
2
-14
/
+8
*
Skip PG_UNMANAGED pages when we're shooting everything down to try and
peter
2001-11-01
1
-1
/
+1
[next]