| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore the trap type argument to the DTrace trap hook, removed in r268600. | markj | 2014-12-23 | 1 | -1/+1 |
* | Where appropriate, use the modern terms for the one true time base | imp | 2014-12-21 | 1 | -1/+1 |
* | This configuration file removes several debugging options, including | gnn | 2014-12-02 | 1 | -0/+38 |
* | MFamd64: Check for invalid flags in the machine context in sigreturn() | jhb | 2014-11-25 | 1 | -1/+7 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -1/+1 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 3 | -5/+62 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -1/+1 |
* | Lock spic(4) and mark it MPSAFE: | jhb | 2014-11-20 | 1 | -31/+39 |
* | opt_global.h is included automatically in the build. No need to | imp | 2014-11-18 | 1 | -1/+0 |
* | Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default | alc | 2014-11-15 | 2 | -1/+16 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | kib | 2014-11-13 | 5 | -22/+32 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 3 | -3/+0 |
* | Add VirtIO console to the x86 NOTES and files | bryanv | 2014-11-03 | 1 | -0/+1 |
* | Move all of the XSAVE support under #ifdef I686_CPU and fix the build | jhb | 2014-11-03 | 3 | -3/+62 |
* | Fix XEN kernel build. | jhb | 2014-11-03 | 1 | -1/+1 |
* | MFamd64: Add support for extended FPU states on i386. This includes | jhb | 2014-11-02 | 15 | -283/+752 |
* | MFamd64: Move extern declaration of _ucodesel and _udatasel to | jhb | 2014-11-02 | 4 | -3/+2 |
* | MFamd64: Explicitly initialize the mxcsr during npxinit(). | jhb | 2014-11-02 | 1 | -0/+9 |
* | Remove the FP_SOFTFP flag. It wasn't used but was leftover from the | jhb | 2014-11-02 | 2 | -9/+0 |
* | Don't check for a NULL curthread. curthread hasn't been NULL after early | jhb | 2014-11-02 | 1 | -2/+0 |
* | Skip the smap sysctl instead of panicing if no kernel metadata can be | jhb | 2014-10-30 | 1 | -0/+2 |
* | 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 |