index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2015-10-30
it is necessary to call tzset() to get syslog timestamps correct.
Ted Unangst
2015-10-29
Also need exec to run the editor of course.
Todd C. Miller
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
2015-10-29
Remove useless FACILITY define and use LOG_CRON directly.
Todd C. Miller
2015-10-29
put timeout nullification in correct spot
Ted Unangst
2015-10-29
be a little more precise about checking filters
Ted Unangst
2015-10-29
refold a few lines
Ted Unangst
2015-10-29
collect some cool stats and print them out with SIGUSR1
Ted Unangst
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-29
rdate is a classic "run as root, talk to internet for a while doing
Theo de Raadt
2015-10-29
Almost assuredly no longer needs pledge "route"
Theo de Raadt
2015-10-28
impose some limit on the cache size as well.
Ted Unangst
2015-10-28
if accept() fails due to fd exhaustion, stop accepting for one second.
Ted Unangst
2015-10-28
Backout the backout of installboot softraid non-gpt case fix.
Stefan Sperling
2015-10-28
bug in the request tree code: requests were being added to the tree before
Ted Unangst
2015-10-28
twiddle with rlimit to give us a few more files. use rlimit as a hint as
Ted Unangst
2015-10-28
pledge
Theo de Raadt
2015-10-28
Revert GPT change. Breaks non-GPT install/upgrade.
Kenneth R Westerback
2015-10-28
add pledge to main process, though it needs a few more options
Ted Unangst
2015-10-28
use an rb tree for the cache too. modelled after the reqtree.
Ted Unangst
2015-10-28
In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.
Stefan Sperling
2015-10-28
use an rb tree for finding requests. from Dimitris Papastamos
Ted Unangst
2015-10-28
Remove a few more NULL-checks before free.
mmcc
2015-10-28
While I'm in here, drop a NULL-check before free.
mmcc
2015-10-28
masquerade and senders map require being able to lookup mailaddr structures
Gilles Chehade
2015-10-28
Remove support for lpd.pid file. OK deraadt@
Todd C. Miller
2015-10-28
pcap_stat fields are unsigned, print them as such
Jeremie Courreges-Anglas
2015-10-28
By hoisting sysctl hw.cpuspeed towards the top, it is possible to
Theo de Raadt
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-28
pid removal; from jan stary
Jason McIntyre
2015-10-28
various macro fixes;
Jason McIntyre
2015-10-28
remove old check on username length that simply makes no sense nowadays
Gilles Chehade
2015-10-28
dns_lookup_host() needs to remove brackets and IPv6: prefix when receiving
Gilles Chehade
2015-10-28
aliases support resolving to maildir:/path
Gilles Chehade
2015-10-28
Remove dead code.
Sunil Nimmagadda
2015-10-27
add a rcpt-to parameter to be able to use the original (probably expanded)
Joerg Jung
2015-10-27
delivery lmtp gets fed with a message file as input which is guaranted to have
Joerg Jung
2015-10-27
enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath
Gilles Chehade
2015-10-27
aliases_virtual_check() has been unneeded for a while
Gilles Chehade
2015-10-27
calloc -> malloc when the memory is immediately overwritten with memcpy.
mmcc
2015-10-27
Use AF_UNIX instead of AF_LOCAL.
Todd C. Miller
2015-10-27
Fix manpage for empty pidfile. Pointed out by millert@
Stuart Henderson
2015-10-27
Don't use a pidfile in unbound by default. Retain the ability in unbound.conf
Stuart Henderson
2015-10-27
Remove wrong line.
Renato Westphal
2015-10-27
change cipher-server-preference to be on by default. It can be disabled with
Sebastian Benoit
2015-10-27
Consistency in error messages.
Jeremie Courreges-Anglas
2015-10-27
Fix nsd and unbound's error checking with SSL_CTX_set_options().
Doug Hogan
[next]