aboutsummaryrefslogtreecommitdiff
path: root/src/rc/fstabinfo.c
AgeCommit message (Expand)Author
2016-06-10fstabinfo/mountinfo: ensure /etc/fstab exists before calling setmntentWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2014-01-18fstabinfo: fix mount and remountWilliam Hubbs
2012-09-14Typo: emtpy -> emptyChristian Ruppert
2012-01-31fstabinfo: add --remount optionWilliam Hubbs
2011-11-19rc: fix style around case_RC_COMMON_GETOPTMike Frysinger
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-01-17Clean up all trailing whitespace in src/.Robin H. Johnson
2010-01-08random spelling fixesMike Frysinger
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23Improve style for KNFRoy Marples
2008-11-03Fix fstabinfo for mounting /dev/shm, Gentoo #245367.Roy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-06-30If filtering fstab, only match additional mounts asked for.Roy Marples
2008-05-12Fix help text, #75.Roy Marples
2008-05-12Don't report fstab passno of 0 when using greater or less than, #76.Roy Marples
2008-04-19Add help for mountargs, #63Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-11mount may not be in /sbinRoy Marples
2008-03-11Add a --mount command to fstabinfo so it can mount specific mount points, as ...Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-02-11Just use the extern applet var.Roy Marples
2008-02-01Constantise as much as possible so that it reduces COW usage.Roy Marples
2008-01-22Quiet some more lint warnings.Roy Marples
2008-01-14strip trailing newlinesMike Frysinger
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-06Set include paths in Makefile instead of .c filesRoy Marples
2008-01-05Add the missing changes from the recent Makefile updatesRoy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples