Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | Fix GNU/kFreeBSD port | Svante Signell | |
Check for __FreeBSD_kernel instead of __GLIBC__ in source files. note from William Hubbs: I was told this is a better check for GNU/kFreeBSD than checking the C library the source is being compiled against. GNU/kFreeBSD than checking which library we are using. | |||
2013-10-30 | Begin port to GNU/kFreeBSD | Steven Chamberlain | |
This is just a minimal port to get Debian up and running; the rest will be done later. | |||
2012-10-24 | mountinfo: respect the -q command line option | William Hubbs | |
Previously, we were setting the quiet flag before the command line was parsed. Since the flag is only used once, we can just read the environment variable which is set by the parsing process. Reported-by: <devurandom@gmx.net> X-Gentoo-Bug: 439010 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=439010 | |||
2012-08-18 | Fix quiet usage | Christian Ruppert | |
EINFO_QUIET will always been unset when we first do unsetenv("EINFO_QUIET") and later query it again anyway.. | |||
2011-11-19 | rc: fix style around case_RC_COMMON_GETOPT | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-11-17 | Fix compile warning | William Hubbs | |
2011-11-15 | mountinfo: Do not error out if realpath fails | Mike Frysinger | |
Reported-By: Dennis Schridde <devurandom@gmx.net> X-Gentoo-Bug: 383333 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=383333 | |||
2011-09-08 | Use the real/actual path when looking for mounts | Christian Ruppert | |
/proc/mounts contains real/actual paths so we should do the same in mountinfo. | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
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 | |
from queue(3). Refactor code style around the BSD KNF. | |||
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 ↵ | Roy Marples | |
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. |