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
*
X86: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
4
-6
/
+6
*
hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbus
sephe
2016-04-15
2
-21
/
+0
*
x86: for pointers replace 0 with NULL.
pfg
2016-04-14
3
-13
/
+13
*
Expose doreti as a global symbol on amd64 and i386.
jhb
2016-04-13
1
-0
/
+1
*
re-enable AMD Topology extension on certain models if disabled by BIOS
avg
2016-04-12
1
-1
/
+1
*
Add kern.features flags for linux and linux64 modules
bapt
2016-04-05
1
-0
/
+1
*
Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.
jhb
2016-04-03
1
-162
/
+0
*
Type of the interrupt handlers on x86 cannot be expressed in C.
kib
2016-03-29
2
-2
/
+1
*
Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.
dchagin
2016-03-27
1
-1
/
+0
*
iConvert Linux SOL_IPV6 level.
dchagin
2016-03-27
1
-0
/
+1
*
Polish wbwd(4) driver and add more supported chips.
mav
2016-03-24
1
-1
/
+0
*
Enable interrupts on the BSP once all PICs are initialized.
jhb
2016-03-24
1
-7
/
+0
*
Regen for r297061 (fstatfs64 Linux syscall).
dchagin
2016-03-20
5
-7
/
+29
*
Implement fstatfs64 system call.
dchagin
2016-03-20
2
-2
/
+1
*
The PKRU state size is 4 bytes, its support makes the XSAVE area size
kib
2016-03-15
1
-3
/
+4
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
2
-2
/
+0
*
Minor style cleanups.
ian
2016-02-21
1
-2
/
+2
*
Convert ss_sp in stack_t and sigstack to void *.
jhb
2016-01-27
3
-6
/
+6
*
Implement AT_SECURE properly.
delphij
2016-01-27
1
-1
/
+3
*
Adjust i386 comment to match amd64 one after r294311.
kib
2016-01-19
1
-5
/
+6
*
Regen after r293907.
glebius
2016-01-14
4
-4
/
+4
*
Change linux get_robust_list system call to match actual linux one.
glebius
2016-01-14
1
-2
/
+2
*
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
dchagin
2016-01-09
3
-0
/
+4
*
Move amd64 metadata.h to x86 and share with i386
emaste
2016-01-07
1
-34
/
+3
*
Make the 'env' directive described in config(5) work on all architectures,
ian
2016-01-02
1
-4
/
+5
*
Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.
jhb
2015-12-23
2
-53
/
+2
*
Merge common parts of i386 and amd64 md_var.h and smp.h into
kib
2015-12-07
3
-149
/
+6
*
Set %esp correctly in the extended TSS.
jhb
2015-12-07
1
-2
/
+1
*
pmap_invalidate_range: For very large ranges, flush the whole TLB
cem
2015-12-06
1
-0
/
+8
*
In the pmap_set_pg() function, which enables the global bit on the
kib
2015-12-05
1
-2
/
+2
*
For amd64 non-PCID machines, and for i386 machines with support for
kib
2015-12-03
4
-227
/
+40
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
3
-13
/
+0
*
Disconnect iBCS2 emulator from the build. The ibcs2 option, the build
kib
2015-11-28
1
-1
/
+1
*
Fix whitespace on addition of IPSEC option
emaste
2015-11-26
1
-1
/
+1
*
Split kerne timekeep ABI structure vdso_sv_tk out of the struct
kib
2015-11-23
1
-1
/
+2
*
Export various helper variables describing the layout and size of
jhb
2015-11-12
1
-6
/
+10
*
The prefix for CLFLUSHOPT is 0x66. It was right on amd64.
kib
2015-10-30
1
-1
/
+1
*
Use movw instead of movl (or plain mov) when moving segment registers
jhb
2015-10-29
2
-15
/
+15
*
Build fix for i386/XBOX and pc98/GENERIC.
hselasky
2015-10-28
1
-0
/
+2
*
Intel SDM before revision 56 described the CLFLUSH instruction as only
kib
2015-10-24
2
-14
/
+39
*
Add CLFLUSHOPT instruction wrappers.
kib
2015-10-23
1
-0
/
+7
*
x86/xen: Consolidate xen-os.h in a single place
royger
2015-10-21
1
-186
/
+4
*
Remove compatibility shims for legacy ATA device names.
mav
2015-10-11
2
-2
/
+0
*
Fix missing semi-colon from r289055.
cem
2015-10-08
1
-1
/
+1
*
linux: fix handling of out-of-bounds syscall attempts
mjg
2015-10-08
1
-1
/
+1
*
xen/console: Introduce a new console driver for Xen guest
royger
2015-10-08
1
-1
/
+1
*
Update Xen headers from 4.2 to 4.6
royger
2015-10-06
2
-1
/
+1
*
Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't
alc
2015-09-26
1
-1
/
+1
*
Add support for weak symbols to the kernel linkers. It means that
kib
2015-09-20
1
-6
/
+7
[next]