aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman2002-10-081-15/+1
* Yet another 64 bits warning fix: s/u_int/size_t/.Maxime Henrion2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copyinstr() takesMaxime Henrion2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,Maxime Henrion2002-10-061-1/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringRobert Watson2002-10-051-4/+3
* Plug memoryleaks detected by FlexeLint.Poul-Henning Kamp2002-10-051-2/+8
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-012-13/+8
* Move the vop-vector declaration into devfs_vnops.c where it belongs.Poul-Henning Kamp2002-10-012-5/+3
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-011-7/+11
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+2
* s/struct dev_t */dev_t */Poul-Henning Kamp2002-09-281-1/+1
* Fix mis-indent.Poul-Henning Kamp2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-285-10/+10
* I misplaced a local variable yesterday.Poul-Henning Kamp2002-09-281-1/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatePoul-Henning Kamp2002-09-271-13/+76
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-1/+1
* I hate it when patch gives me .rej files.Poul-Henning Kamp2002-09-261-0/+1
* Return ENOTTY on unhandled ioctls.Poul-Henning Kamp2002-09-261-2/+5
* Return ENOTTY on unrecognized ioctls.Poul-Henning Kamp2002-09-262-2/+2
* Return ENOTTY on incorrect ioctls.Poul-Henning Kamp2002-09-261-1/+1
* Return ENOTTY when we don't recognize an ioctl.Poul-Henning Kamp2002-09-261-1/+1
* Fix these warns where sizeof(int) != sizeof(void *)Nate Lawson2002-09-261-4/+4
* - Fix a botch in previous commit; oldvp should not be unconditionallyJeff Roberson2002-09-261-2/+3
* Fix the problem introduced by vop_stdbmap() usage. The NTFS does notSemen Ustimenko2002-09-251-1/+28
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-2/+2
* - Use vrefcnt() instead of directly accessing v_usecount.Jeff Roberson2002-09-253-19/+21
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-2518-60/+71
* - Lock access to the buf lists in spec_sync()Jeff Roberson2002-09-251-7/+15
* - Hold the vp lock while accessing v_vflags.Jeff Roberson2002-09-251-5/+7
* use __packed.Alfred Perlstein2002-09-231-24/+24
* Attempt to fix the error reported by the alpha tinderbox. A pointerIan Dowse2002-09-221-2/+2
* Fix misspellings, capitalization, and punctuation in comments. MinorDon Lewis2002-09-223-90/+95
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+3
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()Don Lewis2002-09-191-8/+15
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-1810-112/+15
* Always open file in the DENYNONE mode and let the server to decide what isBoris Popov2002-09-181-5/+15
* Implement additional SMB calls to allow proper update of file size as someBoris Popov2002-09-184-3/+239
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-1428-36/+49
* Completely redo thread states.Julian Elischer2002-09-112-3/+2
* s/SGNL/SIG/David Xu2002-09-052-3/+3
* Add a missing #include <sys/lockmgr.h>.Ian Dowse2002-09-011-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* Fixed printf format errors and style bugs in rev.1.92. This is the versionBruce Evans2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itBruce Evans2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.Bruce Evans2002-08-251-9/+78
* Remove stddef.h from the header listScott Long2002-08-231-1/+0
* Fix a bug where large msdos partitions were not handled correctly, and fixTom Rhodes2002-08-221-1/+7
* Remove the possibility of a race condition when reading the . and ..Scott Long2002-08-201-15/+16
* Don't abuse the stack when translating names.Scott Long2002-08-201-10/+12
* Handle one more case of a fifofs filetmp: set filetmp.f_cred toRobert Watson2002-08-201-2/+3