Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-27 | call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ ok | Michael Shalayeff | |
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson | |
ok art@ costa@ | |||
2001-06-22 | KNF | Theo de Raadt | |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
1999-04-16 | ln bug fix | Theo de Raadt | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-08-07 | Fix portal FS & PR #556 | Constantine Sapuntzakis | |
Basically, if file system consumes the slashes at the end of a component, don't require that the component is a directory. | |||
1998-01-09 | A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes | Constantine Sapuntzakis | |
(except in the case where the path is just /////) in the following three cases: 1) The path in mkdir 2) The destination path in rename if the source was a directory 3) The destination path in link if the source was a directory Note #3 isn't strictly necessary since most of our file systems don't support hard links of directories anyway. | |||
1998-01-09 | Back out changes to lookup( ). This breaks a whole bunch of other system | Constantine Sapuntzakis | |
calls (like open, rename, link, symlink). Problem should probably be fixed other ways. | |||
1998-01-09 | Fix for mkdir ("path/") problem | Constantine Sapuntzakis | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-06-18 | Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.org | Thorsten Lockert | |
1997-05-21 | Use vrele() if the vnode was not locked, not vput() | Thorsten Lockert | |
1997-03-01 | Don't dereference a vnode pointer that is NULL | Thorsten Lockert | |
1996-11-06 | Get vnode locking right when verifying pathnames ending in '/' are directories | Thorsten Lockert | |
1996-11-06 | Temporarily disable special-case for trailing '/' in pathname lookups | Thorsten Lockert | |
1996-10-28 | Disallow null strings ("") as path names; ignore trailing / on path names, | Thorsten Lockert | |
but make sure the last element of such a path is a directory | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |