summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MF3: add SYSVMSGjkh1999-02-141-3/+5
* Rename nlpt to lpt.nsouch1999-02-141-2/+2
* Don't pass PSL_NT to vm86 signal handlers. Some vm86/real modebde1999-02-131-2/+8
* Zero p->retval[1] when starting a process. This value ends up in %edxmsmith1999-02-111-1/+8
* Fix typosjkoshy1999-02-111-3/+3
* Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entrydes1999-02-101-2/+8
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-081-19/+23
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+11
* replace previous stupid comment with one more appropriateadam1999-02-041-2/+1
* remind that apm is required in order for timekeeping to workadam1999-02-041-1/+2
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUkato1999-02-042-3/+13
* Fixed the type of target_page to vm_offset_t (unsigned). This fixes adg1999-02-031-8/+8
* Check for signals while reading /dev/urandom. Reading 10MB frombde1999-02-021-1/+12
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* Use offset to _pc98_system_parameter instead of immediate value whichkato1999-01-312-8/+12
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-302-20/+18
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-2/+2
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-292-5/+5
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatnewton1999-01-282-3/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-289-39/+39
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* Add ISA PnP support, now that we have the space for it.eivind1999-01-271-1/+2
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-241-8/+8
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-33/+32
* Make more messages conditional on bootverbosejkh1999-01-203-9/+15
* Break configure() into a couple of stages to allow insertion ofpeter1999-01-191-22/+25
* There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so thekato1999-01-162-27/+28
* Fetch an overide for NMBCLUSTERS from the kernel environment. Never allowmsmith1999-01-151-1/+7
* Silence warnings.eivind1999-01-123-9/+9
* Silence warnings by removing unused convenience function andeivind1999-01-121-16/+3
* The first stage of console driver reorganization: activate newyokota1999-01-111-5/+13
* Oops --<, replace 1.216 with a version that actually check pv_entries (anddt1999-01-091-3/+5
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-091-1/+2
* Removed a stray label that broke compiling in the (elf && profiling) case.bde1999-01-092-4/+2
* Fixed switching between consoles (sc0, vt0 or sioN) in userconfig.bde1999-01-091-1/+2
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-8/+8
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.bde1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-083-12/+21
* Moved declarations related to copying and zeroing to the right place.bde1999-01-085-32/+20
* Allocate kernel page table object (kptobj) before any kmem_alloc calls.luoqi1999-01-081-5/+6
* Make pmap_ts_referenced check more than 1 pv_entry. (One should be carefulldt1999-01-071-5/+5
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-0/+3
* Add (but don't activate) code for a special VM option to makejulian1999-01-063-3/+60
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-061-3/+4
* Part 1 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-011-1/+8
* Improved DDB_UNATTENDED behaviour. From the submitter:msmith1998-12-282-4/+9
* From the submitter:msmith1998-12-272-9/+86
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-271-2/+2
OpenPOWER on IntegriCloud