summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Fix style bug.kato1998-09-011-3/+3
* Use 16bit register in inline asm code to set segment registers.luoqi1998-08-311-3/+3
* - hw.machine_arch returns cpu architecture type.kato1998-08-312-13/+8
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-244-10/+11
* Don't check minor number of dump device at all.des1998-08-231-5/+1
* Fixed printf format errors.bde1998-08-232-4/+4
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-188-16/+47
* FIxed typo (syntax error) in previous commit.bde1998-08-171-2/+2
* Add macros for accessing device memory.dfr1998-08-171-1/+9
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-1/+2
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
* pmap.c:bde1998-08-164-19/+20
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-114-8/+8
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-116-38/+24
* Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASKbde1998-08-102-82/+20
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousmsmith1998-08-032-4/+4
* 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
OpenPOWER on IntegriCloud