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
*
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
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
4
-94
/
+85
*
Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().
njl
2004-08-24
1
-0
/
+10
*
sr(4) definately won't work on IA64.
obrien
2004-08-24
1
-1
/
+0
*
The existing code fails some corner cases. Replace it with
arun
2004-08-16
1
-6
/
+3
*
As I said: the previous commit was untested... Remove an #endif which
marcel
2004-08-16
1
-1
/
+0
*
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
marcel
2004-08-16
2
-6
/
+4
*
ITC.{i,d} instructions use format M41 not M42.
arun
2004-08-16
1
-2
/
+2
*
Allocate memory in the unwinder with M_NOWAIT. We may need to provide
marcel
2004-08-14
1
-1
/
+1
*
In set_regs(), flush the dirty registers onto the backingstore before
marcel
2004-08-11
1
-0
/
+3
*
Add __elfN(dump_thread). This function is called from __elfN(coredump)
marcel
2004-08-11
3
-77
/
+59
*
Better preserve the original protection for the mappings we maintain.
marcel
2004-08-09
2
-222
/
+140
*
Implement single stepping when we leave the kernel through the EPC syscall
marcel
2004-08-08
2
-4
/
+63
*
Slightly move labels around to make sure we call ast() on our way out
marcel
2004-08-07
2
-13
/
+5
*
De-inline gdb_cpu_signal() because we need to convert the trap vectors
marcel
2004-08-07
2
-7
/
+11
*
Use a 256MB TR instead of a 64MB TR to make sure that the kernel
arun
2004-08-04
1
-1
/
+1
*
Making a loadable null.ko for /dev/(null|zero) proved rather
markm
2004-08-03
2
-2
/
+0
[next]