aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismPeter Wemm1997-03-181-1/+3
* Use the common nchstats struct instead of a private one for ncs_2passesBruce Evans1997-03-081-5/+3
* Fixed missing initialisation of vp->v_type for types Pfile and PmemBruce Evans1997-03-081-1/+2
* Don't export kernel interfaces to applications. msdosfs_mount probablyBruce Evans1997-03-031-1/+9
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-265-130/+129
* Fixed procfs's locking vops. They were missed in the Lite2 merge,Bruce Evans1997-02-241-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2258-59/+59
* Killed more FIFO ifdefs. All gone now.Bruce Evans1997-02-132-7/+0
* Removed bogus B_AGE policy again (see rev 1.4).Bruce Evans1997-02-131-5/+0
* Eliminate the last of the compile warnings in this module byMike Pritchard1997-02-121-7/+7
* Restore of #include <sys/kernel.h> so that this compiles withoutMike Pritchard1997-02-121-0/+1
* Make this compile without warnings after the Lite2 merge:Mike Pritchard1997-02-123-8/+8
* Rstored #include of <sys/kernel.h> so that this compilesMike Pritchard1997-02-121-0/+1
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-123-8/+12
* Add missing function prototypes.Mike Pritchard1997-02-123-3/+4
* Added parameter names to prototypes that were added in the last commit toBruce Evans1997-02-121-4/+7
* Restored #include of <sys/kernel.h> so that this compiles again.Bruce Evans1997-02-121-0/+1
* Declare function args in order in recently K&Rised function headers.Bruce Evans1997-02-121-3/+6
* Add function protypes for the new Lite2 unionfs functions.Mike Pritchard1997-02-123-0/+8
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-124-3/+10
* Restored one line of "High Sierra" changes from rev.1.8.Bruce Evans1997-02-111-1/+2
* Restored one line of "High Sierra" changes from rev.1.6 which wasBruce Evans1997-02-111-1/+1
* Removed High Sierra task from TODO list. Joerg did it years ago andBruce Evans1997-02-111-6/+0
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1047-2617/+3179
* Change the map entry flags from bitfields to bitmasks. AllowsJohn Dyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1459-59/+59
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-2/+3
* Don't synchronously update the directory entry at the end of everyBruce Evans1996-12-251-2/+2
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-1/+3
* Fixed errno for unsupported advisory locks. The errno is now EINVALBruce Evans1996-12-192-4/+4
* Fixed an off by 1 error in unix2dostime(). The first day of each monthBruce Evans1996-12-041-2/+2
* Fix a potential deadlock from the previous commit.John Dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-301-18/+23
* Fix setting breakpoints in shared regions.John Dyson1996-10-241-7/+4
* Fix signed/unsigned comparison warnings.Alexander Langer1996-10-202-6/+6
* Substitution of a long divide by a shift. Other cosmetic improvements.John Dyson1996-10-061-13/+22
* MSDOS FS used to allocate a buffer before extending the VM object. InJohn Dyson1996-10-021-7/+9
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-3/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-202-8/+8
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-192-6/+6
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-036-9/+14
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-2/+7
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-281-1/+2
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-271-2/+5
* Remove a totally unneeded (and as of the last VM commit, incorrect) callJohn Dyson1996-07-271-2/+1
* Implement locking for pfs nodes, when at the leaf. Concurrent accessJohn Dyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,John Dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.John Dyson1996-06-181-0/+91