aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-28 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-011-3/+1
| | | | | | * shutdown.c: Move initialization of diskfs_fsys_lock from here ... * init-init.c: ... to here with the rest of the initialization code.
* (diskfs_shutdown): comment typo fixRoland McGrath1999-10-231-5/+4
|
* 1998-07-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-251-8/+16
| | | | | | * shutdown.c (diskfs_shutdown): Sync and set the clean flag even if we don't shut down. Thus a disk that was in use but hadn't been touched recently needn't necessarily be checked after a system crash.
* (diskfs_shutdown): Don't sync if DISKFS_READONLY.Miles Bader1996-07-281-1/+1
|
* (diskfs_shutdown): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-2/+7
|
* (diskfs_fsys_lock): Now a rwlock.Miles Bader1995-10-191-12/+3
| | | | (diskfs_shutdown): Lock DISKFS_FSYS_LOCK for writing.
* (diskfs_shutdown): Call ports_resume_class_rpcs forMichael I. Bushnell1995-07-121-0/+1
| | | | diskfs_protid_class before return EBUSY.
* (diskfs_shutdown): Fix parens.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_shutdown): Ignore harmless errors from fsys_goaway.Michael I. Bushnell1995-06-261-0/+4
|
* (diskfs_shutdown): Fix parentheses on bitwise tests.Michael I. Bushnell1995-06-261-2/+2
|
* (diskfs_shutdown): Don't actually exit; return zero instead.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_shutdown) [helper]: Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (diskfs_shutdown): Fix first arg to fshelp_fetch_control.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_shutdown):Michael I. Bushnell1995-06-201-1/+5
|
* (diskfs_shutdown): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-5/+17
| | | | diskfs_translator_iterate.
* (diskfs_shutdown): Rewrote to use new ports interface adequately.Michael I. Bushnell1995-06-091-4/+33
|
* entered into RCSMichael I. Bushnell1994-07-131-4/+4
|
* Formerly shutdown.c.~2~Michael I. Bushnell1994-02-161-0/+1
|
* Initial revisionMichael I. Bushnell1994-02-161-0/+48