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
*
Duplicate the changes to i386 to keep creds over the user boundary.
julian
2002-02-19
1
-6
/
+8
*
Add C++ support.
mike
2002-02-19
1
-0
/
+5
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-56
/
+32
*
Resurrect one of the easiest changes from my big include files roll-up
wollman
2002-02-15
1
-0
/
+1
*
Remove WITNESS from GENERIC by default: as we grow more locks, this gets
rwatson
2002-02-13
1
-1
/
+1
*
Pre-KSE/M3 commit.
julian
2002-02-07
5
-18
/
+12
*
GC the PC_SWITCH* symbols which are not used in assembly anymore.
phk
2002-02-07
1
-1
/
+0
*
Compile osigreturn() unconditionally since it will always be needed on
bde
2002-02-01
1
-15
/
+6
*
Add a definition of ddb_regs. ddb_regs is declared as extern in
marcel
2002-01-18
1
-5
/
+2
*
Remove the definition of bootverbose. This fixes the link failure
marcel
2002-01-18
1
-1
/
+1
*
Declare ddb_regs as extern to avoid creating a tentative definition.
marcel
2002-01-18
1
-1
/
+1
*
Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).
peter
2002-01-05
2
-3
/
+3
*
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
[next]