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
*
/* -> /*- 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
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
1
-1
/
+1
*
Add aac(4) and aacp(4). The driver is 64-bit clean for roughly a year
marcel
2004-09-02
1
-0
/
+2
*
Remove an unneeded argument..
julian
2004-08-31
1
-1
/
+1
*
Remove sched_free_thread() which was only used
julian
2004-08-31
1
-10
/
+0
*
Remove unnecessary check for curthread == NULL.
alc
2004-08-30
1
-1
/
+1
*
s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not follow
marcel
2004-08-30
4
-8
/
+8
*
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. Missed
marcel
2004-08-27
1
-2
/
+2
*
Move the kernel-specific logic to adjust frompc from MI to MD. For
marcel
2004-08-27
1
-0
/
+15
*
The machine-independent parts of the virtual memory system always pass a
alc
2004-08-27
1
-16
/
+0
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
2
-2
/
+0
*
Get a step closer to profiling the kernel by fixing the definitions
marcel
2004-08-25
1
-5
/
+5
[next]