index
:
navi/openrc/openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rc
/
mountinfo.c
Age
Commit message (
Expand
)
Author
2018-02-14
mountinfo: create strings with xasprintf
William Hubbs
2017-01-04
mountinfo: make the path to /proc/mounts a constant
William Hubbs
2016-06-10
fstabinfo/mountinfo: ensure /etc/fstab exists before calling setmntent
William Hubbs
2016-01-12
Remove multicall binary structure from OpenRC
William Hubbs
2015-12-21
Convert OpenRC to a centralized copyright/license structure
William Hubbs
2015-11-11
Standardize macro tests for gnu hurd
Benda Xu
2015-10-13
mountinfo: make sure the netdev variable is initialized on Linux
William Hubbs
2015-10-05
mountinfo: fix --netdev and --nonetdev on Linux
William Hubbs
2015-10-04
mountinfo: read /proc/self/mounts instead of /proc/mounts on Linux
William Hubbs
2015-08-02
mountinfo: fix -e and -E options
William Hubbs
2014-10-23
Bundle <sys/queue.h> from NetBSD
Anthony G. Basile
2014-10-23
Fix all tests for GNU/kFreeBSD
William Hubbs
2014-10-23
fix defines for GNU/Hurd
Svante Signell
2014-10-22
Fix GNU/kFreeBSD port
Svante Signell
2013-10-30
Begin port to GNU/kFreeBSD
Steven Chamberlain
2012-10-24
mountinfo: respect the -q command line option
William Hubbs
2012-08-18
Fix quiet usage
Christian Ruppert
2011-11-19
rc: fix style around case_RC_COMMON_GETOPT
Mike Frysinger
2011-11-17
Fix compile warning
William Hubbs
2011-11-15
mountinfo: Do not error out if realpath fails
Mike Frysinger
2011-09-08
Use the real/actual path when looking for mounts
Christian Ruppert
2011-06-29
drop useless "All rights reserved" notice
Mike Frysinger
2009-05-01
Add (c) to Copyright
Roy Marples
2009-04-23
Improve style for KNF
Roy Marples
2008-09-18
Clean up some compile warnings.
Roy Marples
2008-03-26
Add license blurb to a few files and append my email to my name.
Roy Marples
2008-03-23
Report mounts in reverse order, Gentoo #214150.
Roy Marples
2008-03-16
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...
Roy Marples
2008-02-22
Welcome to 2008.
Roy Marples
2008-02-11
Just use the extern applet var.
Roy Marples
2008-02-01
Constantise as much as possible so that it reduces COW usage.
Roy Marples
2008-01-30
Use the variable instead of type for sizeof.
Roy Marples
2008-01-22
Quiet some more lint warnings.
Roy Marples
2008-01-14
strip trailing newlines
Mike Frysinger
2008-01-11
Re-indent to a standard tw of 8.
Roy Marples
2008-01-09
Compile without warnings on NetBSD
Roy Marples
2008-01-06
Set include paths in Makefile instead of .c files
Roy Marples
2008-01-05
Add the missing changes from the recent Makefile updates
Roy Marples
2008-01-05
Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...
Roy Marples