aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* inetd: Use the synopsis from the manual pageMateusz Piotrowski2021-12-131-3/+3
* inetd.8: Lint the fileMateusz Piotrowski2021-12-091-11/+10
* inetd.8: Sort optionsMateusz Piotrowski2021-12-091-71/+68
* inetd: fix unix sockaddr's length assignmentKyle Evans2021-02-161-5/+4
* MFC r361000, r361036: improve inetd(8) examplesKyle Evans2020-05-211-2/+19
* MFC r356601-r356602: inetd fixes for WITHOUT_* knobsKyle Evans2020-01-131-8/+20
* MFC further inetd(8) cleanup: r356204, r356215, r356217-r356218,Kyle Evans2020-01-054-89/+108
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-192-2/+6
* Move inetd.conf to usr.sbin/inetd/Brad Davis2018-08-122-0/+124
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Don't assign rs as we will assign it later.Xin LI2017-11-271-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Simplify a pipe for signal handling.Hiroki Sato2017-03-201-53/+33
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Fix up r312105Enji Cooper2017-01-141-0/+4
* Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERSEnji Cooper2017-01-142-1/+10
* Fix build when WITHOUT_INET6 is defined.Hiroki Sato2017-01-051-0/+8
* - Add static for symbols which need not to be exported.Hiroki Sato2016-12-313-124/+129
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-3/+3
* Use MAX macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin2016-04-161-6/+1
* - Remove unused union p_un.Hiroki Sato2015-09-191-22/+13
* - Fix a crash on a rpc entry when an IPv6 address is explicitly specifiedHiroki Sato2015-09-191-4/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-7/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-14/+6
| |\
| * | 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 with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-043-11/+5
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | identd: restore memcpyEitan Adler2015-04-191-0/+2
* | | | | | identd: also zero se_rpc_highversEitan Adler2015-04-191-3/+2
* | | | | | identd: remove redundant zeroingEitan Adler2015-04-191-2/+1
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|/ |/| | | |
* | | | | Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-14/+6
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | - Force inetd to have listen queue size to be set to the value ofAndrey Zonov2013-01-201-1/+1
| |/ |/|
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-7/+1
* | Replace the use of wall clock time with monotonically increasingXin LI2012-06-042-4/+4
|/
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* ANSIfy some more tools in usr.sbin/.Ed Schouten2010-01-021-2/+1