Home | History | Annotate | Download | only in ffs
History log of /src/sys/ufs/ffs/ffs_tables.c
RevisionDateAuthorComments
 1.9  11-Dec-2005  christos merge ktrace-lwp.
 1.8  26-Feb-2005  perry nuke trailing whitespace
 1.7  27-Oct-2003  lukem branches: 1.7.8; 1.7.10;
Overhaul how `build.sh tools' are used:

* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h

* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
 1.6  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.5  31-Jan-2002  tv branches: 1.5.16;
These sources are pulled into makefs(8), so we need config.h and protection
for __KERNEL_RCSID().
 1.4  30-Oct-2001  lukem add __KERNEL_RCSID()
 1.3  18-Jan-2001  jdolecek branches: 1.3.2; 1.3.6; 1.3.10;
constify
 1.2  29-Jun-1994  cgd branches: 1.2.34;
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.1  08-Jun-1994  mycroft branches: 1.1.1;
Update to 4.4-Lite fs code, with local changes.
 1.1.1.1  01-Mar-1998  fvdl Import 4.4BSD-Lite for reference
 1.2.34.1  11-Feb-2001  bouyer Sync with HEAD.
 1.3.10.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.3.6.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.3.6.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.3.2.1  14-Nov-2001  nathanw Catch up to -current.
 1.5.16.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.5.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.16.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.8.1  29-Apr-2005  kent sync with -current

RSS XML Feed