| History log of /src/tools/makefs |
| Revision | Date | Author | Comments |
| 1.9 | 07-Mar-2011 |
he | This tool now depends on updated target includes in the tools build for an UPDATE build to succeed; ensure that by including ${.CURDIR}/../Makefile.nbincludes.
|
| 1.8 | 06-Mar-2011 |
bouyer | merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
|
| 1.7 | 14-May-2003 |
dbj | branches: 1.7.50; use reachover relative paths in compat include files instead of symlinking ufs include files into installboot and makefs tool objdirs reviewed by lukem and thorpej on tech-toolchain
|
| 1.6 | 08-Dec-2002 |
thorpej | Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
|
| 1.5 | 31-May-2002 |
matt | Make Solaris 8 happy: use ln -f -s instead of ln -fs
|
| 1.4 | 05-Mar-2002 |
pk | branches: 1.4.2; Make $(OBJS) depend on the ufs headers link.
|
| 1.3 | 31-Jan-2002 |
tv | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
|
| 1.2 | 10-Jan-2002 |
lukem | Symlink ./ufs to ${.CURDIR}/../../sys/ufs, and add -I. to HOST_CPPFLAGS. This means that <ufs/*/*.h> come from ../../sys/ufs, but other <sys/*> header files still come from the host system's /usr/include.
This slightly ugly hack to the Makefile means that makefs compiles on -current and 1.5.x machines (and other systems), without requiring major code rewrites in sys/ufs/ffs to allow sharing and without requiring duplication of sys/ufs/ffs* under usr.sbin/makefs.
|
| 1.1 | 05-Jan-2002 |
mrg | build this as a host tool.
|
| 1.4.2.1 | 31-May-2002 |
tv | Pull up revision 1.5 (requested by matt in ticket #104): Make Solaris 8 happy: use ln -f -s instead of ln -fs
|
| 1.7.50.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|