aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar2002-04-201-13/+10
* Spelling fix for comment.Robert Watson2002-04-201-1/+1
* Cleanup of logic, flow and comments.Alfred Perlstein2002-04-181-20/+18
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-162-4/+4
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.Jeroen Ruigrok van der Werven2002-04-154-159/+159
* Actually add the UDF files!Scott Long2002-04-147-0/+2986
* Remove stale XXX comment.John Baldwin2002-04-141-1/+0
* - Change procfs_control()'s first argument to be a thread pointer insteadJohn Baldwin2002-04-131-47/+32
* Lock the target process for p_candebug().John Baldwin2002-04-131-3/+4
* Lock the target process in procfs_doproc*regs() for p_candebug and whileJohn Baldwin2002-04-133-9/+23
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-18/+17
* Check write permissions before creating anything.Boris Popov2002-04-131-0/+3
* Remove 3 instances of vm_zone.h inclusion.Poul-Henning Kamp2002-04-083-3/+0
* Change the vm_zone calls over to uma calls. Remove the reference to theJeff Roberson2002-04-081-9/+9
* Fixed assorted bugs in setting of timestamps in devfs_setattr().Bruce Evans2002-04-051-21/+24
* Fixed a very old bug in setting timestamps using utimes(2) on msdosfsBruce Evans2002-04-051-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-049-9/+10
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-017-17/+16
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-301-0/+4
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-243-8/+7
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-232-14/+14
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-4/+4
* Remove __P.Alfred Perlstein2002-03-207-92/+82
* Remove __P.Alfred Perlstein2002-03-203-35/+35
* Remove __P.Alfred Perlstein2002-03-1937-422/+416
* Cannot release vnode underlying the nullfs vnode in null_inactiveKirk McKusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-1717-62/+110
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-154-11/+25
* Be consistent with UFS in a way how devfs_setattr() checks credentialsMaxim Konovalov2002-03-141-4/+5
* If in strategy we find that we have no devsw on the device anymore wePoul-Henning Kamp2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-2717-40/+39
* Fix LINT breakage by adding a missing include.Thomas Moestl2002-02-231-0/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-234-8/+21
* Paranoia: if the process is setugid, set all sensitive files mode 0.Dag-Erling Smørgrav2002-02-181-1/+3
* Don't even think about using v_id for magic tricks, v_id is givingPoul-Henning Kamp2002-02-171-5/+0
* FIxed the following style bugs:Bruce Evans2002-02-162-10/+16
* FIxed the following style bugs:Bruce Evans2002-02-163-11/+21
* Fixed missing PHOLD()/PRELE().Bruce Evans2002-02-161-0/+2
* Various nit-picking, mostly of style(9) character.Poul-Henning Kamp2002-02-101-43/+41
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-102-2/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-076-14/+19
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.Robert Watson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().Robert Watson2002-02-041-2/+1
* Fix select on fifos.Alfred Perlstein2002-01-141-10/+28
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongSemen Ustimenko2002-01-141-13/+1
* don't initialize the mutex in the temporary struct file, the soo_*Alfred Perlstein2002-01-141-6/+0
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-142-11/+4
* remove unused socket pointerAlfred Perlstein2002-01-131-1/+0