| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2022-06-13 | amd64: -m32 support for machine/segments.h | Brooks Davis |
| 2019-11-12 | amd64: move GDT into PCPU area. | Konstantin Belousov |
| 2019-11-10 | amd64: change r_gdt to the local variable in hammer_time(). | Konstantin Belousov |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2013-11-26 | Hide struct pcb definition by #ifdef __amd64__ braces. If cc -m32 | Konstantin Belousov |
| 2012-03-19 | Move userland bits (and some common kernel bits) from amd64 and i386 | Tijl Coosemans |
| 2012-02-27 | Resort the IDT_DTRACE_RET constant after it was changed to be less than | John Baldwin |
| 2011-11-07 | Fix the DTrace pid return trap interrupt vector. Previously we were using | Ryan Stone |
| 2010-08-28 | Register an interrupt vector for DTrace return probes. There is some | Rui Paulo |
| 2010-07-07 | Fix style issues with the previous commit, namely | Rui Paulo |
| 2010-07-06 | Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user | Rui Paulo |
| 2009-04-01 | Save and restore segment registers on amd64 when entering and leaving | Konstantin Belousov |
| 2009-04-01 | Add separate gdt descriptors for %fs and %gs on amd64. | Konstantin Belousov |
| 2009-04-01 | Provide convenient definition of the union descriptor, similar to the | Konstantin Belousov |
| 2008-09-08 | Fix inconsistencies in the comments. | Konstantin Belousov |
| 2007-03-30 | MFP4: Linux set_thread_area syscall (aka TLS) support for amd64. | Jung-uk Kim |
| 2004-04-05 | Remove advertising clause from University of California Regent's license, | Warner Losh |
| 2003-11-17 | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm |
| 2003-09-22 | MFi386 by jhb: use symbolic constants for the IDT entries. | Peter Wemm |
| 2003-05-14 | Add BASIC i386 binary support for the amd64 kernel. This is largely | Peter Wemm |
| 2003-05-01 | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm |
| 2003-01-28 | Remove BDE_DEBUGGER. | Jake Burkholder |
| 2002-09-26 | ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are | Peter Wemm |
| 2002-09-23 | use __packed, rather than __attribute__((packed)). | Peter Wemm |
| 2002-09-22 | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | Peter Wemm |
| 2002-03-23 | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2001-12-04 | Add a missing open paren to a macro that's been broken (and apparently | John Baldwin |
| 2000-10-27 | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | Bruce Evans |
| 2000-10-06 | currentldt is now a "special" global-data variable, and as such, there | John Baldwin |
| 1999-12-29 | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-17 | Mindbogglingly, many BIOS vendors expect to be able to load %ds with | Mike Smith |
| 1999-07-29 | Major update to the kernel's BIOS-calling ability. | Mike Smith |
| 1999-06-18 | Changed the global `idt' from an array to a pointer so that npx.c | Bruce Evans |
| 1999-04-28 | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen |
| 1999-01-28 | Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way that | Mark Newton |
| 1997-08-21 | Revert my previous commit about using CS_SECURE macro. | Philippe Charnier |
| 1997-08-18 | Use CS_SECURE macro. | Philippe Charnier |
| 1997-07-19 | Increased NIDT to 256 for case of SMP or APIC_IO. | Steve Passe |
| 1997-04-26 | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm |
| 1997-02-22 | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1996-09-27 | Apparently, BSDI have a new system call gate. I was experimenting | Peter Wemm |
| 1996-01-30 | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard |
| 1995-05-30 | Remove trailing whitespace. | Rodney W. Grimes |
| 1995-02-14 | First attempt to run linux binaries. This is only the changes needed to | Søren Schmidt |