-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1999-06-29 Thomas Bushnell, BSG <[email protected]>
* hyper.c (diskfs_readonly_changed): Adjust whether the store should permit writes too.
- Loading branch information
Thomas Bushnell
committed
Jun 29, 1999
1 parent
45e9b9e
commit fa08564
Showing
8 changed files
with
18 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
1999-06-29 Thomas Bushnell, BSG <[email protected]> | ||
|
||
* hyper.c (diskfs_readonly_changed): Adjust whether the store | ||
should permit writes too. | ||
|
||
1999-06-19 Roland McGrath <[email protected]> | ||
|
||
* pager.c (free_page_buf): Fix type cast. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* Fetching and storing the hypermetadata (superblock and bg summary info) | ||
Copyright (C) 1994,95,96,99 Free Software Foundation, Inc. | ||
Copyright (C) 1994,95,96,99, 1999 Free Software Foundation, Inc. | ||
Written by Miles Bader <[email protected]> | ||
|
@@ -192,6 +192,8 @@ diskfs_readonly_changed (int readonly) | |
{ | ||
allocate_mod_map (); | ||
|
||
(*(readonly ? store_set_flags : store_clear_flags)) (store, STORE_READONLY); | ||
|
||
vm_protect (mach_task_self (), (vm_address_t)disk_image, | ||
store->size, 0, VM_PROT_READ | (readonly ? 0 : VM_PROT_WRITE)); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
1999-06-29 Thomas Bushnell, BSG <[email protected]> | ||
|
||
* dev-globals.c, dev-io.c, dev-open.c: Files removed. | ||
|
||
* lookup.c (diskfs_lookup): If we get an error from | ||
fshelp_checkdirmod, clear *NP as well as returning the error. | ||
Use diskfs_nrele instead of diskfs_nput in case *NP and DP are | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
1999-06-29 Thomas Bushnell, BSG <[email protected]> | ||
|
||
* hyper.c (diskfs_readonly_changed): Adjust whether the store | ||
should permit writes too. | ||
|
||
1999-05-02 Roland McGrath <[email protected]> | ||
|
||
* main.c (main): Remove bogus uninitialized variable ERR. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters