aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5Matthew Dillon1999-02-081-4/+8
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withMatthew Dillon1999-02-081-19/+23
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+11
* replace previous stupid comment with one more appropriateAdam David1999-02-041-2/+1
* remind that apm is required in order for timekeeping to workAdam David1999-02-041-1/+2
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUKATO Takenori1999-02-042-3/+13
* Fixed the type of target_page to vm_offset_t (unsigned). This fixes aDavid Greenman1999-02-031-8/+8
* Check for signals while reading /dev/urandom. Reading 10MB fromBruce Evans1999-02-021-1/+12
* Added a hopefully-machine-independent macro for determining if aBruce Evans1999-02-021-1/+3
* Use offset to _pc98_system_parameter instead of immediate value whichKATO Takenori1999-01-312-8/+12
* Moved pc98_system_parameter from .text to .data to make ELF kernelKATO Takenori1999-01-302-20/+18
* More const fixes for -Wall, -Wcast-qualMatthew Dillon1999-01-291-2/+2
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-292-5/+5
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatMark Newton1999-01-282-3/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-289-39/+39
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-6/+6
* Add ISA PnP support, now that we have the space for it.Eivind Eklund1999-01-271-1/+2
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLMatthew Dillon1999-01-241-8/+8
* 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