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
*
Background: pmap_object_init_pt() premaps the pages of a object in
alc
2003-07-03
1
-82
/
+14
*
Sync more things with other backends.
mux
2003-07-01
1
-12
/
+10
*
Honor the boundary of the busdma tag when allocating bounce pages.
mux
2003-07-01
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
2
-7
/
+72
*
- Export pmap_enter_quick() to the MI VM. This will permit the
alc
2003-06-29
1
-3
/
+1
*
- Construct a cpu topology map for Hyper Threading systems so that ULE may
jeff
2003-06-28
3
-0
/
+93
*
Add a machine depended function thread_siginfo, SA signal code
davidxu
2003-06-28
1
-0
/
+19
*
Catch amd64 up with the pending busdma async callback locking. Though this
scottl
2003-06-28
1
-0
/
+5
*
Turn ips back on.
peter
2003-06-27
1
-2
/
+1
*
Oops, I only added a comment about why ips doesn't compile. Actually
peter
2003-06-26
1
-1
/
+1
*
Sync with i386 - add everything that compiles. There are a few drivers
peter
2003-06-26
1
-20
/
+159
*
Add back in the ability for pmap_mapdev() to use KVM if the region
peter
2003-06-26
1
-4
/
+39
*
MFi386
alc
2003-06-23
1
-8
/
+10
*
Move KERNBASE to -2GB.
simokawa
2003-06-22
1
-1
/
+1
*
- Allow access to direct mapped region via /dev/kmem. This makes
simokawa
2003-06-22
1
-13
/
+16
*
- Allocate a new PD Table if kernel grows beyond 1GB boundary.
simokawa
2003-06-22
1
-37
/
+21
*
Use direct map in pmap_map().
simokawa
2003-06-20
1
-11
/
+1
*
Fix direct map page table for 2GB+ physical memory.
simokawa
2003-06-19
1
-1
/
+1
*
Fix a performance bug in all of the various implementations of
alc
2003-06-18
1
-1
/
+1
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
2
-2
/
+2
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
2
-177
/
+1
*
Move the *_new_altkstack() and *_dispose_altkstack() functions out of the
alc
2003-06-14
1
-30
/
+0
*
GC unused cpu_wait() function
peter
2003-06-11
1
-5
/
+0
*
- Use IDTVEC() to declare IPI handlers since they are also IDT vectors.
jhb
2003-06-06
1
-20
/
+14
*
- Document the thermal and performance counter LVT entries in the local
jhb
2003-06-06
1
-3
/
+5
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
1
-1
/
+1
*
Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.
peter
2003-06-04
1
-1
/
+1
*
Fix restarted syscalls. When we rewind %rip, we also need to restore
peter
2003-06-02
1
-2
/
+6
*
Make this more compatable with libc_r. Make the internal types for storing
peter
2003-06-02
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-06-02
2
-3
/
+6
*
Use __FBSDID().
obrien
2003-06-02
5
-5
/
+15
*
MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.
peter
2003-06-02
1
-1
/
+1
*
Use C99 compatable asm statements.
obrien
2003-06-02
1
-2
/
+2
*
Sync with i386/GENERIC ordering.
obrien
2003-06-01
1
-18
/
+20
*
MFi386: rev 1.56: remove break after return
peter
2003-05-31
1
-2
/
+2
*
MFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly.
peter
2003-05-31
1
-14
/
+11
*
MFi386: rev 1.50: remove unused variable
peter
2003-05-31
1
-3
/
+0
*
Avoid unbalancing the { } count in the source file with #ifdef by
phk
2003-05-31
1
-2
/
+3
*
Add acpi to the build. Remove the hack from machdep.c that lies to the
peter
2003-05-31
2
-3
/
+7
*
Have hammer_time() return the proc0 stack location, and have locore
peter
2003-05-31
2
-25
/
+17
*
Regenerate.
peter
2003-05-31
1
-0
/
+447
*
Make this compile with WITNESS enabled. It wants the syscall names.
peter
2003-05-31
3
-3
/
+5
*
Port acpica to amd64.
peter
2003-05-31
1
-5
/
+5
*
With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros and
peter
2003-05-31
1
-28
/
+9
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Nasty 'make it compile' port to amd64. Note that it needs some other
peter
2003-05-30
1
-38
/
+40
*
Initial port to amd64 after repocopy from i386. Note that the
peter
2003-05-30
3
-170
/
+180
*
Add setjmp/longjmp for ddb
peter
2003-05-30
1
-0
/
+35
*
Update AMD Features vector to include NX (page table entry no-execute bit)
peter
2003-05-27
1
-5
/
+5
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
2
-2
/
+3
[next]