Age | Commit message (Expand) | Author |
2015-10-31 | swap_gids and swap_gids_back are only used by crontab.c so | Todd C. Miller |
2015-10-31 | mark *Completions* buffer as read-only | Jasper Lievisse Adriaanse |
2015-10-31 | Invoke the _HIDDEN() sigprocmask label rather than the public one. | Miod Vallat |
2015-10-31 | Only handle meta scripts for rc.d actions and enable/disable only. | Antoine Jacoutot |
2015-10-31 | revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturner | Joerg Jung |
2015-10-31 | This is sigprocmask, not sigpending. | Miod Vallat |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-31 | sync | Theo de Raadt |
2015-10-31 | Do not include a timestamp in the syslog message. There is no need -- | Theo de Raadt |
2015-10-31 | expose the sysctl backing getloadavg(3) all the time, now that more | Theo de Raadt |
2015-10-30 | document m_resethdr | Sebastian Benoit |
2015-10-30 | Let m_resethdr() clear the whole mbuf packet header, not only the | Alexander Bluhm |
2015-10-30 | Redo 1.69, but correctly, so that this really works for yp setups. | Miod Vallat |
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze |
2015-10-30 | Do not access a NULL pointer when a .Bd macro has no arguments at all. | Ingo Schwarze |
2015-10-30 | drop unused define; ok reyk@ | Christian Weisgerber |
2015-10-30 | Fix two (verified to be harmless) off-by-ones in bounds checks in | Miod Vallat |
2015-10-30 | Remove support for sending status reports to syslog on SIGINFO; | Reyk Floeter |
2015-10-30 | Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)). | Todd C. Miller |
2015-10-30 | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | Miod Vallat |
2015-10-30 | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | Miod Vallat |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-10-30 | it is necessary to call tzset() to get syslog timestamps correct. | Ted Unangst |
2015-10-30 | zap trailing whitespace; | Jason McIntyre |
2015-10-30 | top renice command requires pledge "id", from Michael Lesniewski | Theo de Raadt |
2015-10-30 | Try to clarify the fc section a tad; fc apprently stands for "fix command". | Todd C. Miller |
2015-10-30 | need -lm | Theo de Raadt |
2015-10-30 | sync | Theo de Raadt |
2015-10-30 | Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet. | Reyk Floeter |
2015-10-30 | fix eyesoring trailing whitspace | Jasper Lievisse Adriaanse |
2015-10-30 | Clean up handling of 'clear states' pfsync packets. | Mike Belopuhov |
2015-10-30 | Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI | Mark Kettenis |
2015-10-30 | Point out that daemon class, via login.conf, can be used to set more than | Stuart Henderson |
2015-10-30 | Use double variables and sqrt(3) from libm to calculate statistics like | Florian Obser |
2015-10-30 | Add an example about using the Spanning Tree Protocol (STP) to prevent | Reyk Floeter |
2015-10-30 | Missed to rename the upper case RTREQUEST1 in prevoius commit. | Alexander Bluhm |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-30 | Use NULL instead of 0 for pci_decompose_tag() pointer arguments. | Miod Vallat |
2015-10-30 | regress: pledge | Sebastien Marie |
2015-10-30 | uvm_deallocate()'s return type is void, not int. This has apparently | mmcc |
2015-10-30 | 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias | Philip Guenther |
2015-10-30 | For getgrent.3: | Philip Guenther |
2015-10-30 | mark usage __dead | Ted Unangst |
2015-10-29 | Also need exec to run the editor of course. | Todd C. Miller |
2015-10-29 | Remove duplicated prototype. | Miod Vallat |
2015-10-29 | crontab needs "proc" for fork(2) | Todd C. Miller |
2015-10-29 | Use stravis(3) instead of a homegrown vis-like function. | Todd C. Miller |
2015-10-29 | remove unused variables | Todd C. Miller |
2015-10-29 | Convert env_get() into env_find() similar to __findenv() in libc. | Todd C. Miller |