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
*
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
*
Use compile time constants for things like PTmap[] etc because they're
peter
2003-05-15
2
-16
/
+3
*
Regen
peter
2003-05-14
3
-18
/
+43
*
Add BASIC i386 binary support for the amd64 kernel. This is largely
peter
2003-05-14
22
-222
/
+1489
*
Fix some misunderstandings about 64 bit extension.
peter
2003-05-14
1
-12
/
+6
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-3
/
+4
*
Really stop the loader from trying to load the acpi module by lying and
peter
2003-05-12
1
-0
/
+2
*
For the page fault handler, save %cr2 in the outer trap handler so that
peter
2003-05-12
6
-52
/
+76
*
Sync ucontext with reality. The struct trapframe changes need to be
peter
2003-05-12
2
-13
/
+13
*
AMD64 physical space is much larger than i386, de-i386 the bus_space and
peter
2003-05-12
7
-1377
/
+161
*
Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base
peter
2003-05-12
8
-91
/
+211
[next]