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
*
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
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
2
-32
/
+9
*
Stop profiled libc from exploding, matching gcc's generated code.
peter
2003-05-24
1
-4
/
+0
*
Typo fix. oops.
peter
2003-05-23
1
-1
/
+1
*
Update comments. Note that the kernel is at -1GB, not -2GB as erroniously
peter
2003-05-23
1
-3
/
+3
*
As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytes
peter
2003-05-23
1
-0
/
+1
*
Deal with the user VM space expanding. 32 bit applications do not like
peter
2003-05-23
3
-8
/
+8
*
Major pmap rework to take advantage of the larger address space on amd64
peter
2003-05-23
12
-605
/
+655
*
Merge from i386/trap.c rev 1.252. Use td_critnest instead of the
peter
2003-05-22
1
-6
/
+6
*
sys/sys/limits.h:
kan
2003-05-19
2
-3
/
+3
*
Actually get all the bits for sd_hibase.. it was 16 bits short. oops.
peter
2003-05-17
1
-1
/
+1
*
Initialize logical_cpus_mask when the logical CPUs are enumerated in
alc
2003-05-15
3
-6
/
+15
*
Collect the nastiness for preserving the kernel MSR_GSBASE around the
peter
2003-05-15
6
-28
/
+41
[next]