summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-271-5/+1
* Add commented out SMP stuff in GENERIC, remove stale configs.phk1998-12-271-1/+10
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaphk1998-12-271-2/+1
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-271-8/+1
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-11/+8
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-142-4/+4
* Ifdefed the declarations of conditionally used variables.bde1998-12-141-3/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-142-44/+44
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-141-2/+3
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-141-30/+37
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-141-2/+2
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-131-1/+4
* Cleanup up the wording for the F00F bug workaround message.steve1998-12-101-2/+2
* Preliminary support for OHCI motherboardsn_hibma1998-12-091-1/+2
* Use CNAME macro for pc98_system_parameter, which is referenced from Ckato1998-12-082-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-078-25/+27
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-061-2/+2
* Print out information for write-allocate of AMD CPUs.kato1998-12-051-1/+20
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-4/+4
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-041-1/+5
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-022-29/+61
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-1/+8
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-263-6/+51
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-1/+20
* Staticize.eivind1998-11-264-12/+12
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-242-4/+10
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.obrien1998-11-121-6/+2
OpenPOWER on IntegriCloud