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
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
2
-1
/
+5
*
Revert previous definition of cpu_throw(). Non-MP configurations
marcel
2001-12-30
2
-2
/
+9
*
Better implement SMP support:
marcel
2001-12-30
3
-101
/
+180
*
o Reimplement map_pal_code to work with a global variable
marcel
2001-12-30
1
-51
/
+37
*
Make vhpt_base and vhpt_size globals so that they can be used by
marcel
2001-12-30
1
-1
/
+2
*
Cleanup the IPIs.
marcel
2001-12-30
1
-8
/
+7
*
Remove unused MD fields (pc_pending_ipis, pc_next_asn and
marcel
2001-12-30
1
-3
/
+3
*
o Remove temporary implementation of cpu_throw in vm_machdep.c
marcel
2001-12-30
2
-10
/
+24
*
Draft implementation of IPI handling.
marcel
2001-12-30
1
-1
/
+19
*
Add PC_IDLETHREAD. We need it in cpu_switch.
marcel
2001-12-30
1
-0
/
+1
*
Add missing predicate in interruption_Data_TLB. Without this
marcel
2001-12-30
2
-46
/
+46
*
Fix CRITICAL_FORK so that it compiles.
dfr
2001-12-23
1
-1
/
+1
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
1
-1
/
+1
*
Replace a bunch of:
peter
2001-12-20
1
-30
/
+10
*
Modify the critical section API as follows:
jhb
2001-12-18
7
-24
/
+15
*
Enable UFS_DIRHASH in the GENERIC kernel.
iedowse
2001-12-14
1
-0
/
+1
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
14
-207
/
+55
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+4
*
style(9)
obrien
2001-12-09
1
-10
/
+9
*
Allow maxusers to be specified as 0 in the kernel config, which will
dillon
2001-12-09
2
-2
/
+3
*
Add multiple inclusion protection.
jhb
2001-12-06
1
-0
/
+5
*
PROCFS requires PSEUDOFS.
des
2001-12-04
1
-1
/
+2
*
o Stop abusing MD headers with non-MD types.
mike
2001-12-01
1
-2
/
+0
*
* Don't use critical_enter/critical_exit when accessing the VHPT - its
dfr
2001-11-30
1
-17
/
+21
*
Minor tweaks to the TLB handling code - avoid movl instructions and add
dfr
2001-11-27
2
-26
/
+26
*
s/code/ucode/ (last minute typo)
peter
2001-11-19
1
-2
/
+2
*
Initial cut at calling the EFI-provided FPSWA (Floating Point Software
peter
2001-11-19
3
-7
/
+163
*
Use some (now) spare space for passing through a pointer to the FPSWA
peter
2001-11-19
1
-1
/
+2
*
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
peter
2001-11-19
1
-1
/
+1
*
Oops, I accidently merged a whitespace error from the original commit.
peter
2001-11-16
1
-1
/
+1
*
Merge rev 1.264 from i386/pmap.c (tegge via alfred):
peter
2001-11-16
1
-1
/
+4
*
Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson):
peter
2001-11-16
1
-0
/
+3
*
Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect()
peter
2001-11-16
1
-1
/
+1
*
Converge with i386/pmap.c - dont refer to curproc, use curthread.
peter
2001-11-16
1
-2
/
+2
*
As part of a general cleanup and reconvergence of related pmap code,
peter
2001-11-16
1
-22
/
+1
*
Implement eficlock_set() to set hardware clock.
peter
2001-11-12
1
-1
/
+13
*
o os_boot_rendez is responsible for clearing the IRR bit by
marcel
2001-11-12
4
-37
/
+69
*
Invoke trap() for the alt. ITLB and alt. DTLB interrrupts when
marcel
2001-11-12
2
-2
/
+16
*
Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'ed
peter
2001-11-12
1
-126
/
+0
*
Avoid using the .align directive to skip to the next vector offset.
marcel
2001-11-10
2
-426
/
+144
*
* Make sure we increment pm_stats.resident_count in pmap_enter_quick
dfr
2001-11-09
2
-198
/
+305
*
Raise SIGILL for General Exceptions - its closer to the correct meaning.
dfr
2001-11-09
1
-0
/
+7
*
Reserve more space for phys_avail. Really need to be more careful about
dfr
2001-11-09
1
-1
/
+1
*
Teach DDB about branch registers.
dfr
2001-11-09
1
-1
/
+12
*
Define PS and VE fields of region register correctly.
dfr
2001-11-09
1
-2
/
+2
*
Implement os_boot_rendez. Application processors are initialized
marcel
2001-11-09
3
-46
/
+143
*
Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's
marcel
2001-11-05
1
-1
/
+2
*
Implement <machine/ieeefp.h>
dfr
2001-11-03
1
-14
/
+36
*
Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free
dillon
2001-11-03
1
-1
/
+17
*
o Add new header <sys/stdint.h>.
mike
2001-11-02
4
-0
/
+470
[next]