summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-049-9/+10
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-017-17/+16
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+4
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-243-8/+7
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-232-14/+14
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-207-92/+82
* Remove __P.alfred2002-03-203-35/+35
* Remove __P.alfred2002-03-1937-423/+417
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-1717-62/+110
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-154-11/+25
* Be consistent with UFS in a way how devfs_setattr() checks credentialsmaxim2002-03-141-4/+5
* If in strategy we find that we have no devsw on the device anymore wephk2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-2717-40/+39
* Fix LINT breakage by adding a missing include.tmm2002-02-231-0/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-234-8/+21
* Paranoia: if the process is setugid, set all sensitive files mode 0.des2002-02-181-1/+3
* Don't even think about using v_id for magic tricks, v_id is givingphk2002-02-171-5/+0
* FIxed the following style bugs:bde2002-02-162-10/+16
* FIxed the following style bugs:bde2002-02-163-11/+21
* Fixed missing PHOLD()/PRELE().bde2002-02-161-0/+2
* Various nit-picking, mostly of style(9) character.phk2002-02-101-43/+41
* Part I: Update extended attribute API and ABI:rwatson2002-02-102-2/+2
* Pre-KSE/M3 commit.julian2002-02-076-14/+19
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.rwatson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().rwatson2002-02-041-2/+1
* Fix select on fifos.alfred2002-01-141-11/+29
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongsemenu2002-01-141-13/+1
* don't initialize the mutex in the temporary struct file, the soo_*alfred2002-01-141-6/+0
* Replace ffind_* with fget calls.alfred2002-01-142-11/+4
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-134-0/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-137-14/+52
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-091-1/+1
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonmsmith2002-01-091-3/+10
* Staticise the coda vfsop pointer.msmith2002-01-082-2/+1
* Staticise pfs_vncache, it's not used anywhere else.msmith2002-01-081-1/+1
* Do not derefer null.tanimura2002-01-041-0/+4
* o Make the credential used by socreate() an explicit argument torwatson2001-12-312-3/+6
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-206-6/+6
* Previous commit was intented to silence a warning, not to change codepath.bp2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atsheldonh2001-12-201-1/+1
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-192-4/+22
* Add module dependency on libmchain.sheldonh2001-12-131-0/+2
* Fix select on named pipes without a reader.alfred2001-12-121-1/+0
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-112-0/+55
* Remove an obsolete prototype for procfs_kmemaccess().des2001-12-111-3/+0
OpenPOWER on IntegriCloud