summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-1/+1
* Remove the if_ze and if_zp drivers.phk1999-12-101-6/+0
* Finally use the new ata driver.sos1999-12-081-24/+9
* Fold the pnp code into the base isa system to pave the way for PNPBIOS.peter1999-12-061-1/+0
* Need header <machine/smp.h> for prototype declaration of smp_rendezvous()luoqi1999-12-061-0/+3
* User ldt sharing.luoqi1999-12-066-128/+220
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-052-0/+4
* Reinstate the aic driver.luoqi1999-12-051-0/+1
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-041-5/+1
* The address 0x472 is used for the SCSI HDD geometry information onkato1999-12-042-4/+2
* oszsigcode -> szosigcodemarcel1999-12-044-6/+6
* Fix type of sf_addr.marcel1999-12-042-4/+4
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-035-11/+13
* Remove the 'gzip' image activator. We're not using a.out anymore, so savemsmith1999-12-031-1/+0
* Remove code to select APM version with flags to the apm0 device. Thisjlemon1999-12-021-1/+1
* Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arraysmsmith1999-12-021-0/+4
* Make BOOTP work again.dillon1999-11-291-1/+9
* Sort PCI SCSI controlers.obrien1999-11-281-4/+4
* /sys adjustments to add the `sym' controler driver.obrien1999-11-281-0/+1
* Add a commented out 'ATA' driver config block to help assist -CURRENTobrien1999-11-271-0/+12
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-273-24/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-1/+2
* Fix out-of-date commentjulian1999-11-262-2/+8
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+1
* Fix a confusion between osigcontext and ucontext_t in the previous commit.green1999-11-231-6/+16
* move INET6 option from GENERIC to LINT.shin1999-11-221-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1
* Moved useracc() to top of sigreturn as to avoid panicpho1999-11-211-4/+4
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-191-2/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-192-3/+3
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-182-0/+28
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-122-10/+11
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-4/+6
* Patch got this one wrong, we want to check securelevel in open()phk1999-11-071-5/+5
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-14/+5
* Remove the prototypes for two functions that were removed when thejhb1999-11-021-3/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-259/+26
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-011-6/+6
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-311-2/+2
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-303-0/+45
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-302-5/+6
* useracc() the prequel:phk1999-10-296-6/+0
* Remove #ifdef notyet code for doing I/O in a way we never will do it.phk1999-10-291-47/+0
* Modify the entries regarding the 'ep' driver to take into accountmdodd1999-10-271-6/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-252-0/+10
OpenPOWER on IntegriCloud