summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-7/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-183-12/+45
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+11
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-294-1272/+26
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-1/+18
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-283-6/+15
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* Change the default FPU control word so that exceptions for newcracauer2000-03-102-68/+8
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-211-6/+6
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-202-0/+51
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-131-4/+6
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-071-2/+4
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-042-6/+66
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2916-33/+33
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-1/+1
* User ldt sharing.luoqi1999-12-062-3/+24
* oszsigcode -> szosigcodemarcel1999-12-041-1/+1
* Fix type of sf_addr.marcel1999-12-041-2/+2
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-271-8/+1
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-0/+1
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-121-8/+9
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-151-7/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-112-4/+1
* Zap unneeded #includespeter1999-10-111-2/+0
* Simplification of the signal trampoline and other cleanups.marcel1999-10-073-4/+21
* Re-introduction of sigcontext.marcel1999-10-042-29/+65
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-041-1/+1
* Fix style bug: order includesmarcel1999-10-041-1/+1
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-031-0/+23
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* sigset_t change (part 3 of 5)marcel1999-09-296-66/+160
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-0/+1
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-111-0/+1
OpenPOWER on IntegriCloud