summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Initialize vfslocked correctly early enough for MAC to compile.jeff2005-05-031-5/+4
* - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's stategrehan2005-05-031-5/+4
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-034-4/+14
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - Don't restrict the softdep stats to DEBUG kernels, they cost nothing tojeff2005-05-031-11/+7
* - Remove two mtx_asserts that can incorrectly trigger ifjeff2005-05-031-4/+0
* - A vnode may have made its way onto the free list while it was beingjeff2005-05-031-0/+2
* - Use namei to acquire Giant for VFS if it is necessary. Drop the explicitjeff2005-05-031-9/+7
* - Use NAMEI to pickup Giant if we need it in fpcheckstd().jeff2005-05-031-4/+5
* - Neither of our image formats require Giant now that the vm and vfs havejeff2005-05-032-4/+0
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-038-329/+289
* Properly mask off the status bits when checking to see if the ccb is stillscottl2005-05-031-1/+1
* The driver looks like it can create valid 64-bit scatter-gather lists, soscottl2005-05-031-4/+4
* The kthread is disabled at this time, so don't try to wake it up onscottl2005-05-031-0/+2
* Fix some busdma API violations in the dumpsys handler.scottl2005-05-021-2/+7
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,iedowse2005-05-021-1/+0
* Always attach a subdisk even if no valid metadata found.sos2005-05-021-1/+2
* Remove GIANT_REQUIRED from vmspace_exec().alc2005-05-021-1/+0
* Since it is not possible for curthread to be NULL in this context,csjp2005-05-021-4/+2
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-017-333/+709
* Remove now unused inirw variable from previous use of COMMON_END().rwatson2005-05-011-1/+0
* Catch up with latest ATA newbus commits.grehan2005-05-012-4/+4
* Fix typo in last commit.grehan2005-05-011-1/+1
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-014-19/+19
* - All buffers should either be clean or dirty. If neither of these flagsjeff2005-05-011-0/+4
* Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it'srwatson2005-05-011-2/+13
* Add some convenience defines.nyan2005-05-011-1/+5
* Fix signed vs unsigned warning.nyan2005-05-011-2/+2
* Go back to the old way of finding the Promise metadata, the new way wassos2005-05-011-1/+1
* MFi386: revision 1.1198 (add KDB_STOP_NMI option).nyan2005-05-011-0/+5
* MFi386: revision 1.220 (add KDB_STOP_NMI option).nyan2005-05-011-0/+3
* - Remove spls and comments relating to them.jeff2005-05-011-26/+2
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Return EACCES if we're trying to exec on a vp with no object.jeff2005-05-011-0/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* o enable shutdown of taskqueue threads; the thread servicing the queue checkssam2005-05-012-13/+43
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-3013-0/+274
* Fix an old pasto.des2005-04-301-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usjeff2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSjeff2005-04-301-0/+2
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itjeff2005-04-301-0/+2
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - In vnlru_free() remove the vnode from the free list before we calljeff2005-04-301-33/+51
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessarycperciva2005-04-291-0/+1
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
OpenPOWER on IntegriCloud