summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/locore.S
Commit message (Expand)AuthorAgeFilesLines
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-21/+3
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-101-40/+40
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-2/+21
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-21/+2
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-031-2/+6
* KSE Milestone 2julian2001-09-121-9/+22
* Mostly cosmetic. Move various variables from .s files to .c files so thatpeter2001-09-041-10/+1
* There is nothing more embarresing than having three goes at correctingpeter2001-08-271-1/+1
* I missed a typo in the last commit: s/whach/which/peter2001-08-261-1/+1
* s/teh/the/peter2001-08-251-1/+1
* Add an explanatory note that would have saved me an hour or twojulian2001-08-251-0/+7
* Export the actual KERNBASE to the symbol table. We can use nlist() to getpeter2001-08-241-0/+6
* Move cpu_fxsr definition to C code (so debug info is generated) and wherepeter2001-08-241-2/+1
* Move CR4.PGE enabling code after paging is enabled via CR0.PG based oniwasaki2001-08-221-7/+6
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-1/+2
* Kill the 4MB kernel limit dead. [I hope :-)].peter2001-03-151-1/+1
* Make the kernel actually compile and link under a.out, usingpeter2001-02-251-0/+6
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-113/+113
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-0/+11
* Assembler fixes.markm2000-11-211-2/+2
* Be more careful about cleaning up the stack after function calls earlybde2000-09-131-11/+16
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-3/+0
* Clean up some low level bootstrap code:peter2000-08-111-45/+0
* Always include the full symbol table (as specified by its start andbde2000-06-081-5/+1
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-101-6/+6
* PC-98 BIOS copies the DX register into its work area. The value of itkato2000-03-291-0/+3
* The address 0x472 is used for the SCSI HDD geometry information onkato1999-12-041-2/+1
* oszsigcode -> szosigcodemarcel1999-12-041-2/+2
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-5/+25
* Simplification of the signal trampoline and other cleanups.marcel1999-10-071-26/+3
* sigset_t change (part 3 of 5)marcel1999-09-291-9/+29
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-071-4/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-281-5/+1
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-181-2/+2
* Unifdef VM86.jlemon1999-06-011-17/+1
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-091-2/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-36/+21
* Use offset to _pc98_system_parameter instead of immediate value whichkato1999-01-311-4/+6
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-301-10/+9
* Use CNAME macro for pc98_system_parameter, which is referenced from Ckato1998-12-081-3/+3
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-031-10/+1
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-2/+2
* Relocate the preload module info from machdep specifically rather thanpeter1998-10-091-17/+1
* Fix up the kernel environment and module data pointers in the bootinfo ifmsmith1998-10-081-2/+25
* Use correct virtual address when configuring the per CPU idle page directorytegge1998-09-281-1/+4
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousmsmith1998-08-031-2/+2
* Re-arrange the page layout used by vm86_bioscall so that we canjlemon1998-07-271-3/+8
* convert some nfs tunables to options, these are:jmg1998-06-301-2/+2
* Removed unused includes.bde1998-06-211-2/+1
OpenPOWER on IntegriCloud