summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-27Print a missing "metric" before the actual metric when printing aRenato Westphal
2015-10-26Put repquota in line with other utilities: you either wants list everyting,Vadim Zhukov
2015-10-26Fix makemap(8) for values containing a '#'.Sunil Nimmagadda
2015-10-26Remove TMPDIR support, it is not really useful in crontab.Todd C. Miller
2015-10-26Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.Todd C. Miller
2015-10-26Remove some useless defines and the set_cron_uid() function.Todd C. Miller
2015-10-26rip6query goes to the attic. Hopefully route6d (rip6d?) will get someTheo de Raadt
2015-10-26one second amnesty for timeouts so we don't spin with short timeoutsTed Unangst
2015-10-26set listening sockets to nonblocking, then handle as many incoming requestsTed Unangst
2015-10-26Kernel got fixed we no longer need to check if rtm_pid is 0 to filter outClaudio Jeker
2015-10-26stop saving a pidfile; ok jung zhukTheo de Raadt
2015-10-26fix PATH_INFO for / requestsJoerg Jung
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26last consumer in base of pidfile()...Theo de Raadt
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26Stop writing a pidfileTheo de Raadt
2015-10-26stop using pidfile()Theo de Raadt
2015-10-26remove unneeded pidfile() from smtpdJoerg Jung
2015-10-26avoid a potential double freeJonathan Gray
2015-10-26Using realm for bsdauth is misleading. It is currently unusable.YASUOKA Masahiko
2015-10-26Partial revert of r1.79, "np" handling is a bit trickier than expected.Jeremie Courreges-Anglas
2015-10-26Rename the struct pollfd array, "set" -> "pfd"Jeremie Courreges-Anglas
2015-10-26Those variables should be local to the functions where they are used.Jeremie Courreges-Anglas
2015-10-26Kill unused variable and function.Jeremie Courreges-Anglas
2015-10-25hms() returns a pointer to static storage, annotate the return type with "const"Jeremie Courreges-Anglas
2015-10-25Correctly print size_t/time_t.Jeremie Courreges-Anglas
2015-10-25Plug memory leak introduced in r1.15.Jeremie Courreges-Anglas
2015-10-25Those two functions take no parameters, thus /* ARGSUSED */ is meaningless.Jeremie Courreges-Anglas
2015-10-25Sync surrounding code after reallocarray introduction.Jeremie Courreges-Anglas
2015-10-25Rename allocopy() to xstrdup(), and make use of strdup(3).Jeremie Courreges-Anglas
2015-10-25Kill unused ROUTE6D_CONF define.Jeremie Courreges-Anglas
2015-10-25Another pidfile(3) removal; ok benno@Jeremie Courreges-Anglas
2015-10-25In case of error, also log the file name we failed to open.Jeremie Courreges-Anglas
2015-10-25ansifyJeremie Courreges-Anglas
2015-10-25Remove PIDDIR and PIDFILE missed in previous commit.Todd C. Miller
2015-10-25pledge "stdio inet route"; ok deraadt@Jeremie Courreges-Anglas
2015-10-25Remove cron.pid support. We still want to avoid multiple cronsTodd C. Miller
2015-10-25Stop writing down a pidfile.Jeremie Courreges-Anglas
2015-10-25Fix installboot(8) on i386/amd64 when softraid is on top of GPT.Stefan Sperling
2015-10-25pledge "route" no longer needed for if_indextoname & if_nametoindexTheo de Raadt
2015-10-25Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent andClaudio Jeker
2015-10-25Only run the rib_dump_runner() if there is something pending and theClaudio Jeker
2015-10-25Cast ctype functions' argument to unsigned char.mmcc
2015-10-25zap trailing whitespace;Jason McIntyre
2015-10-25backout; many issues remain...Theo de Raadt
2015-10-25the DNS process was not discarding & redirecting stdin/out/err toTheo de Raadt
2015-10-25pledge the main usage patterns similar to arp(8). Some akkorokamuiTheo de Raadt
2015-10-25pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingTheo de Raadt
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2015-10-25Fix some bugs in the detection of when an interface can be enabled.Renato Westphal