summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/source
AgeCommit message (Expand)Author
2019-10-15remove supchristos
2019-10-04convert most sprintf() to snprintf().mrg
2019-02-14add breaks for done() since it might not be __dead.christos
2019-02-14done is not always done (it returns, it is not dead)christos
2019-02-06quit is deadchristos
2019-02-06done returns if !dontjumpchristos
2019-02-04Fix handling of pushback operation which isn't using negative lengthsmlelstv
2019-02-03- mark logerr(), quit() and done() as __dead.mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-04Drop main() prototype.sevan
2016-03-12Close file on error path. PR 50925 from David Binderman.dholland
2016-03-12Don't cast malloc.dholland
2015-12-13PR/50547: David Binderman: fix bad sizeofchristos
2013-05-28document the anon account for anonymous accessspz
2013-04-09- add new ignore chown/chgrp flagchristos
2013-04-09return busy for checkchild instead of killing the connectionchristos
2013-03-08fix compilation issues.christos
2013-03-08- don't allow multiple active connections from the same hostchristos
2012-04-25"errs" might be clobbered by longjmp, so declare it volatile.martin
2012-04-25forgot the %s for the errorchristos
2012-04-25- don't declare victory when there are errors.christos
2011-12-07be more portable, explain what we are doing, simplify.christos
2011-09-22remove an extra ".TP" that broke my build.mrg
2011-09-21New sentence, new line. Remove empty EXAMPLE section.wiz
2011-09-21Add a canonicalize option to avoid disaster when one converts directorieschristos
2011-09-21constifychristos
2011-08-31NULL does not need a castplunky
2011-03-17don't decrement if children are 0christos
2011-03-16- safer way to count kidschristos
2011-03-16provide unconst for the havenotschristos
2011-01-04unifdef -U RCSSTATwiz
2011-01-04Fix fd leaks in error cases. Found by cppcheck.wiz
2010-10-20improve error handling and logging.christos
2009-11-02Drop undefined macros.joerg
2009-11-02Drop ".i0", it is an undefined macro.joerg
2009-11-01Fix markup.joerg
2009-10-21Remove 3rd and 4th clauses. Approved by Mats O Jansson (copyright holder).snj
2009-10-18fix size_t issues on _LP64christos
2009-10-17pass lintchristos
2009-10-17change to strchr and strrchrchristos
2009-10-16Make this compile again. I should have tried to compile the patches myself,christos
2009-10-16constification from Paul Ripke to make it compile on OS/Xchristos
2009-10-13- use const where appropriatechristos
2009-07-17doswitch() has changed the value of argc by the time it's checked here,jakllsch
2009-06-20fix for non NetBSD systemschristos
2009-06-19Use the definition in <sys/param.h> instead of redefining MAX().dyoung
2009-03-04fix horrible memory trashing.christos
2009-01-16Fix one more build breakage ("warning: 'er' may be used uninitialized injunyoung
2009-01-15- remove errmsg; we all have strerror() these days.christos