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