summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Fix signed/unsigned comparison warnings.alex1996-10-202-6/+6
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-061-13/+22
* MSDOS FS used to allocate a buffer before extending the VM object. Indyson1996-10-021-7/+9
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-3/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-202-8/+8
* In sys/time.h, struct timespec is defined as:nate1996-09-192-6/+6
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-036-9/+14
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-2/+7
* bzero reserved field into directory entry, junk here causeache1996-07-281-1/+2
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-271-2/+5
* Remove a totally unneeded (and as of the last VM commit, incorrect) calldyson1996-07-271-2/+1
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youdyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapdyson1996-06-173-4/+11
* The Great PC98 Merge.asami1996-06-144-4/+97
* Clean up -Wunused warnings.gpalmer1996-06-122-24/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-127-31/+82
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+11
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-2/+2
* Fix adjkerntz expression priority.ache1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-031-2/+2
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+3
* Provide a better handling of partially corrupted directory entries.joerg1996-03-141-10/+12
* Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allpeter1996-03-112-11/+54
* For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* Make sure that the zero flag is cleared upon completion of paging I/O.dyson1996-03-091-1/+2
* Kill XNS.wollman1996-02-132-5/+5
* add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* Major fixes for procfs..peter1996-01-246-22/+88
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-192-5/+8
* Convert QUOTA to new-style option.wollman1996-01-051-16/+1
* I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-011-1/+7
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* Another mega commit to staticize things.phk1995-12-143-14/+18
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-17/+17
* Back out this one, must have screwed up somewhere :-(phk1995-12-112-8/+12
* Staticize.phk1995-12-119-151/+153
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-6/+37
* Pass 3 of the great devsw changesjulian1995-12-082-12/+11
* Untangled the vm.h include file spaghetti.dg1995-12-075-5/+22
OpenPOWER on IntegriCloud