aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-33/+32
* Make more messages conditional on bootverboseJordan K. Hubbard1999-01-203-9/+15
* Break configure() into a couple of stages to allow insertion ofPeter Wemm1999-01-191-22/+25
* There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so theKATO Takenori1999-01-162-27/+28
* Fetch an overide for NMBCLUSTERS from the kernel environment. Never allowMike Smith1999-01-151-1/+7
* Silence warnings.Eivind Eklund1999-01-123-9/+9
* Silence warnings by removing unused convenience function andEivind Eklund1999-01-121-16/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-5/+13
* Oops --<, replace 1.216 with a version that actually check pv_entries (andDmitrij Tejblum1999-01-091-3/+5
* Add driver support (and man page) for PCI fast ethernet cards basedBill Paul1999-01-091-1/+2
* Removed a stray label that broke compiling in the (elf && profiling) case.Bruce Evans1999-01-092-4/+2
* Fixed switching between consoles (sc0, vt0 or sioN) in userconfig.Bruce Evans1999-01-091-1/+2
* Don't put operands in clobber lists, since this is dubious for oldBruce Evans1999-01-091-8/+8
* Don't put operands in clobber lists, since this is dubious for oldBruce Evans1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.Bruce Evans1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-083-12/+21
* Moved declarations related to copying and zeroing to the right place.Bruce Evans1999-01-085-32/+20
* Allocate kernel page table object (kptobj) before any kmem_alloc calls.Luoqi Chen1999-01-081-5/+6
* Make pmap_ts_referenced check more than 1 pv_entry. (One should be carefullDmitrij Tejblum1999-01-071-5/+5
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-0/+3
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-063-3/+60
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeKazutaka YOKOTA1999-01-061-3/+4
* Part 1 of pcvt/voxware revival. I hope I have not clobbered any otherPeter Wemm1999-01-011-1/+8
* Improved DDB_UNATTENDED behaviour. From the submitter:Mike Smith1998-12-282-4/+9
* From the submitter:Mike Smith1998-12-272-9/+86
* Pre 3.0 branch cleanup sos#1: wcdSøren Schmidt1998-12-271-2/+2
* Pre 3.0 branch cleanup casualty #6: ftPoul-Henning Kamp1998-12-271-5/+1
* Add commented out SMP stuff in GENERIC, remove stale configs.Poul-Henning Kamp1998-12-271-1/+10
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaPoul-Henning Kamp1998-12-271-2/+1
* Pre 3.0 branch cleanup casualty #4: pcvtPoul-Henning Kamp1998-12-271-8/+1
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-161-2/+2
* Removed bogus casts of USRSTACK and/or the other operand in binaryBruce Evans1998-12-162-11/+8
* Moved the declaration of another non-SMP variable into the non-SMP section.Bruce Evans1998-12-142-4/+4
* Ifdefed the declarations of conditionally used variables.Bruce Evans1998-12-141-3/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.Stephen McKay1998-12-142-44/+44
* Get rid of uninitialized variable warnings. No bugs found, justMatthew Dillon1998-12-141-2/+3
* author was assuming that nextpaddr declared *inside* the do loop wouldMatthew Dillon1998-12-141-30/+37
* Change local ddb_mode variable to volatile to handle GCC warning aboutMatthew Dillon1998-12-141-2/+2
* dded the stubs for umodem and ucom (communications class driver). They are no...Nick Hibma1998-12-131-1/+4
* Cleanup up the wording for the F00F bug workaround message.Steve Price1998-12-101-2/+2
* Preliminary support for OHCI motherboardsNick Hibma1998-12-091-1/+2
* Use CNAME macro for pc98_system_parameter, which is referenced from CKATO Takenori1998-12-082-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-078-25/+27
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGArchie Cobbs1998-12-061-2/+2
* Print out information for write-allocate of AMD CPUs.KATO Takenori1998-12-051-1/+20
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-4/+4
* An early Christmas present: add driver support for a whole bunch ofBill Paul1998-12-041-1/+5
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. ThisKATO Takenori1998-12-022-29/+61
* don't print '?' for ioaddr the device may legitimately not have anPoul-Henning Kamp1998-11-291-2/+2
* Don't forget to update the pmap associated with aio daemons when addingTor Egge1998-11-271-1/+8