aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Need header <machine/smp.h> for prototype declaration of smp_rendezvous()Luoqi Chen1999-12-061-0/+3
* User ldt sharing.Luoqi Chen1999-12-066-128/+220
* Don't use a bogus bus number for Ross host-pci bridges.Doug Rabson1999-12-052-0/+4
* Reinstate the aic driver.Luoqi Chen1999-12-051-0/+1
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-041-5/+1
* The address 0x472 is used for the SCSI HDD geometry information onKATO Takenori1999-12-042-4/+2
* oszsigcode -> szosigcodeMarcel Moolenaar1999-12-044-6/+6
* Fix type of sf_addr.Marcel Moolenaar1999-12-042-4/+4
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-035-11/+13
* Remove the 'gzip' image activator. We're not using a.out anymore, so saveMike Smith1999-12-031-1/+0
* Remove code to select APM version with flags to the apm0 device. ThisJonathan Lemon1999-12-021-1/+1
* Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arraysMike Smith1999-12-021-0/+4
* Make BOOTP work again.Matthew Dillon1999-11-291-1/+9
* Sort PCI SCSI controlers.David E. O'Brien1999-11-281-4/+4
* /sys adjustments to add the `sym' controler driver.David E. O'Brien1999-11-281-0/+1
* Add a commented out 'ATA' driver config block to help assist -CURRENTDavid E. O'Brien1999-11-271-0/+12
* Moved scheduling-related code to kern_synch.c so that it is easier to fixBruce Evans1999-11-273-24/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-1/+2
* Fix out-of-date commentJulian Elischer1999-11-262-2/+8
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-1/+1
* Fix a confusion between osigcontext and ucontext_t in the previous commit.Brian Feldman1999-11-231-6/+16
* move INET6 option from GENERIC to LINT.Yoshinobu Inoue1999-11-221-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1
* Moved useracc() to top of sigreturn as to avoid panicPeter Holm1999-11-211-4/+4
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* Use LIST_FOREACH to traverse the allproc list.Poul-Henning Kamp1999-11-191-2/+2
* Optimize two cases in the MP locking code. First, it is not necessaryMatthew Dillon1999-11-192-3/+3
* If we have found pci devices via pci_cfgopen(), but don't find aPeter Wemm1999-11-182-0/+28
* Segment registers can be read(write) to(from) memory locations as well asLuoqi Chen1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.David E. O'Brien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsMarcel Moolenaar1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* toMarcel Moolenaar1999-11-122-10/+11
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. ItAlan Cox1999-11-091-4/+6
* Patch got this one wrong, we want to check securelevel in open()Poul-Henning Kamp1999-11-071-5/+5
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-14/+5
* Remove the prototypes for two functions that were removed when theJohn Baldwin1999-11-021-3/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootMike Smith1999-11-011-259/+26
* Update examples using 'disk' and 'tape' - they used to have magic meaningPeter Wemm1999-11-011-6/+6
* The useracc() calls in osigreturn() and sigreturn() should specifyAlan Cox1999-10-311-2/+2
* i8254_restore is called from apm_default_resume() to reloadMitsuru IWASAKI1999-10-303-0/+45
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toAlan Cox1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-302-5/+6
* useracc() the prequel:Poul-Henning Kamp1999-10-296-6/+0
* Remove #ifdef notyet code for doing I/O in a way we never will do it.Poul-Henning Kamp1999-10-291-47/+0
* Modify the entries regarding the 'ep' driver to take into accountMatthew N. Dodd1999-10-271-6/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.Alan Cox1999-10-252-0/+10
* Massive rewrite of pccard to convert it to newbus.Warner Losh1999-10-251-0/+3
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsAlan Cox1999-10-241-2/+2
* Adjust the buffer cache to better handle small-memory machines. AMatthew Dillon1999-10-241-1/+1
* From: src/sys/i386/conf/PCCARDNick Hibma1999-10-221-2/+2