summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* banish implicit returnespie2020-01-281-2/+2
* Simplify statement rules by using an optional new line.mpi2020-01-281-11/+15
* usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-10/+5
* usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-6/+2
* usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-5/+2
* Implement delete() and @map[key] access.mpi2020-01-286-57/+116
* Rename *_concat() into *_append() to match reality.mpi2020-01-281-9/+9
* match opendir with closedir... not that important as the thing was mostespie2020-01-281-2/+2
* Parse '==' without error in filters.mpi2020-01-281-2/+4
* Implement builtin time() function.mpi2020-01-275-8/+65
* Log the old kernel version before doing the upgrade. Makes it easierbenno2020-01-261-1/+2
* Support for queries on ports != 53jca2020-01-264-7/+7
* give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkespie2020-01-261-1/+8
* Remove unused code from socket.cflorian2020-01-263-1229/+20
* reduce isc/stdio to what is usedflorian2020-01-262-146/+2
* get rid of lib/isc/nothreadsflorian2020-01-2619-429/+10
* Switch once to isc_boolean_t in preparation of nothreads removalflorian2020-01-265-47/+34
* Remove now unused unix/file.c and unix/fsaccess.cflorian2020-01-2615-1419/+18
* We are not going to write keys to disk.florian2020-01-266-732/+11
* Remove unused logging to file.florian2020-01-262-355/+4
* In nexthop_update() only add a nexthop to the nexthop_runners queue ifclaudio2020-01-251-4/+10
* With -d, messages are now printed on stderrjca2020-01-251-3/+3
* kill double .Pp;jmc2020-01-251-3/+2
* unifdef sigchase. It is deprecated and never enabled on openbsd.florian2020-01-255-2381/+2
* isc_file_isdirwritable is not used (and besides, it uses access() whichderaadt2020-01-252-13/+2
* The config parser lets us know when the key file can't be found.florian2020-01-251-4/+1
* isc/unix/syslog is unusedflorian2020-01-255-134/+5
* dns/master is unusedflorian2020-01-255-3604/+5
* we are not using rwlocksflorian2020-01-256-201/+5
* another chroot tendrilderaadt2020-01-251-4/+1
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-2440-727/+721
* Add FILES sections; OK espie@ solene@.schwarze2020-01-242-4/+29
* Oops, one break too many removed; unbreak +tcp.florian2020-01-241-0/+1
* Since we are no longer using config.h we can remove a lot of featureflorian2020-01-249-12318/+28
* progress on rebound has been stalled long enough it's time to fade away.tedu2020-01-245-1791/+0
* Extend 'bgpctl show neighbor' to include the received and sent prefixclaudio2020-01-242-3/+13
* Implement 'max-prefix NUM out' to limit the number of announced prefixes.claudio2020-01-2410-20/+88
* unlink rebound. its future is quite limited.tedu2020-01-241-2/+2
* Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.florian2020-01-231-68/+0
* Remove socket types that we are not going to use, like AF_UNIX sockets.florian2020-01-233-1321/+32
* We can always create IPv4 and IPv6 sockets.florian2020-01-233-496/+8
* unusedflorian2020-01-234-297/+4
* do not Xr both pppx and pppac in SEE ALSO, since they are the same page;jmc2020-01-231-2/+1
* The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to findtb2020-01-231-30/+67
* use pppac(4) instead of tun(4)dlg2020-01-232-12/+12
* allow npppd to use pppac(4) (once i wire it up)dlg2020-01-231-20/+17
* use the correct length to allocate the right amount, broken by previous.tedu2020-01-221-2/+2
* config.h and platform.h are unused nowflorian2020-01-22116-683/+254
* unifdef the last config.h bitsflorian2020-01-2211-225/+5
* get rid if ISC_{UN,}LIKELY it's in the way and not useful.florian2020-01-2210-66/+32