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
*
Intel 4965 wireless driver (derived from openbsd driver of the same name)
sam
2008-04-29
1
-0
/
+2
*
Always use PG_PS_FRAME to extract the physical address of a 2/4MB page
alc
2008-04-25
1
-9
/
+10
*
- Add an integer argument to idle to indicate how likely we are to wake
jeff
2008-04-25
2
-40
/
+172
*
Implement linux_truncate64() syscall.
rdivacky
2008-04-23
1
-1
/
+0
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
3
-2
/
+1
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-2
/
+0
*
move awi to the Attic; it will not make the jump to the new world order
sam
2008-04-20
1
-1
/
+0
*
Put in a real isa_irq_pending() stub in order to remove two lines of dmesg
peter
2008-04-19
1
-2
/
+14
*
- Add inlines for the monitor and mwait instructions.
jeff
2008-04-18
1
-0
/
+13
*
Regenerate.
jkim
2008-04-16
3
-4
/
+46
*
Add stubs for syscalls introduced in Linux 2.6.17 kernel.
jkim
2008-04-16
2
-0
/
+12
*
This file is unused on amd64.
imp
2008-04-15
1
-32
/
+0
*
Convert amd64 and i386 to share the atrtc device driver.
phk
2008-04-14
2
-237
/
+19
*
Connect k8temp(4) to the build.
rpaulo
2008-04-12
1
-0
/
+2
*
- Add the interrupt vector number to intr_event_create so MI code can
jeff
2008-04-11
1
-1
/
+1
*
Correct pmap_copy()'s method for extracting the physical address of a
alc
2008-04-10
1
-6
/
+6
*
Regenerate
kib
2008-04-08
3
-41
/
+73
*
Implement the linux syscalls
kib
2008-04-08
4
-28
/
+26
*
Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.
alc
2008-04-07
1
-4
/
+18
*
Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This
jhb
2008-04-05
1
-111
/
+2
*
Eliminate an unnecessary test and its misleading comment from pmap_enter().
alc
2008-04-04
1
-6
/
+0
*
Optimize pmap_pml4e() and pmap_pdpe() based upon two observations: The
alc
2008-04-02
1
-3
/
+1
*
Add support to mincore for detecting whether a page is part of a
ps
2008-03-28
1
-1
/
+2
*
Add kernel module support for nfslockd and krpc. Use the module system
dfr
2008-03-27
1
-0
/
+1
*
When building a kernel module, define MAXCPU the same as SMP so
jb
2008-03-27
1
-1
/
+1
*
Back in the good old days, PC's had random pieces of rock for
phk
2008-03-26
2
-125
/
+0
*
Eliminate unnecessary #includes
phk
2008-03-26
1
-9
/
+0
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
3
-50
/
+23
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
3
-50
/
+51
*
The RTC related pscnt and psdiv variables have no business being public.
phk
2008-03-26
2
-4
/
+2
*
Belatedly add BPF_JITTER in NOTES for supported architectures.
jkim
2008-03-24
1
-0
/
+4
*
First pass at (possibly futile) microoptimizing of cpu_switch. Results
peter
2008-03-23
1
-75
/
+116
*
Correct an error in pmap_mincore() when applied to a 2MB page mapping:
alc
2008-03-23
1
-3
/
+3
*
Export TDP_KTHREAD to asm files.
peter
2008-03-23
1
-0
/
+1
*
Move pcb_flags to make trivially better use of cache lines.
peter
2008-03-23
1
-1
/
+1
*
Protect the setting of the fsbase/gsbase MSR registers and the
peter
2008-03-23
1
-0
/
+2
*
To date, we have assumed that the TLB will only set the PG_M bit in a
alc
2008-03-23
1
-38
/
+17
*
Prevent the overflow in the calculation of the next page directory.
kib
2008-03-23
1
-0
/
+18
*
Explicitly use spinlock_enter/exit rather than locking the icu_lock spin
jhb
2008-03-20
1
-15
/
+14
*
Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ
jhb
2008-03-20
1
-0
/
+14
*
Simplify the interrupt code a bit:
jhb
2008-03-17
1
-32
/
+15
*
Implement atomic_fetchadd_long() for all architectures and document it.
pjd
2008-03-16
1
-0
/
+20
*
Regen.
rdivacky
2008-03-16
3
-4
/
+12
*
Implement sched_setaffinity and get_setaffinity using
rdivacky
2008-03-16
1
-1
/
+2
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
6
-10
/
+12
*
Add preliminary support for binding interrupts to CPUs:
jhb
2008-03-14
2
-9
/
+55
*
Fix a silly bogon which prevented all the CPUs that are tagged as interrupt
jhb
2008-03-14
1
-4
/
+4
*
Rework how the nexus(4) device works on x86 to better handle the idea of
jhb
2008-03-13
4
-38
/
+113
*
Since version 4.3, gcc changed its behaviour concerning the i386/amd64
kib
2008-03-13
3
-5
/
+5
*
The variable MTRR registers actually have variable-sized PhysBase and
jhb
2008-03-12
2
-8
/
+26
[next]