summaryrefslogtreecommitdiffstats
path: root/usr.bin/tsort (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate pledge(2) and comment from another era. While here also placemestre2019-07-111-8/+5
* missing dots after ".%P pp"; the case of btree(3) wasschwarze2019-04-231-3/+3
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* reorg node struct so it's packed tighter (found by clang actually)espie2017-05-201-6/+6
* stuff may still change, disable whitelist for now.espie2016-01-051-2/+3
* Remove use of sysexits.h; OK espie@millert2015-12-311-10/+9
* read_hints should also protect against ferror.espie2015-12-041-1/+3
* now that tsort has a clean structure, do more specific pledge() calls.espie2015-10-111-2/+8
* reorg code to have an array with all the files used apparent.espie2015-10-111-21/+35
* basic pledge "stdio rpath"deraadt2015-10-101-1/+4
* reorg code, preliminary step to more cleanupespie2015-09-031-73/+89
* indent is 8 not 4espie2015-08-311-2/+2
* wrong index in error messageespie2015-08-311-3/+3
* gc macro that's no longer used since the move to reallocarrayespie2015-07-291-2/+1
* whitespace cleanupjasper2015-07-211-12/+10
* convert to use of reallocarray()deraadt2014-10-111-8/+10
* adjust to ohash being in libutil now, and to the interface changes.espie2014-05-122-10/+13
* unsigned char for ctypederaadt2013-11-271-5/+8
* there must be an even number of node names, not pairs;jmc2012-03-292-5/+5
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* document exit values; from daniel dickmanjmc2010-07-211-2/+4
* updates to IEEE Std 1003.1-2008;jmc2009-02-081-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - note some apps which are xpg4, not posixjmc2007-05-311-3/+5
* +.Sh STANDARDSjmc2006-08-061-1/+9
* use stdint.h where appropriate. okay millert@espie2006-01-201-3/+3
* simpler copyright, adjust date.espie2004-08-051-24/+13
* sort SYNOPSIS and usage(), format tweaks, by jmc@espie2004-08-042-13/+8
* alternate description of tsort and example.espie2004-08-041-2/+44
* Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@drahn2003-09-221-5/+5
* mostly ansi cleanup; pval okderaadt2003-06-101-2/+2
* - section reorderjmc2003-06-101-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* Modern english is more than just a band, fix word choice; Jon Bernardmillert2002-11-181-2/+2
* spring clean-up: remove extra spaces at end of line,espie2002-07-171-57/+53
* ANSI decls. okay millert@espie2002-02-271-84/+31
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-5/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-28/+28
* lclint says this is an unsigned variable... and it's right !espie2002-02-141-2/+2
* Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech2001-09-061-2/+2
* CDIAGFLAGSespie2001-07-191-2/+2
* Fix cycle detection.espie2001-07-141-16/+20
* Clarify performance of tsort -l (hamiltonian circuit is NP-complete).espie2001-07-111-1/+2
* Add -v flag to synopsis linepvalchev2001-06-251-1/+2
* Revert stupid buggy optimisation.espie2001-05-011-4/+3
* Better hints handling (used for sorting package lists):espie2001-04-301-16/+83
* Fix `hinted' options: set initial order to maximal, so that any hintespie2001-04-182-22/+31
* Small changes, user-friendly:espie2001-04-072-14/+22
* Replacement for original tsort.espie2001-03-262-359/+904
* Various cleanups and standardizations.aaron2000-03-111-4/+5