summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16Pledge support for the parent/resolver in identd(8).doug1-1/+14
2015-10-16Pledge for ftp(1) in non-interactive mode.doug1-1/+23
2015-10-16Remove -B from EXAMPLES; reminded by jmc@miod1-23/+2
2015-10-16Add allocarray(), an overflow-safe allocation function.mmcc1-1/+26
2015-10-16syncderaadt2-0/+2
2015-10-16fine tune the logging some moretedu1-1/+8
2015-10-16simplify logging functions. once a daemon, always a daemontedu1-23/+19
2015-10-16safety check that we're dealing with the filter we expecttedu1-2/+5
2015-10-16most things should be statictedu1-15/+15
2015-10-16exit(1) is better for the impossible conditiontedu1-2/+3
2015-10-15fix some signed/unsigned integer type mismatches in formatdjm4-9/+9
2015-10-15Do not abuse .Nm for emphasis;schwarze1-12/+5
2015-10-15Delete two preprocessor constants that are no longer used.schwarze2-7/+2
2015-10-15argument to sshkey_from_private() and sshkey_demote() can't be NULLdjm1-7/+3
2015-10-15After spawning, the parent can pledge "stdio rpath wpath cpath"deraadt1-1/+4
2015-10-15Remove three distracting aliases for NULL.mmcc2-15/+11
2015-10-15Simplify the part of args() that is handling .Bl -column phrases:schwarze1-73/+28
2015-10-15When blk_full() handles an .It line in .Bl -column and indirectlyschwarze1-1/+6
2015-10-15it is perhaps better style to not call close() on -1, even if harmlesstedu1-6/+12
2015-10-15make sure req is zeroed in tcp casetedu1-2/+2
2015-10-15better memory handling of the request/cache chaintedu1-9/+23
2015-10-15do not insert entry into cache until it's fully formedtedu1-2/+2
2015-10-15doh, not all requests are the same size. check len first.tedu1-2/+3
2015-10-15assert is the wrong tooltedu1-3/+4
2015-10-15the inet sockets don't work well with inet6 addrs. pick family from addr.tedu1-3/+3
2015-10-15everybody can build reboundtedu1-2/+3
2015-10-15no mail for _rebound. deraadttedu1-1/+2
2015-10-15introduce logerr, since most logging is followed by exittedu1-33/+36
2015-10-15don't allow NSD to pick up libevent from /usr/local if the libevent2sthen1-1/+2
2015-10-15now with _rebound user, we can try a little harder at privdroptedu1-3/+11
2015-10-15_rebound user and group (52)tedu2-0/+2
2015-10-15make the HUP interlocking in the parent work better.tedu1-10/+24
2015-10-15trivial KNFderaadt1-3/+5
2015-10-15In syslogd replace the dprintf() macro with a logdebug() functionbluhm3-85/+97
2015-10-15Pledge login_token with "stdio rpath wpath cpath fattr getpw tty".bluhm1-1/+4
2015-10-15just a space in usage, from deraadttedu1-2/+2
2015-10-15Remove an unused included header (sys/stat.h).mmcc1-2/+1
2015-10-15add a hint about the config file, until it changestedu1-1/+5
2015-10-15child can be pledged down a bit to just sockets and iotedu1-1/+6
2015-10-15When using a pf rule with both nat-to and rdr-to, it could happenbluhm1-3/+6
2015-10-15import rebound, a lightweight dns proxy, for further polishingtedu4-0/+648
2015-10-15Introduce an unsigned char variable for the ctype function calls.mmcc1-5/+7
2015-10-15Don't Xr flock, since that is not the locking method used.deraadt1-3/+2
2015-10-15Remove disklabel -B (NUMBOOT) support. All the platforms which used to needmiod4-320/+8
2015-10-15Avoid a race between fopen(3) and fchmod(2). Use umask(2) andbluhm1-3/+4
2015-10-15No need to create links for xxboot now that MI installboot is the preferredmiod1-4/+1
2015-10-15Use MI installboot instead of disklabel -B to install boot blocks.miod6-36/+19
2015-10-15Add an extra argument to bootstrap() to allow for a limited overlap between anmiod6-14/+31
2015-10-15add missing comma and missing range restriction, found by smilintsthen1-4/+7
2015-10-15relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce.sthen1-4/+6