aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Replace complicated expression to disable libedit when no libthr is being builtWarner Losh2019-07-151-9/+1
* Add blank line after each item in "ngctl ls -l"Devin Teske2018-10-261-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* ngctl dot: Drop invalid trailing semi-colonConrad Meyer2015-09-221-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-5/+5
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-193-4/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-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/+23
* | | | Plug mutex leak.Gleb Smirnoff2015-01-161-1/+3
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|/ |/| |
* | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
|/
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-202-6/+10
* Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav2009-06-141-1/+1
* Modify the DoParseCommand() to work on (const char *) instead of justMike Makonnen2008-06-281-4/+4
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-291-1/+1
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien2007-10-091-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-1/+1
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+1
* The last change is not needed for HEAD.Gleb Smirnoff2007-03-301-1/+1
* Do not build the libedit support if NO_LIBPTHREAD is defined.Gleb Smirnoff2007-03-281-1/+1
* getopt(3) returns -1, not EOF.Kevin Lo2007-02-064-4/+4
* Push the detection of threading libs support down to ngctl/MakefileRuslan Ermilov2006-11-271-0/+7
* Fix "make checkdpadd".Ruslan Ermilov2006-11-261-1/+1
* Silence GCC4 signed/unsigned pointer mismatch warning.Alexander Kabaev2006-09-211-1/+1
* - Pass pointer to fd_set in ReadSockets.Gleb Smirnoff2006-08-081-8/+9
* Add line edit and history support to ngctl(8) via editline(3).Gleb Smirnoff2006-08-072-22/+168
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxStefan Farfeleder2006-07-176-6/+6
* Style: space after "return".Gleb Smirnoff2006-06-2814-65/+65
* Unnest includes before forthcoming editing.Gleb Smirnoff2006-05-2416-20/+95
* - Reduce the number of netgraph messages when listingRuslan Ermilov2005-02-091-11/+35
* Backout rev. 1.17 per ru@ request: there are net.graph.recvspace andMaxim Konovalov2005-02-041-4/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Increase a socket receive buffer size. This helps 'ngctl list'Maxim Konovalov2004-11-251-2/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Get rid of all (but one in write.c) static size buffers.Ruslan Ermilov2004-01-276-37/+56
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-2613-19/+28
* Add a GraphViz-exporting ngctl(8) "dot" command. You can now createBrian Feldman2004-01-095-11/+203
* Use fprintf() instead of errx() when displaying usage string. The program namePhilippe Charnier2004-01-041-2/+3
* Get rid of the old constants which did not include the trailing NULHartmut Brandt2003-11-123-4/+4
* Add missing "of".Bill Fenner2002-12-141-1/+1