summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Set p->p_switchtime to switchtime instead of to the current time inbde1998-07-282-2/+22
* Micro-optimized and cleaned up the clearing of switchtime in idle().bde1998-07-282-24/+16
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Fix an off-by-one error when setting the iomap bits.jlemon1998-07-281-5/+5
* Re-arrange the page layout used by vm86_bioscall so that we canjlemon1998-07-272-6/+16
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. Thismsmith1998-07-201-1/+2
* A slap on the wrist to Dag-Erling, who plainly did not test this beforejkh1998-07-191-2/+1
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-191-1/+3
* Allow dump devices with dkpart != SWAP_PART on devfs/slicedes1998-07-181-1/+4
* Place a fat warning that floppy tapes should be configured as drive 2joerg1998-07-171-1/+4
* %n in a comment was a poor abbreviation for Immediate-byte-signed,bde1998-07-151-2/+2
* Cast virtual addresses that happen to be represented as u_longs tobde1998-07-151-4/+4
* 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
OpenPOWER on IntegriCloud