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
*
Disable the "switch to insertion sort" optimization to avoid quadratic
millert
2014-06-12
1
-13
/
+2
*
Really remove the obsolete manpages left by earlier commit
chrisz
2014-06-11
2
-0
/
+0
*
Remove manpages about deprecated RFC2292 ancillary data convenience functions.
chrisz
2014-06-11
4
-769
/
+4
*
mop up ifndef KERNEL goo; ok miod
deraadt
2014-06-10
12
-60
/
+12
*
move random bytes buffer to be part of mmaped pages; ok tedu@
otto
2014-06-02
1
-21
/
+18
*
Delete the extraneous "return" statement at the end of a void function.
jca
2014-05-31
1
-2
/
+1
*
move all stats collecting under MALLOC_STATS; ok krw@
otto
2014-05-26
1
-28
/
+33
*
fix MALLOC_STATS (not compiled in by default); ok tedu@
otto
2014-05-21
1
-18
/
+19
*
factor out a bit of the chunk index code and use it to make sure that a
tedu
2014-05-18
1
-14
/
+33
*
correctly match size and buffer. from enh at google
tedu
2014-05-17
1
-3
/
+3
*
Add missing header needed by isdigit().
chl
2014-05-17
1
-4
/
+5
*
refactor some of the des crypt code to use fewer globals.
tedu
2014-05-17
2
-42
/
+45
*
update NAME and MLINKS for previous;
jmc
2014-05-16
2
-5
/
+7
*
document crypt_checkpass
tedu
2014-05-16
1
-1
/
+14
*
use $2b in the bcrypt example, ok tedu
sthen
2014-05-16
1
-3
/
+3
*
stop flushing streams in abort(). it's hackish and unsafe, and no longer
tedu
2014-05-14
2
-21
/
+13
*
remove md5crypt.
tedu
2014-05-12
5
-195
/
+65
*
change to having four freelists per size, to reduce another source of
tedu
2014-05-12
1
-16
/
+20
*
fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default
otto
2014-05-10
1
-2
/
+2
*
Add a bit more detail about dot notation from the old inet(3) manpage.
guenther
2014-05-09
1
-3
/
+11
*
move reallocarray() to a seperate file so that -portable applications
deraadt
2014-05-08
3
-18
/
+46
*
comment style fix
halex
2014-05-07
1
-2
/
+3
*
missing NULL checks to see if init is needed. found hard way by deraadt.
tedu
2014-05-06
1
-3
/
+3
*
fix stupid commit
tedu
2014-05-06
1
-5
/
+5
*
use explicit_bzero
tedu
2014-05-06
1
-5
/
+5
*
clear a stack buffer with explicit_bzero
tedu
2014-05-06
1
-2
/
+2
*
move chacha context and buffer out of bss and allow mmap to place them
tedu
2014-05-06
1
-6
/
+16
*
delete useless test code
deraadt
2014-05-04
1
-23
/
+1
*
now that 5.5 has been released with compatibility for 2b hashes,
tedu
2014-05-03
1
-2
/
+2
*
1. Drop support for no minor. This variant doesn't exist anymore.
tedu
2014-05-03
1
-44
/
+30
*
tweak previous; ok sthen
jmc
2014-05-01
1
-3
/
+3
*
nibbles aren't enough random, use bytes. does a better job of picking
tedu
2014-05-01
1
-14
/
+14
*
first cut at documenting the change to malloc doing a partial 'junk' by
sthen
2014-04-30
1
-2
/
+7
*
Implement AI_ADDRCONFIG
sperreault
2014-04-28
1
-3
/
+14
*
uses ssh these days, not rsh; ok tedu
jmc
2014-04-24
1
-2
/
+2
*
remove Z option and default to something halfway to J.
tedu
2014-04-23
1
-32
/
+22
*
explain a bit more what's going on for stupid me.
espie
2014-04-23
1
-1
/
+4
*
Better, cleaner hash function that computes the same on be and le archs.
otto
2014-04-23
1
-10
/
+8
*
- one more mallocarray -> reallocarray
jmc
2014-04-22
1
-3
/
+3
*
change mallocarray to reallocarray. useful in a few more situations.
tedu
2014-04-22
3
-17
/
+14
*
correct man page section
deraadt
2014-04-21
1
-2
/
+2
*
Introducing: void *mallocarray(size_t nmemb, size_t size);
deraadt
2014-04-21
3
-10
/
+36
*
Correctly document the return value of getenv(3)
guenther
2014-04-21
1
-6
/
+8
*
change some rsh references to ssh. poke by jmc
tedu
2014-04-19
2
-9
/
+9
*
tweak previous;
jmc
2014-04-19
1
-3
/
+2
*
zap trailing whitespace;
jmc
2014-04-19
1
-2
/
+2
*
one small tweak to avoid ever going off the end of a string.
tedu
2014-04-19
1
-4
/
+6
*
improved checking for invalid hashes. from solar designer
tedu
2014-04-19
1
-6
/
+10
*
kill a stray \
deraadt
2014-04-19
1
-2
/
+2
*
Use somewhat harsher language and better examples; demonstrate that
deraadt
2014-04-19
4
-109
/
+88
[next]