summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Mark the syscons and pcvt drivers as being allowed to conflict, so thatmsmith1998-09-171-3/+3
* autoconf.c:gibbs1998-09-152-10/+6
* sd->da, od is gone, no SCSI control devices.gibbs1998-09-151-17/+18
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-143-3/+24
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Remove the SLICE code.sos1998-09-141-8/+1
* This implements retrieving the contents of message buffer via sysctl(3)abial1998-09-141-1/+22
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Don't go below the low water mark of free pages due to optional prefaultingtegge1998-09-061-1/+10
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-0611-81/+399
* Make irq forwarding truely functional.luoqi1998-09-041-11/+1
* Increase 'maxusers' to 32; with the number of people using GENERIC asmsmith1998-09-041-2/+2
* PAGE_WAKEUP -> vm_page_wakeupache1998-09-041-7/+7
* Reviewed by: Doug Rabsonnsouch1998-09-031-1/+6
* - 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
OpenPOWER on IntegriCloud