summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-108-17/+17
* Fix various bugs in the debugging code and reenable it.des2001-12-092-9/+9
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.des2001-12-091-3/+3
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-082-3/+5
* Pseudofsize procfs(5).des2001-12-0416-2035/+477
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-4/+7
* Catch up with KSE changes.bp2001-12-025-155/+158
* Fix indentation after removing GEMDOS support. Whitespace changes only.jhb2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-282-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
* Add support for a last-close handler.des2001-11-273-3/+38
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-271-0/+10
* Replace 'p' with 'td' as appropriate.jhb2001-11-272-25/+25
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-278-38/+25
* Expand LOCKMGR() compat macro.jhb2001-11-276-15/+17
* GC some KSE compatiblity macros that were somehow still here.jhb2001-11-262-33/+23
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-269-821/+6
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXdd2001-11-251-2/+29
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* Switch behavior of fifos to more closely match what goes on in other OSes.alfred2001-11-081-0/+5
* Fix printf format bugs introduced in rev 1.34 for printing times.peter2001-11-071-4/+4
* Correctly unlock the target process if /proc/$foo/mem is open()ed bygreen2001-11-061-1/+1
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-041-1/+1
* Fix "echo > /dev/null" for non-root users which broke in previous commit.phk2001-11-041-5/+7
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
OpenPOWER on IntegriCloud