| Commit message (Expand) | Author | Files | Lines |
2015-10-26 | set listening sockets to nonblocking, then handle as many incoming requests |  tedu | 1 | -9/+7 |
2015-10-26 | dns check needs to be done on the kernel address after copyin |  tedu | 1 | -6/+7 |
2015-10-26 | Allow NET_RT_IFLIST in pledge "dns" as well |  deraadt | 1 | -2/+2 |
2015-10-26 | Kernel got fixed we no longer need to check if rtm_pid is 0 to filter out |  claudio | 1 | -3/+2 |
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is |  deraadt | 2 | -7/+12 |
2015-10-26 | add setreuid/setregid to "id" |  deraadt | 1 | -1/+3 |
2015-10-26 | stop saving a pidfile; ok jung zhuk |  deraadt | 1 | -40/+1 |
2015-10-26 | fix PATH_INFO for / requests |  jung | 1 | -2/+2 |
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS |  bluhm | 7 | -90/+9 |
2015-10-26 | remove libutil from dpadd too |  tedu | 3 | -6/+3 |
2015-10-26 | remove libutil from dpadd too |  tedu | 1 | -2/+2 |
2015-10-26 | last consumer in base of pidfile()... |  deraadt | 2 | -5/+4 |
2015-10-26 | remove util.h include and -lutil after pidfile removal |  jung | 8 | -15/+8 |
2015-10-26 | Stop writing a pidfile |  deraadt | 3 | -31/+6 |
2015-10-26 | stop using pidfile() |  deraadt | 4 | -10/+3 |
2015-10-26 | remove unneeded pidfile() from smtpd |  jung | 1 | -5/+1 |
2015-10-26 | Sync "ifconfig create" interface list with ifconfig -C output. |  jsg | 1 | -3/+7 |
2015-10-26 | avoid a potential double free |  jsg | 1 | -1/+2 |
2015-10-26 | Add autoport to netinet6 regress tests |  vgross | 1 | -2/+2 |
2015-10-26 | Add regress test on local route insertions |  vgross | 3 | -2/+130 |
2015-10-26 | change some pledge_fail() error/code |  semarie | 1 | -4/+4 |
2015-10-26 | make pledge_check(), used for syscall check with pledge, returns an error and |  semarie | 3 | -10/+17 |
2015-10-26 | Using realm for bsdauth is misleading. It is currently unusable. |  yasuoka | 1 | -5/+5 |
2015-10-26 | temporary unhook regress/sys/kern/pledge from regress |  semarie | 1 | -2/+4 |
2015-10-26 | Fix typo certopt->certopts in shell variable. This would cause the test to |  dtucker | 1 | -2/+2 |
2015-10-26 | Cast isdigit()'s argument to unsigned char. |  mmcc | 1 | -2/+2 |
2015-10-26 | adjust macro usage to the usual conventions |  schwarze | 1 | -481/+483 |
2015-10-26 | Partial revert of r1.79, "np" handling is a bit trickier than expected. |  jca | 1 | -4/+3 |
2015-10-26 | Set low-delay traffic class for IPv6 connections as well |  jca | 1 | -11/+14 |
2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" |  jca | 1 | -10/+10 |
2015-10-26 | Those variables should be local to the functions where they are used. |  jca | 1 | -12/+11 |
2015-10-26 | space before punctuation; |  jmc | 1 | -3/+3 |
2015-10-26 | Kill unused variable and function. |  jca | 1 | -16/+1 |
2015-10-25 | hms() returns a pointer to static storage, annotate the return type with "const" |  jca | 1 | -3/+3 |
2015-10-25 | Correctly print size_t/time_t. |  jca | 1 | -7/+7 |
2015-10-25 | Expand tildes in filenames passed to -i before checking whether or not the |  dtucker | 1 | -6/+7 |
2015-10-25 | Plug memory leak introduced in r1.15. |  jca | 1 | -11/+1 |
2015-10-25 | Do not prepend "exec" to the shell command run by "Match exec" in a config |  dtucker | 1 | -10/+3 |
2015-10-25 | No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@ |  millert | 2 | -10/+4 |
2015-10-25 | Those two functions take no parameters, thus /* ARGSUSED */ is meaningless. |  jca | 1 | -3/+1 |
2015-10-25 | Sync surrounding code after reallocarray introduction. |  jca | 1 | -3/+3 |
2015-10-25 | Rename allocopy() to xstrdup(), and make use of strdup(3). |  jca | 1 | -11/+9 |
2015-10-25 | Kill unused ROUTE6D_CONF define. |  jca | 1 | -5/+1 |
2015-10-25 | Another pidfile(3) removal; ok benno@ |  jca | 2 | -6/+2 |
2015-10-25 | In case of error, also log the file name we failed to open. |  jca | 1 | -2/+2 |
2015-10-25 | Extend the modifiers allowed before formats: as well as the existing |  nicm | 5 | -113/+175 |
2015-10-25 | unifdef some oldness. (BSD not defined since removal of param.h) |  tedu | 1 | -10/+1 |
2015-10-25 | ansify |  jca | 6 | -45/+27 |
2015-10-25 | unbreak tree for ramdisks without INET6 |  deraadt | 1 | -1/+3 |
2015-10-25 | Unify & improve paragraphs talking about "==> file <==" headers in |  zhuk | 2 | -12/+12 |