Age | Commit message (Expand) | Author |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | Implement bus_space_mmap(9). | Mark Kettenis |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-09 | Allow boot(8) to pass information to the kernel, regarding the softraid | Joel Sing |
2012-10-09 | Sync "Structured Extended Feature Flags" cpuid bits with | Jonathan Gray |
2012-10-09 | Enable Supervisor Mode Execution Protection (SMEP), found in recent | Jonathan Gray |
2012-09-30 | Remove duplicated chunk; noticed by David Gilmore | Miod Vallat |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-08-24 | Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64 | Philip Guenthe |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-07-08 | Move the hibernate utility pages up to account for the MP tramp page. | Mike Larkin |
2012-07-08 | apm_kqfilter() is gone | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-03-27 | Make the bus_clock calculations happen later in the boot process so | Jonathan Gray |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2011-12-24 | i386 has MD TCB, so add the #define. Not sure how I overlooked | Philip Guenthe |
2011-12-24 | Need <machine/pcb.h> for TSEG_GS | Philip Guenthe |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin |
2011-11-07 | TLS-lite support for i386 | Philip Guenthe |
2011-11-07 | Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so that | Philip Guenthe |
2011-11-02 | display AMD/extended (0x80000001) cpuid flags and remove the | Jonathan Gray |
2011-10-21 | Add bounds checks for access to mp_busses. Also make sure that we don't | Mark Kettenis |
2011-09-21 | Perform most of the remaining refactoring of hibernate code into | Mike Larkin |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-18 | stray spaces; no binary change | Marco Peereboom |
2011-08-03 | Fix linux compat breakage: can't copyin() from kernel-space, so | Philip Guenthe |
2011-07-09 | Add an atomic compare and exchange operation dealing with addresses | Paul Irofti |
2011-07-09 | Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386 | Mike Larkin |
2011-07-09 | Add zlib reset, alloc, and free functions for hibernate image compression | Mike Larkin |
2011-07-09 | Separate some MD and MI bits and a bit of refactoring to make subsequent | Mike Larkin |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | Mark Kettenis |
2011-06-05 | reduce unneccessary differences; ok kettenis | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |