| Commit message (Expand) | Author | Age | Files | Lines |
* | Regen for r297061 (fstatfs64 Linux syscall). | dchagin | 2016-03-20 | 5 | -7/+29 |
* | Implement fstatfs64 system call. | dchagin | 2016-03-20 | 2 | -2/+1 |
* | Due to invalid use of a signed intermediate value in the bounds checking | glebius | 2016-03-16 | 1 | -2/+2 |
* | The PKRU state size is 4 bytes, its support makes the XSAVE area size | kib | 2016-03-15 | 1 | -3/+4 |
* | Fix reporting of the CloudABI ABI in kdump. | jhb | 2016-03-09 | 1 | -1/+1 |
* | Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segment | marcel | 2016-02-26 | 1 | -1/+1 |
* | Return dst as the result from memcpy(9) on amd64. | kib | 2016-02-24 | 1 | -0/+1 |
* | As <machine/vm.h> is included from <vm/vm.h>, there is no need to | skra | 2016-02-22 | 1 | -1/+0 |
* | As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no | skra | 2016-02-22 | 2 | -2/+0 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 3 | -4/+0 |
* | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | glebius | 2016-02-09 | 1 | -1/+0 |
* | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | glebius | 2016-02-03 | 1 | -0/+1 |
* | Convert ss_sp in stack_t and sigstack to void *. | jhb | 2016-01-27 | 4 | -7/+7 |
* | Implement AT_SECURE properly. | delphij | 2016-01-27 | 2 | -2/+6 |
* | Remove obsolete comment. | dchagin | 2016-01-23 | 1 | -1/+0 |
* | Fix a typo. | dchagin | 2016-01-23 | 1 | -2/+2 |
* | Add missing atomic wrapper macro. | hselasky | 2016-01-21 | 1 | -0/+1 |
* | Use ANSI definitions. Wrap long line. | kib | 2016-01-19 | 1 | -3/+4 |
* | Clear whole XMM register file instead of only XMM0. Also clear x87 | kib | 2016-01-19 | 1 | -6/+8 |
* | Regen after r293907. | glebius | 2016-01-14 | 10 | -14/+14 |
* | Change linux get_robust_list system call to match actual linux one. | glebius | 2016-01-14 | 2 | -4/+4 |
* | Remove dead code when the target processor has POPCNT instruction. | jkim | 2016-01-13 | 1 | -1/+4 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | dchagin | 2016-01-09 | 4 | -1/+59 |
* | Move amd64 metadata.h to x86 and share with i386 | emaste | 2016-01-07 | 1 | -54/+3 |
* | Make the 'env' directive described in config(5) work on all architectures, | ian | 2016-01-02 | 1 | -1/+5 |
* | Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. | jhb | 2015-12-23 | 2 | -44/+2 |
* | Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.h | ngie | 2015-12-22 | 1 | -1/+0 |
* | Save the physical address passed into the kernel of the UEFI system | imp | 2015-12-19 | 1 | -0/+9 |
* | Merge common parts of i386 and amd64 md_var.h and smp.h into | kib | 2015-12-07 | 2 | -157/+9 |
* | Use ANSI C definition. | kib | 2015-12-07 | 1 | -6/+1 |
* | pmap_invalidate_range: For very large ranges, flush the whole TLB | cem | 2015-12-06 | 1 | -0/+8 |
* | For amd64 non-PCID machines, and for i386 machines with support for | kib | 2015-12-03 | 4 | -162/+8 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 3 | -9/+0 |
* | 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/+1 |
* | Remove unneeded includes of opt_kdtrace.h. | markj | 2015-11-22 | 1 | -1/+0 |
* | Export various helper variables describing the layout and size of | jhb | 2015-11-12 | 1 | -8/+12 |
* | pmap_change_attr: Only fixup DMAP for DMAPed ranges | cem | 2015-10-29 | 1 | -4/+7 |
* | Update for LINUX32 rename. The assembler didn't complain about undefined | jhb | 2015-10-29 | 1 | -2/+2 |
* | Fix build with DEBUG defined. | jhb | 2015-10-29 | 2 | -3/+3 |
* | Bring the tags and links entries for amd64 up to date. | mckusick | 2015-10-27 | 1 | -3/+4 |
* | Intel SDM before revision 56 described the CLFLUSH instruction as only | kib | 2015-10-24 | 2 | -12/+37 |
* | Add CLFLUSHOPT instruction wrappers. | kib | 2015-10-23 | 1 | -0/+7 |
* | Regen for linux32 rename and linux64 systrace. | jhb | 2015-10-22 | 9 | -612/+612 |
* | Rename remaining linux32 symbols such as linux_sysent[] and | jhb | 2015-10-22 | 4 | -11/+11 |
* | Merge r289055 to amd64/linux32: | jhb | 2015-10-22 | 1 | -1/+1 |
* | Refactoring: move out generic bits from cloudabi64_sysvec.c. | ed | 2015-10-22 | 1 | -117/+2 |
* | x86/xen: Consolidate xen-os.h in a single place | royger | 2015-10-21 | 1 | -130/+4 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 1 | -1/+0 |
* | linux: fix handling of out-of-bounds syscall attempts | mjg | 2015-10-08 | 1 | -1/+1 |