summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix a security bug. eflags was copied verbatim from userland.marcel1999-10-131-1/+2
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-121-3/+4
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-11/+25
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-118-81/+85
* Trim some unused #includespeter1999-10-111-4/+0
* Zap unneeded #includespeter1999-10-1112-27/+1
* Simplification of the signal trampoline and other cleanups.marcel1999-10-079-94/+85
* Re-introduction of sigcontext.marcel1999-10-044-39/+78
* 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
* Reinstate the 4th argument to old signal handlers. Don't set itmarcel1999-10-031-2/+2
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* Implement the use of si_addr in siginfo_t.marcel1999-10-011-0/+1
* Don't check %cs *after* it has being set in sigreturn. If the checkmarcel1999-10-011-5/+6
* sigset_t change (part 3 of 5)marcel1999-09-2910-158/+505
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-0/+1
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Display CPU (BSP) clock speed on SMP systems.luoqi1999-09-221-4/+0
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-221-1/+1
* Print out flags valuephk1999-09-212-0/+4
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+6
* Convert the VIA Rhine driver to miibus.wpaul1999-09-191-1/+1
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-1/+1
* Mainly stylistic fixes:green1999-09-121-18/+13
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-121-1/+1
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-121-0/+1
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-112-3/+18
* Add the AMD driver.gibbs1999-09-111-0/+1
* System clock don't update, because C6's TSC stop count up when runphk1999-09-101-0/+1
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-101-0/+2
* Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/peter1999-09-101-17/+17
* Look for the right ACPI signature.msmith1999-09-101-1/+1
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-1/+1
* Seperate the miibus pci ethernet drivers from the non-miibus drivers sopeter1999-09-091-6/+7
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-074-8/+16
* Add pccard child to nexus. A better version would take care of thisimp1999-09-062-0/+10
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-061-0/+1
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-051-0/+1
* Set up FPU state on the AP.peter1999-09-053-0/+12
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-036-4/+84
* Some reorganization of sysarch() interface:luoqi1999-09-022-31/+27
* Update for new pnp includespeter1999-09-021-4/+3
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-12/+5
* Try and commit the tun comment fix again; I have no idea why therejkh1999-09-011-1/+1
* Eliminate some magic numbers.peter1999-09-011-4/+4
* ppp(1) -> ppp(8)brian1999-09-011-1/+1
OpenPOWER on IntegriCloud