aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_dequeue
Commit message (Expand)AuthorAgeFilesLines
* Remove CTM from 13-CURRENT after the release of FreeBSD-12.0.Stefan Eßer2018-12-153-242/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* ctm: Fix some trivial argv buffer overrunsConrad Meyer2017-04-131-1/+2
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
|/
* In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field widthDimitry Andric2011-12-171-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+6
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+3
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Simplified. Some fts related bugs removed. Made less verbose. The defaultStephen McKay1996-11-271-119/+89
* make the "-l logfile" option actually do something..Peter Wemm1996-09-071-1/+4
* fts_children() returns NULL if there are no files. If there was a failurePeter Wemm1996-09-071-3/+6
* - resync with configs running on freefallPeter Wemm1996-09-071-2/+2
* Small changes so that this actually stands a chance of doing theGary Palmer1996-07-121-2/+11
* Add a facility for a ``slow'' CTM delta queue, allowing `x' numberGary Palmer1996-07-012-0/+232