summaryrefslogtreecommitdiff
path: root/usr.bin/tsort
AgeCommit message (Expand)Author
2024-01-18fix macro to look more like a function, remove extraneous ;Marc Espie
2019-07-11Remove duplicate pledge(2) and comment from another era. While here also placeRicardo Mestre
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-05-20reorg node struct so it's packed tighter (found by clang actually)Marc Espie
2016-01-05stuff may still change, disable whitelist for now.Marc Espie
2015-12-31Remove use of sysexits.h; OK espie@Todd C. Miller
2015-12-04read_hints should also protect against ferror.Marc Espie
2015-10-11now that tsort has a clean structure, do more specific pledge() calls.Marc Espie
2015-10-11reorg code to have an array with all the files used apparent.Marc Espie
2015-10-10basic pledge "stdio rpath"Theo de Raadt
2015-09-03reorg code, preliminary step to more cleanupMarc Espie
2015-08-31indent is 8 not 4Marc Espie
2015-08-31wrong index in error messageMarc Espie
2015-07-29gc macro that's no longer used since the move to reallocarrayMarc Espie
2015-07-21whitespace cleanupJasper Lievisse Adriaanse
2014-10-11convert to use of reallocarray()Theo de Raadt
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2013-11-27unsigned char for ctypeTheo de Raadt
2012-03-29there must be an even number of node names, not pairs;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21document exit values; from daniel dickmanJason McIntyre
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
2006-08-06+.Sh STANDARDSJason McIntyre
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2004-08-05simpler copyright, adjust date.Marc Espie
2004-08-04sort SYNOPSIS and usage(), format tweaks, by jmc@Marc Espie
2004-08-04alternate description of tsort and example.Marc Espie
2003-09-22Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@Dale Rahn
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-18Modern english is more than just a band, fix word choice; Jon BernardTodd C. Miller
2002-07-17spring clean-up: remove extra spaces at end of line,Marc Espie
2002-02-27ANSI decls. okay millert@Marc Espie
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-14lclint says this is an unsigned variable... and it's right !Marc Espie
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-07-19CDIAGFLAGSMarc Espie
2001-07-14Fix cycle detection.Marc Espie
2001-07-11Clarify performance of tsort -l (hamiltonian circuit is NP-complete).Marc Espie
2001-06-25Add -v flag to synopsis linePeter Valchev
2001-05-01Revert stupid buggy optimisation.Marc Espie
2001-04-30Better hints handling (used for sorting package lists):Marc Espie
2001-04-18Fix `hinted' options: set initial order to maximal, so that any hintMarc Espie
2001-04-07Small changes, user-friendly:Marc Espie
2001-03-26Replacement for original tsort.Marc Espie