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