summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flagphk2003-02-111-3/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-093-154/+9
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Split the global timezone structure into two integer fields tophk2003-02-033-6/+6
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* NODEVFS cleanup: remove #ifdefs.phk2003-01-294-8/+0
* Escape the backslash in badchars so that smbfs_pathcheck() correctlytjr2003-01-291-1/+1
* Do not allow a cached vnode to be shared among multiple mounts of the sametjr2003-01-281-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2136-93/+93
* GC an unused reference to vop_refreshlabel_desc; reference torwatson2003-01-211-3/+0
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-1/+0
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-135-11/+12
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-125-11/+11
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
OpenPOWER on IntegriCloud