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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework virtual machine hypervisor detection.
jhb
2014-10-28
1
-0
/
+2
*
Replace some calls to fuword() by fueword() with proper error checking.
kib
2014-10-28
1
-2
/
+9
*
Add fueword(9) and casueword(9) functions. They are like fuword(9)
kib
2014-10-28
1
-12
/
+18
*
By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...
alc
2014-10-26
1
-2
/
+4
*
Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that
jhb
2014-10-24
2
-0
/
+4
*
Under PAE ULONG is insufficient for representing the physical memory size. U...
alc
2014-10-23
1
-3
/
+3
*
xen: implement the privcmd user-space device
royger
2014-10-22
1
-0
/
+20
*
Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...
mjg
2014-10-21
1
-20
/
+15
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
3
-5
/
+5
*
MFi386 r272761.
kib
2014-10-11
1
-8
/
+12
*
Pass up the error status of minidumpsys() to its callers.
markj
2014-10-08
2
-3
/
+4
*
Add an argument to the x86 pmap_invalidate_cache_range() to request
kib
2014-10-08
3
-11
/
+16
*
Call initializecpucache() on the BSP for i386 in the !XEN case. This was
jhb
2014-10-06
1
-2
/
+0
*
Merge pc98's machdep.c into i386/i386/machdep.c.
nyan
2014-10-04
1
-4
/
+308
*
msi: add Xen MSI implementation
royger
2014-09-30
1
-0
/
+3
*
ddb: allow specifying the exact address of the symtab and strtab
royger
2014-09-25
1
-8
/
+2
*
Re-gen after r271743 implementing most of
bz
2014-09-18
5
-8
/
+13
*
Implement most of timer_{create,settime,gettime,getoverrun,delete}
bz
2014-09-18
3
-32
/
+6
*
Presence of any VM_PROT bits in the permission argument on x86 implies
kib
2014-09-17
1
-1
/
+2
*
MFamd64: Use initializecpu() to set various model-specific registers on
jhb
2014-09-10
5
-43
/
+22
*
To workaround an errata on certain Pentium Pro CPUs, i386 disables
jhb
2014-09-10
2
-3
/
+26
*
Move code to set various MSRs on AMD cpus out of printcpuinfo() and
jhb
2014-09-10
2
-8
/
+30
*
Create a separate structure for per-CPU state saved across suspend and
jhb
2014-09-06
2
-5
/
+8
*
Apply known workarounds for modern MacBooks.
pfg
2014-09-05
1
-0
/
+2
*
Add mrsas(4) to GENERIC for i386 and amd64.
markj
2014-09-04
1
-0
/
+1
*
Merge the amd64 and i386 identcpu.c into a single x86 implementation.
jhb
2014-09-04
3
-1551
/
+2
*
Remove a stray blank line from the Intel cache and TLB info.
jhb
2014-09-04
1
-55
/
+53
*
- Move blacklists of broken TSCs out of the printcpuinfo() function
jhb
2014-09-04
1
-36
/
+11
*
Remove trailing whitespace.
jhb
2014-09-04
1
-4
/
+4
*
- Move prototypes for various functions into out of C files and into
jhb
2014-09-04
5
-55
/
+34
*
Actually save and restore FPU state on APs during suspend and resume.
jhb
2014-09-03
1
-6
/
+2
*
Save and restore FPU state across suspend and resume. In earlier revisions
jhb
2014-08-30
5
-43
/
+47
*
Minor space/tab cleanups.
pfg
2014-08-30
2
-12
/
+12
*
- Add a new structure type for the ACPI 3.0 SMAP entry that includes the
jhb
2014-08-29
2
-0
/
+44
*
MFamd64: Add a machdep.bootmethod sysctl to inform the installer which
jhb
2014-08-29
1
-0
/
+4
*
Fix build of si(4) and enable it in LINT on amd64 and i386.
jhb
2014-08-20
1
-1
/
+1
*
Complete r254667, do not destroy pmap lock if KVA allocation failed.
kib
2014-08-16
2
-4
/
+1
*
Update i386/NOTES and amd64/NOTES files to contain the complete list of
gavin
2014-08-14
1
-4
/
+17
*
Correct a comment brought over from amd64. i386 doesn't use long
jhb
2014-08-12
1
-8
/
+1
*
Change {_,}pmap_allocpte() so that they look for the flag PMAP_ENTER_NOSLEEP
alc
2014-08-11
1
-20
/
+11
*
Change pmap_enter(9) interface to take flags parameter and superpage
kib
2014-08-08
2
-33
/
+47
*
Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c
glebius
2014-08-05
3
-211
/
+66
*
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
alc
2014-08-03
2
-85
/
+0
*
- Copying and zeroing pages via temporary mappings involves updating the
marius
2014-07-24
1
-5
/
+12
*
Invoke the DTrace trap handler before calling trap() on amd64. This matches
markj
2014-07-14
1
-1
/
+1
*
Correct si_code for the SIGBUS signal generated by the alignment trap.
kib
2014-07-08
1
-0
/
+4
*
Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are
alc
2014-07-06
2
-0
/
+144
*
Add vt(4) devices and options to NOTES
emaste
2014-07-01
1
-0
/
+3
*
Add vt(4) to GENERIC and retire the separate VT config
emaste
2014-06-30
2
-14
/
+4
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
9
-17
/
+8
[next]