| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode | jeff | 2005-04-03 | 1 | -4/+3 |
* | - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fix | jeff | 2005-04-03 | 3 | -32/+21 |
* | - Now that writes to character devices supporting softupdates can | jeff | 2005-04-03 | 1 | -3/+4 |
* | Remove GIANT_REQUIRED from elfN_load_section(). | alc | 2005-04-03 | 1 | -2/+0 |
* | Don't init ifp->if_addrhead, if_attach() does it for us. | brooks | 2005-04-03 | 1 | -1/+0 |
* | Fix buidling of boot blocks for pc98 with new links. | imp | 2005-04-03 | 1 | -3/+11 |
* | Don't forget to create new-style links for module builds. | imp | 2005-04-03 | 1 | -1/+6 |
* | Now that we have proper links, no need to fake up ones as part of | imp | 2005-04-03 | 2 | -4/+0 |
* | fix size_to_bin | sam | 2005-04-02 | 1 | -1/+1 |
* | nuke unintentional use of HAL_BOOL type | sam | 2005-04-02 | 4 | -8/+8 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 1 | -24/+40 |
* | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | netchild | 2005-04-02 | 2 | -0/+2 |
* | This header is supposed to declare pid_t, size_t, and time_t. | das | 2005-04-02 | 1 | -0/+17 |
* | Namespace issues. | das | 2005-04-02 | 1 | -12/+21 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | das | 2005-04-02 | 1 | -1/+7 |
* | Define CLOCK_* and TIMER_* in time.h, where they are supposed to be. | das | 2005-04-02 | 1 | -4/+3 |
* | nVidia AGP chipsets beyond nForce2 are AMD64-specific. | obrien | 2005-04-02 | 4 | -2/+6 |
* | Add reach-over include files to read i386/foo.h. In time, the pc98 | imp | 2005-04-01 | 91 | -0/+546 |
* | Add i386 to machine lines | imp | 2005-04-01 | 2 | -2/+2 |
* | fix misspelling of 0x30... | jmg | 2005-04-01 | 1 | -1/+1 |
* | Update version number for latest config version bump | imp | 2005-04-01 | 8 | -8/+8 |
* | 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 |