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
*
Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the
des
2004-10-31
1
-4
/
+3
*
Whitespace cleanup
des
2004-10-31
1
-5
/
+5
*
MFi386: preserve dcons buffer passed by loader.
simokawa
2004-10-28
1
-0
/
+16
*
Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice
peter
2004-10-27
1
-1
/
+1
*
Print flags in the nexus for child devices.
njl
2004-10-14
1
-0
/
+2
*
MFi386: sync with latest updates
peter
2004-10-11
1
-3
/
+36
*
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
njl
2004-10-11
2
-1
/
+8
*
Make pte_load_store() an atomic operation in all cases, not just i386 PAE.
alc
2004-10-08
2
-11
/
+34
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-16
/
+6
*
Undo revision 1.251. This change was a performance pessimizing work-around
alc
2004-10-03
1
-1
/
+1
*
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
*
Remove an unused declaration. (I should have included this change in
alc
2004-10-02
1
-1
/
+0
*
Prevent the unexpected deallocation of a page table page while performing
alc
2004-09-29
2
-22
/
+45
*
MFi386: rev 1.239 - invalidate tlb after pte update
peter
2004-09-29
1
-2
/
+4
*
MFi386: rev 1.236 - improve panic message for a busted mptable
peter
2004-09-29
1
-1
/
+3
*
Like on i386, use the definition of struct bios_smap from machine/pc/bios.h
peter
2004-09-24
1
-6
/
+1
*
Converge towards i386. I originally resisted creating <machine/pc/bios.h>
peter
2004-09-24
1
-1
/
+4
*
Severely strip down the repocopied i386/bios.c and bios.h files. It turns
peter
2004-09-24
2
-823
/
+3
*
Correct a long-standing error in _pmap_unwire_pte_hold() affecting
alc
2004-09-22
1
-7
/
+6
*
MFi386: adapt rev 1.19 (debugger fixes)
peter
2004-09-22
1
-2
/
+10
*
Minor sync-up with i386. Catch up on de-quoting and de-counting after
peter
2004-09-22
1
-14
/
+23
*
MFi386: add ispfw (except using correct device<tab><tab>ispfw format,
peter
2004-09-22
1
-0
/
+1
*
- Add support for "paging" in stack trace output. That is, when you do
jhb
2004-09-20
1
-2
/
+4
*
Simplify the reference counting of page table pages. Specifically, use
alc
2004-09-19
1
-27
/
+15
*
Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()
alc
2004-09-19
1
-3
/
+0
*
Release the page queues lock earlier in pmap_protect() and pmap_remove() in
alc
2004-09-18
1
-6
/
+5
*
Add new a function isa_dma_init() which returns an errno when it fails
phk
2004-09-15
1
-13
/
+11
*
Remove now unused #include files.
phk
2004-09-15
1
-52
/
+0
*
Use an atomic op to update the pte in pmap_protect(). This is to prevent
alc
2004-09-12
1
-6
/
+7
*
Double the number of kernel page tables for amd64 and for i386/PAE. The old
scottl
2004-09-11
1
-1
/
+2
*
Add device driver support for the VIA Networking Technologies
wpaul
2004-09-10
1
-0
/
+3
*
Use atomic ops in pmap_clear_ptes() to prevent SMP races that could
alc
2004-09-08
1
-4
/
+7
*
Fix a problem with tag->boundary inheritence that has existed since day one
scottl
2004-09-08
1
-5
/
+5
*
Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.
scottl
2004-09-07
1
-1
/
+3
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
1
-1
/
+1
*
Turn PREEMPTION into a kernel option. Make sure that it's defined if
scottl
2004-09-02
1
-5
/
+0
*
Give the 4bsd scheduler the ability to wake up idle processors
julian
2004-09-01
1
-2
/
+0
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Remove an unneeded argument..
julian
2004-08-31
1
-2
/
+2
*
Remove sched_free_thread() which was only used
julian
2004-08-31
2
-9
/
+0
*
Add the mp_watchdog hooks, although it locks up my SMP test box. It might
peter
2004-08-30
1
-0
/
+9
*
Remove unnecessary check for curthread == NULL.
alc
2004-08-30
1
-1
/
+1
*
s/smp_rv_mtx/smp_ipi_mtx/g
obrien
2004-08-28
2
-8
/
+8
*
Fix a comment, IA32 was renamed to COMPAT_IA32
arved
2004-08-27
1
-1
/
+1
*
Move the kernel-specific logic to adjust frompc from MI to MD. For
marcel
2004-08-27
1
-0
/
+13
*
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
1
-1
/
+0
*
Correct the arguments to kern_sigaltstack() as they were reversed.
jhb
2004-08-24
1
-2
/
+2
*
Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().
njl
2004-08-24
1
-0
/
+10
[next]