index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
split crypt_checkpass off into a new file
tedu
2014-11-20
3
-36
/
+73
*
Document behavior of atexit() when called in a DSO that is later unloaded.
guenther
2014-11-20
1
-2
/
+14
*
add crypt_newhash to NAME and add an MLINK;
jmc
2014-11-18
2
-4
/
+6
*
add new function crypt_newhash to simplify creating new hashes.
tedu
2014-11-17
2
-3
/
+46
*
Reduce instances of `` '' in manuals.
bentley
2014-11-15
1
-5
/
+5
*
edns0 is not currently supported: confirmed by sthen and eric
jmc
2014-11-05
1
-7
/
+7
*
clean up verbiage around the calculations; ok ingo jmc otto
deraadt
2014-10-30
1
-5
/
+5
*
Don't mention old systems where realloc(NULL, n) didn't work as we
millert
2014-10-30
1
-11
/
+7
*
Save space in man page: err() -> errc() and combine vars.
doug
2014-10-23
1
-18
/
+11
*
Avoid writing in second person in malloc.3
doug
2014-10-22
1
-13
/
+12
*
List extensions in the STANDARDS section, replacing some text below CAVEATS.
schwarze
2014-10-20
1
-33
/
+30
*
make RETURN VALUES more concise
schwarze
2014-10-19
1
-77
/
+28
*
Revamp malloc.3 by reordering the sections and rewriting parts.
doug
2014-10-19
1
-185
/
+417
*
Revert last commit due to changed semantics found by make release.
doug
2014-10-19
1
-10
/
+10
*
Better POSIX compliance in realpath(3).
doug
2014-10-18
1
-10
/
+10
*
remove unused variable
chl
2014-10-13
1
-3
/
+1
*
Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,
schwarze
2014-10-11
1
-4
/
+11
*
Userland reallocarray() audit.
doug
2014-10-11
1
-3
/
+3
*
Userland reallocarray() audit.
doug
2014-10-11
1
-3
/
+3
*
replace select with equiv poll usage.
dlg
2014-10-10
1
-17
/
+12
*
using reallocarray() gives us multiplicative integer overflow checking
deraadt
2014-10-08
1
-3
/
+3
*
obvious malloc -> reallocarray, for mult int oflow
deraadt
2014-10-08
1
-2
/
+2
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
5
-14
/
+14
*
Do not claim that empty numbers set EINVAL, our implementation doesn't.
schwarze
2014-09-14
2
-37
/
+61
*
Make sure that the following functions return 0 and EINVAL as
schwarze
2014-09-13
6
-20
/
+60
*
obvious cases of missing .An;
schwarze
2014-09-08
1
-3
/
+3
*
POSIX specifies arpa/inet.h as the include file for these.
millert
2014-09-04
1
-3
/
+3
*
Make the in6addr constant declarations and definitions consistent
bluhm
2014-08-31
1
-3
/
+3
*
Add sockatmark()
guenther
2014-08-31
3
-5
/
+170
*
unbind;
jmc
2014-08-23
5
-27
/
+16
*
a small tweak to improve malloc in multithreaded programs. we don't need
tedu
2014-08-18
1
-7
/
+21
*
XPG requires insque() and remque() to work with linear lists and not just
guenther
2014-08-15
3
-21
/
+26
*
Only need <stdint.h> and not all of <inttypes.h> here
guenther
2014-08-10
1
-2
/
+2
*
missing newline
deraadt
2014-07-21
1
-1
/
+2
*
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
2014-07-21
4
-8
/
+8
*
Move more OS-specific functionality to arc4random.h headers.
bcook
2014-07-20
2
-6
/
+14
*
From ISO/IEC 9899:1999 and 9899:201x,
guenther
2014-07-20
2
-5
/
+5
*
arc4random re-seeds with getentropy() now; ok deraadt@ jmc@
naddy
2014-07-19
1
-3
/
+3
*
Change _rs_allocate so it can combine the two regions (rs and rsx)
deraadt
2014-07-19
2
-28
/
+25
*
Remove "const" from the lsearch(3) manual's synopsis too.
matthew
2014-07-18
1
-3
/
+3
*
zap trailing whitespace;
jmc
2014-07-18
1
-3
/
+3
*
Change lsearch()'s "base" argument to require a non-const pointer to
matthew
2014-07-18
1
-2
/
+2
*
Seperate arc4random's os-dependent parts into static inline functions,
deraadt
2014-07-18
2
-36
/
+57
*
it is 2014, and we still need to encourage people away from srand()
deraadt
2014-07-17
2
-5
/
+14
*
"Race-free because we're running single-threaded in a new
deraadt
2014-07-17
1
-1
/
+5
*
#ifdef wrap the _rs_forkhandler
deraadt
2014-07-16
1
-1
/
+3
*
added handler for an atfork hook from kettenis@
bcook
2014-07-16
1
-1
/
+10
*
tweak previous;
jmc
2014-07-13
1
-2
/
+2
*
missing bracket in previous;
jmc
2014-07-13
1
-2
/
+2
*
Update BUGS section.
miod
2014-07-13
1
-4
/
+6
[next]