summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs
Commit message (Expand)AuthorAgeFilesLines
...
* Replace ffind_* with fget calls.alfred2002-01-141-4/+1
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-132-2/+10
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* KSE Milestone 2julian2001-09-122-33/+33
* Fix warning: 568: warning: `portal_badop' defined but not usedpeter2001-06-151-13/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-232-2/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-12/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-7/+9
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-1/+0
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-14/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-39/+7
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-121-12/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Make these files compile.dfr1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-1/+4
* Cleanup after Garret, include unpch.h to get at various macros..sos1998-05-171-1/+2
* As described by the submitter:msmith1998-05-061-4/+1
* Add two new functions, get{micro|nano}time.phk1998-03-261-3/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-011-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-42/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-91/+9
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Convert select -> poll.peter1997-09-141-3/+9
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-9/+8
* Removed unused #includes.bde1997-08-022-9/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-94/+60
OpenPOWER on IntegriCloud