summaryrefslogtreecommitdiff
path: root/sbin/mount_ffs
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
2003-03-22use <> rather than "" for #include mntopts.hjdolecek
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-09-21MNT_GETARGS supportchristos
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2001-11-16Sort sections.wiz
2001-06-05Drop arguments of .Os.wiz
2001-03-05Move reference to article on soft-updates from tunefs.8 to mount_ffs.8aymeric
2000-10-30make the code includable into other programs:jdolecek
2000-06-15Enable -o softdep.fvdl
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-03-07Clean up SYNOPSIS formatting.mycroft
1998-12-01Add support for a new flag: "nodevmtime". This sets the MNT_NODEVMTIME mountkenh
1998-07-26const poisoning.mycroft
1998-03-01Merge with Lite2 + local changesfvdl
1997-11-24fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanupslukem
1997-10-15.Nm " " -> .Nm mount_ufs, the old name should be specifically mentionedfvdl
1997-10-10CFLAGS->CPPFLAGSchristos
1997-09-16apply mods from lite-2 vers. of mount/mount_ufs.c (which this is derived from)lukem
1997-09-15* update for WARNS=1lukem
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-01-30add support for noatime mount flagtls
1996-04-13Add const qualifier to mopts tablejtc
1996-02-05Removed extraneous text; From Mike Long <mike.long@analog.com>jtc
1995-11-11MOUNT_UFS -> MOUNT_FFS, and remove bogus comment.mycroft
1995-07-12split FFS mount code out of mount(8). the correct way to name fast filecgd
f='/netbsd/commit/sys/compat/linux/common/linux_exec.h?id=5051d1c544634afc67513dabffecd748665f8d5f'>Use PAGE_SIZE rather than NBPG.thorpej 2003-01-18Merge the nathanw_sa branch.thorpej 2002-11-21back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it alsojdolecek 2002-11-15Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based portswdk 2002-11-13add generic linux compat ELF copyargs functionjdolecek 2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos 2002-04-02rename sysctl_linux() to linux_sysctl() and hook it into emul_linuxjdolecek 2002-03-21Don't bitch if we don't have support for a particular arch. This makes itchristos 2002-03-20emulation specific sysctls. Also change the kernel date to nov 11 as requestedchristos 2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21 2001-09-22Enable Mips Linux emulation in header filesmanu 2001-07-29Adjust to the new copyargs() footprint.christos 2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos 2001-01-19Added Linux compatibility support for powerpc portsmanu 2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek