index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-22
Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno
Philip Guenther
2014-04-22
Clarify an err() message
Philip Guenther
2014-04-22
Convert a malloc(x*y)+memset to calloc(x,y)
Philip Guenther
2014-04-21
Avoid a loop during autoinstall in case the path in the responsefile does
Robert Peichaer
2014-04-21
repair regress tests broken by server-side default cipher/kex/mac changes
Damien Miller
2014-04-21
Print bytes read and written in human readable form, like:
Claudio Jeker
2014-04-21
Copy the updated proc.c from relayd to use the same file. Adjust
Reyk Floeter
2014-04-21
Change dhcp_request() and v4_config() to be able to configure dhcp
Robert Peichaer
2014-04-21
Bind to localAddr if specified and add some XXX comments about stuff
Claudio Jeker
2014-04-21
g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it in
Henning Brauer
2014-04-21
__inline -> inline
Henning Brauer
2014-04-21
you must have S_ISDIR to play
Theo de Raadt
2014-04-21
Document show summary
Claudio Jeker
2014-04-21
Print the target and initiator name in show command.
Claudio Jeker
2014-04-21
Start passing the initiator and target name in the show command.
Claudio Jeker
2014-04-21
Cope with the iscsid changes. Makes the msg handling a lot easier.
Claudio Jeker
2014-04-21
Redo most of the control message handling. Switch it back to use
Claudio Jeker
2014-04-21
Add a few missing free's in the grammar.
Reyk Floeter
2014-04-21
It does not make sense to specify a port for the initiatoraddr.
Claudio Jeker
2014-04-21
Use RSA_set_ex_data()/RSA_get_ex_data() directly instead of
Reyk Floeter
2014-04-21
KNF.
Joel Sing
2014-04-21
KNF.
Joel Sing
2014-04-21
KNF.
Joel Sing
2014-04-21
KNF.
Joel Sing
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller
2014-04-21
KNF.
Joel Sing
2014-04-21
use mallocarray(a,b) instead of malloc(a*b)
Theo de Raadt
2014-04-21
more malloc/realloc/calloc cleanups; ok beck kettenis
Theo de Raadt
2014-04-21
KNF.
Joel Sing
2014-04-21
use the language from the 802.1Q standard which just talks about tags,
Henning Brauer
2014-04-21
Remove historical comment about <varargs.h> and warn people from using
Philip Guenther
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-21
no need for malloc casts
Theo de Raadt
2014-04-21
KNF.
Joel Sing
2014-04-21
Use a better way that ensures that NIFS is really 0 if there are no
Robert Peichaer
2014-04-21
check perms on .ssh/id_ed25519; Fritjof Bornebusch
Stuart Henderson
2014-04-21
More KNF.
Joel Sing
2014-04-21
KNF.
Joel Sing
2014-04-21
msdosfs timestamps can only represent 1/1/1980 through
Kenneth R Westerback
2014-04-21
Ooops. Delete discarded offered leases from correct TAILQ. More than
Kenneth R Westerback
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-21
KNF.
Joel Sing
2014-04-21
Implement sftp upload resume support.
Loganaden Velvindron
2014-04-21
KNF.
Joel Sing
2014-04-21
Revert 1.101 as it breaks source port selection. This needs more
Florian Obser
2014-04-21
stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernet
Henning Brauer
2014-04-21
sync
Theo de Raadt
2014-04-21
correct man page section
Theo de Raadt
2014-04-21
crank minor
Theo de Raadt
2014-04-21
Introducing: void *mallocarray(size_t nmemb, size_t size);
Theo de Raadt
[next]