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-09-05
Avoid unintended problems with operator precedence when doing an
Jonathan Gray
2012-03-26
Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).
Stuart Henderson
2015-09-04
zap extra newline that snuck in
Jasper Lievisse Adriaanse
2015-09-03
In sendsyslog(2) I got the plural s of messages right. The messages
Alexander Bluhm
2015-09-03
Instead of creating a line buffer on the stack, tcp_readcb() can
Alexander Bluhm
2015-09-03
Document spool dir in smtpd's FILES section and be consistent with
Todd C. Miller
2015-09-03
Modify acpidump to work on systems booted from efi boot. Use the ACPI
YASUOKA Masahiko
2015-09-03
move paren to correctly return a negative error value instead of the
Jonathan Gray
2015-09-03
the session kicking mechanism has an accounting bug leading to some legit
Gilles Chehade
2015-09-01
Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids
Alexander Bluhm
2015-09-01
stop defining a local copy of perror(); libc/rpc no longer uses it.
Theo de Raadt
2015-08-31
The !prog and +host features allow to select log messages from a
Alexander Bluhm
2015-08-30
rename a variable "err" to "error"
Theo de Raadt
2015-08-30
warnx(3) has an implicit \n at the end.
Florian Obser
2015-08-28
log battery changes every 10%, not every 21.
Ted Unangst
2015-08-28
Rework the UNIX domain socket garbage collector, including ideas from
Philip Guenther
2015-08-28
Xr ntpctl; from Rob Pierce
Theo de Raadt
2015-08-27
missing va_end(); OK deraadt
Gleydson Soares
2015-08-27
When syslogd is reloading a modified config, it does a reexec on
Alexander Bluhm
2015-08-27
Add a boundary check for safety and use snprintf() to construct the IP
YASUOKA Masahiko
2015-08-26
fix a use after free in an error path found with afl
Jonathan Gray
2015-08-25
Use ppoll(2) instead of poll(2). This has two benefits. Firstly,
Todd C. Miller
2015-08-25
strlcpy() accesses the source string until it finds NUL, even if
Alexander Bluhm
2015-08-25
Remove references to the -h command line option which was removed.
YASUOKA Masahiko
2015-08-25
Remove -h command line option from radiusd(8) to make it better style.
YASUOKA Masahiko
2015-08-24
cp -> mv
Antoine Jacoutot
2015-08-24
Make backup directory of replaced files persistent: /var/sysmerge/backups.
Antoine Jacoutot
2015-08-24
/usr/share/sysmerge -> /var/sysmerge
Antoine Jacoutot
2015-08-23
Use simple byte pointer arithmetic and memcpy from/to aligned stack
Christian Weisgerber
2015-08-21
Increase the input side socket buffer size for "check icmp" not to
YASUOKA Masahiko
2015-08-21
Use reallocarray() instead of malloc() before strvisx().
Reyk Floeter
2015-08-21
The WebDAV MOVE method was not included in the switch statement
Reyk Floeter
2015-08-21
spaces
Theo de Raadt
2015-08-21
since stdlib.h is in scope, don't cast.... you know the drill.
Theo de Raadt
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-08-20
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
Reyk Floeter
2015-08-20
use SOCK_NONBLOCK when making a socket instead of ioctl FIONBIO.
David Gwynne
2015-08-20
avoid ioctl FIONBIO by passing SOCK_NONBLOCK to the things we get
David Gwynne
2015-08-20
ignore SIGPIPE so we can handle the write(2) failures.
David Gwynne
2015-08-19
spacing
Reyk Floeter
2015-08-19
ca_hier() und ca_newpass() abort on failure, return void instead of int.
Reyk Floeter
2015-08-19
spacing
Reyk Floeter
2015-08-19
fcopy_env() should return void as it aborts on failure.
Reyk Floeter
2015-08-19
add missing prototype
Theo de Raadt
2015-08-19
do not cast result from xcalloc(); it is in scope
Theo de Raadt
2015-08-19
Use C99 integer types in ikectl(8).
Reyk Floeter
2015-08-19
Support for overwriting $ENV:: variables in OpenSSL .cnf files from
Reyk Floeter
2015-08-19
Remove XXX.
Antoine Jacoutot
2015-08-18
Fix inconsistent spelling of `inconsistent'
Miod Vallat
[next]