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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since we are quite unlikely to ever face another platform which
phk
2005-02-06
1
-18
/
+13
*
Finish the job of sorting all includes and fix the build by including
njl
2005-02-06
1
-28
/
+33
*
Build cpufreq and acpi_perf on platforms that are likely to be able to
njl
2005-02-05
1
-0
/
+4
*
Include sys/bus.h before sys/cpu.h. The latter needs device_t.
marcel
2005-02-04
1
-0
/
+1
*
Add an implementation of cpu_est_clockrate(9). This function estimates the
njl
2005-02-04
1
-0
/
+12
*
nit in /*-
imp
2005-01-31
1
-1
/
+1
*
Fix handling of post increment: Either the first or second operand
marcel
2005-01-27
1
-1
/
+4
*
Fix compile errors. Bah.
scottl
2005-01-18
1
-2
/
+2
*
Fix an assignment that I missed in the last commit.
scottl
2005-01-15
1
-1
/
+1
*
Add bus_dmamap_load_mbuf_sg() to ia64
scottl
2005-01-15
2
-6
/
+41
*
- Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer
jhb
2005-01-14
1
-0
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
62
-63
/
+64
*
Further enhance the handling of misaligned loads and stores:
marcel
2005-01-02
3
-23
/
+59
*
Modify pmap_enter_quick() so that it expects the page queues to be locked
alc
2004-12-23
1
-3
/
+2
*
In the common case, pmap_enter_quick() completes without sleeping.
alc
2004-12-15
1
-0
/
+4
*
Fix the last of the instability and the cause of the annoying
marcel
2004-12-12
1
-2
/
+6
*
Use primitive types to avoid creating an artificial header dependency:
marcel
2004-12-11
1
-11
/
+11
*
Don't obtain the HCDP address directly from the bootinfo structure.
marcel
2004-12-08
2
-0
/
+8
*
Change gdb_cpu_setreg() to not take the value to which to set the
marcel
2004-12-01
2
-2
/
+2
*
Whitespace fixes:
marcel
2004-11-28
1
-33
/
+18
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
3
-4
/
+3
*
Remove struct ia64_itir and use a plain old uint64_t instead.
marcel
2004-11-21
2
-17
/
+12
*
Remove UAREA_PAGES.
das
2004-11-20
1
-1
/
+0
*
U areas are going away, so don't allocate one for process 0.
das
2004-11-20
1
-4
/
+1
*
user.h is included only to get pcb.h, so use the latter directly instead.
das
2004-11-20
1
-1
/
+1
*
Remove the BR tag. When the machine doesn't have the DIG64 HCDP
marcel
2004-11-14
1
-1
/
+1
*
- Change the ddb paging "support" to use a variable (db_lines_per_page) to
jhb
2004-11-01
1
-1
/
+1
*
Use bioq_takefirst()
phk
2004-10-23
1
-3
/
+1
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-6
/
+1
*
Print flags in the nexus for child devices.
njl
2004-10-14
1
-0
/
+2
*
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
njl
2004-10-11
2
-0
/
+9
*
Add the Madison II, which is the second generation Madison. The Madison II
marcel
2004-10-06
1
-0
/
+3
*
The physical address stored in the vm_page is page aligned. There is no
alc
2004-10-03
1
-1
/
+1
*
Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These
alc
2004-10-02
1
-5
/
+2
*
...And fix WITNESS builds: declare syscallnames.
marcel
2004-09-26
1
-0
/
+4
*
Fix INVARIANTS build: Include <machine/cpu.h>.
marcel
2004-09-26
1
-0
/
+1
*
Move the IA-32 trap handling from trap() to ia32_trap(). Move the
marcel
2004-09-25
5
-299
/
+373
*
Redefine a PTE as a 64-bit integral type instead of a struct of
marcel
2004-09-23
6
-258
/
+212
*
s/u_int#_t/uint#_t/g
marcel
2004-09-22
1
-20
/
+20
*
For the atomic_{add|clear|set|subtract} family of inlines, return the
marcel
2004-09-22
1
-2
/
+4
*
MFp4: various style fixes, including
marcel
2004-09-22
1
-248
/
+239
*
- Add support for "paging" in stack trace output. That is, when you do
jhb
2004-09-20
1
-2
/
+4
*
MFp4:
marcel
2004-09-19
8
-199
/
+353
*
Release the page queues lock earlier in pmap_protect() and pmap_remove() in
alc
2004-09-18
1
-3
/
+2
*
Provide our own FPSWA definitions, instead of depending on the Intel
marcel
2004-09-17
4
-50
/
+55
*
Remove useless inclusion of <machine/fpu.h>
marcel
2004-09-17
1
-1
/
+0
*
Add new a function isa_dma_init() which returns an errno when it fails
phk
2004-09-15
1
-9
/
+8
*
Catch up with other platforms: switch the default scheduler to 4BSD.
marcel
2004-09-12
2
-2
/
+4
*
Fix a problem with tag->boundary inheritence that has existed since day one
scottl
2004-09-08
1
-5
/
+5
*
Sync the busdma code with i386. The most tangible upshot is that
marcel
2004-09-08
1
-207
/
+153
[next]