summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-9/+8
* Fixed printf format errors.bde1998-07-111-123/+113
* Fixed printf format errors.bde1998-07-111-3/+3
* Don't disable pmap_setdevram() which isn't called, but which could be,phk1998-07-111-2/+3
* Fixed printf format errors.bde1998-07-114-25/+34
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-112-19/+18
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-111-32/+32
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-4/+1
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-082-14/+14
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-17/+17
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+2
* Add 3 sysctl variables for future use by ps)1_phk1998-06-301-2/+12
* Add PSE36 to the bits we know by name.phk1998-06-301-2/+2
* convert some nfs tunables to options, these are:jmg1998-06-303-6/+6
* Removed unused includes.bde1998-06-214-8/+4
* Removed unused includes.bde1998-06-211-2/+3
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-211-3/+1
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-56/+59
* Converted isa_strayintr() to take a `void *' arg.bde1998-06-182-20/+22
* Changed the type of an isa/general interrupt handler to take abde1998-06-183-10/+10
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-1/+4
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Add a tc_ prefix to struct timecounter members.phk1998-06-092-12/+12
* Pass lists of possible root devices and their names up to thebde1998-06-091-44/+48
* Fix more of my DDB breakage.dfr1998-06-081-3/+3
* Make DDB work again after I broke it :-(.dfr1998-06-081-2/+2
* Add a member function more to the timecounters, this one is for usephk1998-06-072-2/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-074-25/+25
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-072-10/+10
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-031-1/+8
* Ifdefed the netisr support.bde1998-06-031-2/+21
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-032-2/+6
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-311-8/+13
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-313-99/+22
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-289-26/+27
* Use switch instead of if/else chain for 686 model identification.des1998-05-221-8/+41
* Add CPU_PII to the list.des1998-05-221-1/+2
* Correctly identify the precise CPU model within the 686 family: insteaddes1998-05-211-2/+16
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-1/+4
* And entries for ThunderLAN driver.wpaul1998-05-211-1/+2
* Remove option for SCHED_FIFO. With this optional, SCHED_FIFOdufault1998-05-192-12/+2
* Missing parens caused cpu features not to be printed for cyrix >= M2/MX.peter1998-05-191-4/+9
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-192-36/+18
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-192-8/+19
* Back out part of revision 1.198 commit (clearing kernel stack pages).tegge1998-05-191-5/+2
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+51
* Change simple lock handling to not depend upon having a local apictegge1998-05-172-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-177-36/+295
* Use a higher priority interrupt vector for 8254 timer interrupts.tegge1998-05-172-4/+10
OpenPOWER on IntegriCloud