summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* punt things moved to openrcMike Frysinger2008-03-231-435/+0
* Stop using asprintfRoy Marples2007-10-231-1/+3
* malloc over fatty buffersRoy Marples2007-10-121-2/+4
* Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples2007-10-091-14/+15
* netmount, localmount, halt.sh and net scripts now check OS specific flags to ...Roy Marples2007-10-091-22/+75
* Wups, should be xstrdupRoy Marples2007-10-081-1/+1
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-081-2/+2
* Duh, wrong way aroundRoy Marples2007-09-261-1/+1
* rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples2007-09-261-1/+1
* unify verbose/quiet handlingMike Frysinger2007-09-251-1/+1
* fstabinto now behaves more like mountinfo with respect to --quietRoy Marples2007-09-251-1/+1
* Revert last patchRoy Marples2007-09-251-1/+1
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-1/+1
* Add support for describing the options in the C programs.Mike Frysinger2007-09-251-0/+14
* Plug some leaksRoy Marples2007-09-241-17/+11
* Add extraopts to our usageRoy Marples2007-09-211-0/+1
* Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples2007-09-191-6/+1
* Don't space separate the optionsRoy Marples2007-09-181-1/+1
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-181-2/+2
* Re-work mountinfo so that we have a lot less OS specific codeRoy Marples2007-09-181-96/+192
* Add --quiet to mountinfoRoy Marples2007-09-031-5/+11
* Fix building on uclibc thanks to SolarRoy Marples2007-07-311-5/+3
* All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples2007-07-311-1/+2
* Merge some of reb's OpenBSD fixes inRoy Marples2007-07-251-2/+5
* Use printf so we don't put blank lines at the top of new files and fix mounti...Roy Marples2007-07-161-27/+24
* Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples2007-07-111-60/+84
* Add --nocolor to more programsRoy Marples2007-06-281-2/+3
* Allow time for pidfiles to be created, #178274.Roy Marples2007-05-141-4/+4
* start unifying help handlingMike Frysinger2007-04-171-15/+4
* add basic --helpMike Frysinger2007-04-131-13/+27
* Style updatesRoy Marples2007-04-121-7/+7
* Fix getopt a littleRoy Marples2007-04-121-3/+2
* Hug getopt_long even though it's not POSIX. start-stop-daemon has always requ...Roy Marples2007-04-121-57/+70
* Cuddle up to LKML C styleRoy Marples2007-04-111-200/+186
* Fix indentationRoy Marples2007-04-101-101/+101
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-051-0/+246