summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Clean up proc locking in procfs: make sure the proc lock is held beforerwatson2003-05-053-5/+12
* Eliminate the separate malloc type for the sparing table.scottl2003-05-041-3/+2
* Add a missing __inline. Strange that gcc never complained about it.scottl2003-05-041-3/+3
* Correctly calculate the size of the extent that should be read inscottl2003-05-041-3/+3
* Implement the node cache as a hash table.scottl2003-05-043-6/+26
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-4/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-4/+2
* Fail to mount a device if the bytes per sector in the BPB is less thanjhb2003-04-241-0/+6
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes ajhb2003-04-221-2/+0
* - Use a local variable to close a minor race when determining if the wmesgjhb2003-04-171-9/+15
* Protect p_flag with the proc lock. The sched_lock is not needed to turnjhb2003-04-171-2/+2
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessjhb2003-04-171-6/+4
* Add a proc lock assertion and move another assertion up to the top of thejhb2003-04-171-2/+4
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* - smb_td_intr takes a thread as an argument not a proc.jeff2003-04-011-1/+1
* - smb_proc_intr is now spelled smb_td_intr.jeff2003-04-011-1/+1
* Specify the M_WAITOK flag explicitly in the MALLOC call to silence atjr2003-04-011-1/+2
* Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtimetjr2003-04-011-1/+2
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+14
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-271-2/+4
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-5/+7
* Better fix for the problem addressed by rev.1.79: don't loop inbde2003-03-241-8/+13
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+1
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-131-17/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-1112-107/+12
* Set f_fstypename in coda_nb_statfs().tjr2003-03-071-0/+1
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thattjr2003-03-062-2/+28
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-063-20/+0
* VOP_PATHCONF returns a register_t, not an int. Noticed by phk.tjr2003-03-051-1/+1
* Add prototype for coda_pathconf() that I missed in the previous commit.tjr2003-03-051-0/+1
* Add a minimal implementation of VOP_PATHCONF to silence warningtjr2003-03-051-1/+29
* Handle the case where a_uio->uio_td == NULL properly in coda_readlink().tjr2003-03-051-1/+2
* - Add a new 'flags' parameter to getblk().jeff2003-03-046-12/+15
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-0315-30/+9
* Make nokqfilter() return the correct return value.phk2003-03-031-2/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Get rid of caddr_t.des2003-03-022-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-025-14/+14
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-027-70/+70
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-027-12/+10
* wakeup(9) and msleep(9) take void * arguments, not caddr_t.des2003-03-021-3/+3
* NODEVFS cleanup:phk2003-03-021-4/+3
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): locktjr2003-02-271-1/+3
* Fix vnode corruption bug when trying to rename files across filesystems.tjr2003-02-271-10/+13
* Sync nwfs_access() with smbfs_access(): use vaccess() instead of checkingtjr2003-02-271-13/+5
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, nottjr2003-02-271-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* msgphk2003-02-261-2/+0
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().tjr2003-02-191-5/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-1936-93/+93
OpenPOWER on IntegriCloud