aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
AgeCommit message (Expand)Author
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-18usage now requires a global applet var instead of a define, don't prefix desc...Roy Marples
2007-12-14Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo b...Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-09netmount, localmount, halt.sh and net scripts now check OS specific flags to ...Roy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-09-26Duh, wrong way aroundRoy Marples
2007-09-26rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples
2007-09-25unify verbose/quiet handlingMike Frysinger
2007-09-25fstabinto now behaves more like mountinfo with respect to --quietRoy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-24Plug some leaksRoy Marples
2007-09-21Add extraopts to our usageRoy Marples
2007-09-19Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples
2007-09-18Don't space separate the optionsRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-09-18Re-work mountinfo so that we have a lot less OS specific codeRoy Marples
2007-09-03Add --quiet to mountinfoRoy Marples
2007-07-31Fix building on uclibc thanks to SolarRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-07-25Merge some of reb's OpenBSD fixes inRoy Marples
2007-07-16Use printf so we don't put blank lines at the top of new files and fix mounti...Roy Marples
2007-07-11Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-04-17start unifying help handlingMike Frysinger
2007-04-13add basic --helpMike Frysinger
2007-04-12Style updatesRoy Marples
2007-04-12Fix getopt a littleRoy Marples
2007-04-12Hug getopt_long even though it's not POSIX. start-stop-daemon has always requ...Roy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples