summaryrefslogtreecommitdiff
path: root/sbin/mount_ext2fs/mount_ext2fs.c
AgeCommit message (Expand)Author
2016-02-21Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems.christos
2011-08-29Use __deadjoerg
2008-08-05Refactor mount utilities to provide a mount_fs_parseargs() routine.pooka
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-07-16Make all mount(2) return value error checks against -1. Some filepooka
2007-07-14Add additional 'sizeof args' parameter to mount(2).dsl
2006-10-16use MOPT_NULLchristos
2006-10-16c99 initializerchristos
2006-03-21Always check the results of getmntopts() and free them.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-02-05Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2005-01-31Fix PR#3617 and PR#3205: call realpath to convert mount points and paths toerh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-22use <> rather than "" for #include mntopts.hjdolecek
2002-09-21MNT_GETARGS supportchristos
2000-10-30make the code includable into other programs:jdolecek
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1998-12-02Do this for ext2fs as well, because Manuel said so.kenh
1998-07-26const poisoning.mycroft
1998-03-01Merge with Lite2 + local changesfvdl
1997-09-16apply mods from lite-2 vers. of mount/mount_ufs.c (which this is derived from)lukem
1997-09-15* cleanup WARNS=1lukem
1997-06-11Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.bouyer