Age | Commit message (Expand) | Author |
2015-10-26 | don't keep the passwd database open; callers do not expect that they will | Ted Unangst |
2015-10-26 | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) | Christian Weisgerber |
2015-10-26 | (char *)0 -> NULL | mmcc |
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 |
2015-10-26 | Let SLIST_REMOVE invalidate the pointer in more cases. | Alexander Bluhm |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-10-26 | remove the silly username cache here and use libc user_from_uid. | Ted Unangst |
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 |
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 |
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 |
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is | Theo de Raadt |
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 |
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm |
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 |
2015-10-26 | Stop writing a pidfile | Theo de Raadt |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-10-26 | remove unneeded pidfile() from smtpd | Joerg Jung |
2015-10-26 | Sync "ifconfig create" interface list with ifconfig -C output. | Jonathan Gray |
2015-10-26 | avoid a potential double free | Jonathan Gray |
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 |
2015-10-26 | make pledge_check(), used for syscall check with pledge, returns an error and | Sebastien Marie |
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 |
2015-10-26 | Cast isdigit()'s argument to unsigned char. | mmcc |
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 |
2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" | Jeremie Courreges-Anglas |
2015-10-26 | Those variables should be local to the functions where they are used. | Jeremie Courreges-Anglas |
2015-10-26 | space before punctuation; | Jason McIntyre |
2015-10-26 | Kill unused variable and function. | Jeremie Courreges-Anglas |
2015-10-25 | hms() returns a pointer to static storage, annotate the return type with "const" | Jeremie Courreges-Anglas |
2015-10-25 | Correctly print size_t/time_t. | Jeremie Courreges-Anglas |
2015-10-25 | Expand tildes in filenames passed to -i before checking whether or not the | Darren Tucker |