Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | Remove TMPDIR support, it is not really useful in crontab. | Todd C. Miller | |
OK deraadt@ | |||
2015-10-26 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot | |
ok bluhm@ | |||
2015-10-26 | Put off some "notyet" dust from login.c. | Vadim Zhukov | |
okay millert@ and deraadt@ | |||
2015-10-26 | Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls. | Todd C. Miller | |
OK guenther@ | |||
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback | |
2015-10-26 | don't keep the passwd database open; callers do not expect that they will | Ted Unangst | |
become responsible for calling endpwent. ok deraadt | |||
2015-10-26 | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) | Christian Weisgerber | |
and remove a few unused defines; no binary changes; ok tedu@ zhuk@ | |||
2015-10-26 | (char *)0 -> NULL | mmcc | |
ok tedu@ | |||
2015-10-26 | Flesh out GPT info and tweak other verbiage to be less MBR specific. | Kenneth R Westerback | |
2015-10-26 | Remove some useless defines and the set_cron_uid() function. | Todd C. Miller | |
OK jung@ | |||
2015-10-26 | Let SLIST_REMOVE invalidate the pointer in more cases. | Alexander Bluhm | |
OK jsing@ | |||
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc | |
Discussed with jca@. | |||
2015-10-26 | remove the silly username cache here and use libc user_from_uid. | Ted Unangst | |
libc isn't (yet) any better, but it can improve with time. | |||
2015-10-26 | remove TMPDIR support | Theo de Raadt | |
2015-10-26 | sync | Theo de Raadt | |
2015-10-26 | rip6query goes to the attic. Hopefully route6d (rip6d?) will get some | Theo de Raadt | |
love instead, prod prod. ok claudio jca mpi | |||
2015-10-26 | remove TMPDIR support. ok millert | Ted Unangst | |
2015-10-26 | print uptime too. ok deraadt | Ted Unangst | |
2015-10-26 | one second amnesty for timeouts so we don't spin with short timeouts | Ted Unangst | |
2015-10-26 | set listening sockets to nonblocking, then handle as many incoming requests | Ted Unangst | |
as we can in the loop instead of keventing per request. | |||
2015-10-26 | dns check needs to be done on the kernel address after copyin | Ted Unangst | |
2015-10-26 | Allow NET_RT_IFLIST in pledge "dns" as well | Theo de Raadt | |
2015-10-26 | Kernel got fixed we no longer need to check if rtm_pid is 0 to filter out | Claudio Jeker | |
route messages that are not from us. | |||
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is | Theo de Raadt | |
no pledge to recommend. | |||
2015-10-26 | add setreuid/setregid to "id" | Theo de Raadt | |
2015-10-26 | stop saving a pidfile; ok jung zhuk | Theo de Raadt | |
2015-10-26 | fix PATH_INFO for / requests | Joerg Jung | |
diff from Denis Fondras ok reyk | |||
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm | |
support from the makefiles. OK naddy@ | |||
2015-10-26 | remove libutil from dpadd too | Ted Unangst | |
2015-10-26 | remove libutil from dpadd too | Ted Unangst | |
2015-10-26 | last consumer in base of pidfile()... | Theo de Raadt | |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung | |
ok deraadt | |||
2015-10-26 | Stop writing a pidfile | Theo de Raadt | |
ok benno jung | |||
2015-10-26 | stop using pidfile() | Theo de Raadt | |
ok benno jung jca | |||
2015-10-26 | remove unneeded pidfile() from smtpd | Joerg Jung | |
ok gilles | |||
2015-10-26 | Sync "ifconfig create" interface list with ifconfig -C output. | Jonathan Gray | |
Adds pair, svlan, tap and vxlan. | |||
2015-10-26 | avoid a potential double free | Jonathan Gray | |
ok gilles@ | |||
2015-10-26 | Add autoport to netinet6 regress tests | Vincent Gross | |
2015-10-26 | Add regress test on local route insertions | Vincent Gross | |
2015-10-26 | change some pledge_fail() error/code | Sebastien Marie | |
- for PLEDGE_FATTR: the code is more accurate to be PLEDGE_FATTR, has p->p_pledgenote could have multiple bits inside, and it is the lake of PLEDGE_FATTR that make the check fail. - for PLEDGE_RECVFD and PLEDGE_SENDFD, change the error to be EINVAL: we fail, not because of lake of PLEDGE_RECVFD / PLEDGE_SENDFD permission, but because the value passed is invalid in pledged program (for example trying to send a VDIR). "go ahead" deraadt@ | |||
2015-10-26 | make pledge_check(), used for syscall check with pledge, returns an error and | Sebastien Marie | |
provide the required pledge request for pledge_fail(). ok deraadt@ | |||
2015-10-26 | Using realm for bsdauth is misleading. It is currently unusable. | YASUOKA Masahiko | |
2015-10-26 | temporary unhook regress/sys/kern/pledge from regress | Sebastien Marie | |
2015-10-26 | Fix typo certopt->certopts in shell variable. This would cause the test to | Darren Tucker | |
hang at a host key prompt if you have an A or CNAME for "proxy" in your local domain. | |||
2015-10-26 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-26 | adjust macro usage to the usual conventions | Ingo Schwarze | |
2015-10-26 | Partial revert of r1.79, "np" handling is a bit trickier than expected. | Jeremie Courreges-Anglas | |
2015-10-26 | Set low-delay traffic class for IPv6 connections as well | Jeremie Courreges-Anglas | |
While here, there is no option to pass a different tos, and no other use of the "tos" variable out of tn(), so move the "tos" variable in tn() and assign it the right value from the start. ok millert@ | |||
2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" | Jeremie Courreges-Anglas | |
"set" reminds of select(2) fd_set, and is never used elsewhere in the tree as a name for a pollfd array. No functional change. | |||
2015-10-26 | Those variables should be local to the functions where they are used. | Jeremie Courreges-Anglas | |
Gets rid of a lot of warnings with -Wshadow. No functional change. |