Home | History | Annotate | Download | only in sysvbfs
History log of /src/sys/fs/sysvbfs/bfs.h
RevisionDateAuthorComments
 1.8  09-Jan-2014  hannken Operation sysvbfs_remove() destructs inodes attached to active vnodes.
Defer the destruction to sysvbfs_reclaim().

Disable test t_renamerace:sysvbfs_renamerace as it will exhaust the
inode table (sysvbfs has space for 8 inodes only).

Ok: Izumi Tsutsui <tsutsui@netbsd.org>
 1.7  08-May-2012  tsutsui branches: 1.7.2; 1.7.4;
Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c
(and rename it to sysvbfs_file_setsize()) because it's actually
part of vnode ops and bfs.c is also pulled by standalone bootloaders
which don't want vnode header mess.
 1.6  18-Mar-2012  christos handle file resizing.
 1.5  28-Apr-2008  martin branches: 1.5.34; 1.5.38;
Remove clause 3 and 4 from TNF licenses
 1.4  25-Dec-2007  perry branches: 1.4.6; 1.4.8; 1.4.10;
Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h
 1.3  21-Feb-2007  thorpej branches: 1.3.18; 1.3.24; 1.3.26; 1.3.30;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.2  26-Aug-2006  tsutsui branches: 1.2.8;
Change types from int8_t to char for arrays which store char names.
 1.1  29-Dec-2005  tsutsui branches: 1.1.4; 1.1.8; 1.1.18;
Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.
 1.1.18.5  21-Jan-2008  yamt sync with head
 1.1.18.4  26-Feb-2007  yamt sync with head.
 1.1.18.3  30-Dec-2006  yamt sync with head.
 1.1.18.2  21-Jun-2006  yamt sync with head.
 1.1.18.1  29-Dec-2005  yamt file bfs.h was added on branch yamt-lazymbuf on 2006-06-21 15:09:30 +0000
 1.1.8.1  03-Sep-2006  yamt sync with head.
 1.1.4.1  09-Sep-2006  rpaulo sync with head
 1.2.8.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.3.30.1  02-Jan-2008  bouyer Sync with HEAD
 1.3.26.1  26-Dec-2007  ad Sync with head.
 1.3.24.1  18-Feb-2008  mjf Sync with HEAD.
 1.3.18.1  09-Jan-2008  matt sync with HEAD
 1.4.10.1  16-May-2008  yamt sync with head.
 1.4.8.1  18-May-2008  yamt sync with head.
 1.4.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.38.2  02-Jun-2012  mrg sync to latest -current.
 1.5.38.1  05-Apr-2012  mrg sync to latest -current.
 1.5.34.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.5.34.2  23-May-2012  yamt sync with head.
 1.5.34.1  17-Apr-2012  yamt sync with head
 1.7.4.1  18-May-2014  rmind sync with head
 1.7.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed