summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-024-2/+6
* Add reach-over include files to read i386/foo.h. In time, the pc98imp2005-04-0191-0/+546
* Add i386 to machine linesimp2005-04-012-2/+2
* fix misspelling of 0x30...jmg2005-04-011-1/+1
* Update version number for latest config version bumpimp2005-04-018-8/+8
* Make life easier on those trying to use the asr utilities by automaticallyscottl2005-04-011-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-0112-33/+104
* FIx a botch with the addition of the arcmsr driver.scottl2005-04-011-1/+1
* Don't build arcmsr on pc98. The card either won't fit/work in theimp2005-04-011-1/+1
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* move the statement about switching power states to just before we do it, sojmg2005-04-011-5/+7
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, andimp2005-04-011-0/+4
* Introduce channel-level setmode newbus method.grehan2005-04-013-0/+38
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* Actually commit the code for kern_sched_get_rr_interval().jhb2005-03-312-26/+40
* Since the question keeps coming up, explain why the -mno-sse etc switchespeter2005-03-311-2/+6
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-314-47/+99
* Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers havejhb2005-03-311-0/+2
* - Denote a few places where kobj class references are manipulated withoutjhb2005-03-312-4/+6
* Drop a bogus mp_fixme(). Adding a lock would do nothing to reduce userlandjhb2005-03-311-2/+0
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* plug resource leaksam2005-03-311-2/+4
* fix potential null ptr derefsam2005-03-311-1/+1
* avoid null ptr derefsam2005-03-311-1/+1
* avoid use after freesam2005-03-311-8/+8
* avoid use after freesam2005-03-311-1/+1
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default.obrien2005-03-311-0/+5
* Don't recursively panic when we call mi_switch() in a critical section,jhb2005-03-311-1/+1
* Glue the arcmsr driver into the tree.scottl2005-03-317-0/+19
* Always free the returned env pointer even it doesn't indicate we're innjl2005-03-311-2/+3
* Add a check for cpufreq_unregister() being called with no cpufreq devicenjl2005-03-311-0/+5
* Additions to .PATH are cumulative so referencing $.PATH is not helpful.njl2005-03-311-1/+1
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxscottl2005-03-313-0/+7535
* If resource allocation fails, we could wind up freeing the cdev without itscottl2005-03-312-2/+4
* reclaim mbufs in failure casessam2005-03-311-0/+2
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
* Change the ata_* methods to use a channel device instead of asos2005-03-3111-142/+141
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-3116-5/+26
* cdev (still) needs per instance uid/gid/modephk2005-03-313-15/+22
* Rename dev_ref() to dev_refl()phk2005-03-313-3/+3
* Correct the PCI ID for the SiS 965, and add support for the SATA partsos2005-03-312-3/+5
* Remove check of numpst to allow more K8 variants to attach. The othernjl2005-03-311-1/+7
* - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled asjeff2005-03-311-1/+1
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.jeff2005-03-311-1/+2
* - Disable vfs shared locks by default. They must be specifically enabledjeff2005-03-311-1/+5
OpenPOWER on IntegriCloud