aboutsummaryrefslogtreecommitdiff
path: root/src/rc/mountinfo.c
AgeCommit message (Expand)Author
2017-01-04mountinfo: make the path to /proc/mounts a constantWilliam Hubbs
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
2015-11-11Standardize macro tests for gnu hurdBenda Xu
2015-10-13mountinfo: make sure the netdev variable is initialized on LinuxWilliam Hubbs
2015-10-05mountinfo: fix --netdev and --nonetdev on LinuxWilliam Hubbs
2015-10-04mountinfo: read /proc/self/mounts instead of /proc/mounts on LinuxWilliam Hubbs
2015-08-02mountinfo: fix -e and -E optionsWilliam Hubbs
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2014-10-23Fix all tests for GNU/kFreeBSDWilliam Hubbs
2014-10-23fix defines for GNU/HurdSvante Signell
2014-10-22Fix GNU/kFreeBSD portSvante Signell
2013-10-30Begin port to GNU/kFreeBSDSteven Chamberlain
2012-10-24mountinfo: respect the -q command line optionWilliam Hubbs
2012-08-18Fix quiet usageChristian Ruppert
2011-11-19rc: fix style around case_RC_COMMON_GETOPTMike Frysinger
2011-11-17Fix compile warningWilliam Hubbs
2011-11-15mountinfo: Do not error out if realpath failsMike Frysinger
2011-09-08Use the real/actual path when looking for mountsChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23Improve style for KNFRoy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-23Report mounts in reverse order, Gentoo #214150.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...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-30Use the variable instead of type for sizeof.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-09Compile without warnings on NetBSDRoy 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