| Commit message (Expand) | Author | Age | Files | Lines |
* | Make life easier on those trying to use the asr utilities by automatically | scottl | 2005-04-01 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 12 | -33/+104 |
* | FIx a botch with the addition of the arcmsr driver. | scottl | 2005-04-01 | 1 | -1/+1 |
* | Don't build arcmsr on pc98. The card either won't fit/work in the | imp | 2005-04-01 | 1 | -1/+1 |
* | Fix another KeInitializeDpc()/amd64 calling convention issue: | wpaul | 2005-04-01 | 1 | -1/+2 |
* | move the statement about switching power states to just before we do it, so | jmg | 2005-04-01 | 1 | -5/+7 |
* | MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix. | des | 2005-04-01 | 1 | -33/+3 |
* | arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and | imp | 2005-04-01 | 1 | -0/+4 |
* | Introduce channel-level setmode newbus method. | grehan | 2005-04-01 | 3 | -0/+38 |
* | Use kern_settimeofday() to avoid stackgap use. | jhb | 2005-03-31 | 1 | -11/+11 |
* | - Use a custom version of copyinuio() to implement readv/writev using | jhb | 2005-03-31 | 1 | -122/+83 |
* | - Use a custom version of copyinuio() to implement readv/writev using | jhb | 2005-03-31 | 1 | -88/+55 |
* | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | jhb | 2005-03-31 | 1 | -79/+56 |
* | Actually commit the code for kern_sched_get_rr_interval(). | jhb | 2005-03-31 | 2 | -26/+40 |
* | Since the question keeps coming up, explain why the -mno-sse etc switches | peter | 2005-03-31 | 1 | -2/+6 |
* | Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), | jhb | 2005-03-31 | 4 | -47/+99 |
* | Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers have | jhb | 2005-03-31 | 1 | -0/+2 |
* | - Denote a few places where kobj class references are manipulated without | jhb | 2005-03-31 | 2 | -4/+6 |
* | Drop a bogus mp_fixme(). Adding a lock would do nothing to reduce userland | jhb | 2005-03-31 | 1 | -2/+0 |
* | - Fix some sign extension problems with implicit 32 to 64 bit conversions. | jhb | 2005-03-31 | 1 | -8/+11 |
* | plug resource leak | sam | 2005-03-31 | 1 | -2/+4 |
* | fix potential null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | avoid null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | avoid use after free | sam | 2005-03-31 | 1 | -8/+8 |
* | avoid use after free | sam | 2005-03-31 | 1 | -1/+1 |
* | Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl, | wpaul | 2005-03-31 | 1 | -1/+1 |
* | MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default. | obrien | 2005-03-31 | 1 | -0/+5 |
* | Don't recursively panic when we call mi_switch() in a critical section, | jhb | 2005-03-31 | 1 | -1/+1 |
* | Glue the arcmsr driver into the tree. | scottl | 2005-03-31 | 7 | -0/+19 |
* | Always free the returned env pointer even it doesn't indicate we're in | njl | 2005-03-31 | 1 | -2/+3 |
* | Add a check for cpufreq_unregister() being called with no cpufreq device | njl | 2005-03-31 | 1 | -0/+5 |
* | Additions to .PATH are cumulative so referencing $.PATH is not helpful. | njl | 2005-03-31 | 1 | -1/+1 |
* | Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xx | scottl | 2005-03-31 | 3 | -0/+7535 |
* | If resource allocation fails, we could wind up freeing the cdev without it | scottl | 2005-03-31 | 2 | -2/+4 |
* | reclaim mbufs in failure cases | sam | 2005-03-31 | 1 | -0/+2 |
* | Fix an amd64 issue I overlooked. When setting up a callout to | wpaul | 2005-03-31 | 1 | -3/+26 |
* | Change the ata_* methods to use a channel device instead of a | sos | 2005-03-31 | 11 | -142/+141 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 16 | -5/+26 |
* | cdev (still) needs per instance uid/gid/mode | phk | 2005-03-31 | 3 | -15/+22 |
* | Rename dev_ref() to dev_refl() | phk | 2005-03-31 | 3 | -3/+3 |
* | Correct the PCI ID for the SiS 965, and add support for the SATA part | sos | 2005-03-31 | 2 | -3/+5 |
* | Remove check of numpst to allow more K8 variants to attach. The other | njl | 2005-03-31 | 1 | -1/+7 |
* | - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as | jeff | 2005-03-31 | 1 | -1/+1 |
* | - FFS supports shared locks, clear LK_NOSHARE from our vnode locks. | jeff | 2005-03-31 | 1 | -1/+2 |
* | - Disable vfs shared locks by default. They must be specifically enabled | jeff | 2005-03-31 | 1 | -1/+5 |
* | - Set LK_NOSHARE for snapshot locks. snapshots require exclusive only | jeff | 2005-03-31 | 2 | -22/+2 |
* | - Add a LK_NOSHARE flag which forces all shared lock requests to be | jeff | 2005-03-31 | 2 | -1/+6 |
* | check copyin return value (and while we're at it copyout too) | sam | 2005-03-31 | 1 | -8/+14 |
* | remove useless ptr check; cur_column can never be null | sam | 2005-03-31 | 1 | -1/+1 |
* | handle potential null ptr | sam | 2005-03-31 | 1 | -1/+3 |