aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youJohn Dyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapJohn Dyson1996-06-173-4/+11
* The Great PC98 Merge.Satoshi Asami1996-06-144-4/+97
* Clean up -Wunused warnings.Gary Palmer1996-06-122-24/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-127-31/+82
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+11
* Properly lock the vm space when accessing the memory in a process. ThisJohn Dyson1996-06-111-2/+14
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-2/+2
* Fix adjkerntz expression priority.Andrey A. Chernov1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsAndrey A. Chernov1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not aGary Palmer1996-04-031-2/+2
* Fix the problem that unmounting filesystems that are backed by a VMIOJohn Dyson1996-03-191-2/+3
* Provide a better handling of partially corrupted directory entries.Joerg Wunsch1996-03-141-10/+12
* Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allPeter Wemm1996-03-112-11/+54
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-6/+4
* Make sure that the zero flag is cleared upon completion of paging I/O.John Dyson1996-03-091-1/+2
* Kill XNS.Garrett Wollman1996-02-132-5/+5
* add ruid and rgid to file 'status'Wolfram Schneider1996-02-021-4/+12
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-302-5/+5
* This time, really make the procfs work when reading stuff from the UPAGES.Peter Wemm1996-01-251-15/+34
* Major fixes for procfs..Peter Wemm1996-01-246-22/+88
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-192-5/+8
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-16/+1
* I have some problem here, which shows up in the ahc0 driver. It isn't wherePoul-Henning Kamp1996-01-011-1/+7
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesBruce Evans1995-12-171-5/+5
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-143-14/+18
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-17/+17
* Back out this one, must have screwed up somewhere :-(Poul-Henning Kamp1995-12-112-8/+12
* Staticize.Poul-Henning Kamp1995-12-119-151/+153
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-112-6/+37