aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tsort/tsort.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tsort: Replace bcopy() with memcpy().Dag-Erling Smørgrav2023-05-101-4/+4
* tsort: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-05-041-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add missing static keywords to tsort(1)Ed Schouten2011-11-061-20/+20
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Move FreeBSD Id outside of copyright. Initialize variable.Philippe Charnier2005-05-291-2/+4
* Removed unused macro definitionDiomidis Spinellis2003-09-041-1/+1
* ANSIify function definitions.David Malone2002-09-041-27/+18
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-5/+5
* remove __PWarner Losh2002-03-221-8/+8
* Warns cleanups. Add missing prototype.David Malone2001-12-031-2/+3
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Merge from Lite2Peter Wemm1997-03-111-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Close PR#1455. In a couple of weeks, I'll change bsd.lib.mk to useJordan K. Hubbard1996-08-021-11/+16
* nitpicks.Poul-Henning Kamp1996-06-101-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+429