summaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl
AgeCommit message (Expand)Author
2025-09-10ngctl: Fix build without JAILZhenlei Huang
2025-08-29netgraph: teach ngctl to attach and run itself in a jailJamie Gritton
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-01-22build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans
2020-10-04ngctl: add -c (compact output) for the dot commandKyle Evans
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-07-15Replace complicated expression to disable libedit when no libthr is being builtWarner Losh
2018-10-26Add blank line after each item in "ngctl ls -l"Devin Teske
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2015-09-22ngctl dot: Drop invalid trailing semi-colonConrad Meyer
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-01-16Plug mutex leak.Gleb Smirnoff
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-17Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-12-20Add __unused. Ansi prototypes.Philippe Charnier
2009-06-14Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav
2008-06-28Modify the DoParseCommand() to work on (const char *) instead of justMike Makonnen
2008-03-29Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov
2007-10-09Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien
2007-10-09Repo copy libpthreads to libkse.David E. O'Brien
2007-10-01Always install libpthread.* symlinks if at least one ofRuslan Ermilov
2007-03-30The last change is not needed for HEAD.Gleb Smirnoff
2007-03-28Do not build the libedit support if NO_LIBPTHREAD is defined.Gleb Smirnoff
2007-02-06getopt(3) returns -1, not EOF.Kevin Lo
2006-11-27Push the detection of threading libs support down to ngctl/MakefileRuslan Ermilov
2006-11-26Fix "make checkdpadd".Ruslan Ermilov
2006-09-21Silence GCC4 signed/unsigned pointer mismatch warning.Alexander Kabaev
2006-08-08- Pass pointer to fd_set in ReadSockets.Gleb Smirnoff
2006-08-07Add line edit and history support to ngctl(8) via editline(3).Gleb Smirnoff
2006-07-17Don't use empty braces ("{}") to initialise arrays. This is a syntaxStefan Farfeleder
2006-06-28Style: space after "return".Gleb Smirnoff
2006-05-24Unnest includes before forthcoming editing.Gleb Smirnoff
2005-02-09- Reduce the number of netgraph messages when listingRuslan Ermilov