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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-15
No point in refreshing the pid from inside arc4_stir() when that
guenther
1
-6
/
+15
2009-12-14
Add a test for sleep(3), to verify that it both (a) returns zero when it
guenther
2
-0
/
+97
2009-12-11
plug a memory leak; found by parfait, ok djm
deraadt
1
-0
/
+2
2009-12-07
Make userland malloc use __LDPGSZ granularity on mips, regardless of the
miod
1
-1
/
+3
2009-12-05
missing word;
jmc
1
-3
/
+3
2009-11-27
Switch the chunk_info lists to doubly-linked lists and use the queue
otto
1
-51
/
+34
2009-11-27
Don't forget to fill region from the cache with junk if needed in one case;
otto
1
-1
/
+3
2009-11-27
No need to clear a mmapped region; from Fabien Romano and Jonathan
otto
1
-2
/
+1
2009-11-21
Add a (hopefully) comprehensive regression test of how stdio functions
guenther
3
-2
/
+264
2009-11-19
Add regression tests for stdio threading. Originally by blambert with
guenther
15
-1
/
+511
2009-11-18
More shrinkage, a bit for ramdisks but mostly for static binaries:
guenther
5
-392
/
+445
2009-11-10
pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from
markus
10
-12
/
+40
2009-11-02
permit -DMALLOC_STATS to compile again
todd
1
-2
/
+2
2009-10-31
s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).
sobrado
4
-8
/
+8
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
3
-30
/
+3
2009-10-22
write UNIX-domain in a more consistent way; while here, replace a
sobrado
1
-5
/
+5
2009-10-22
use the UNIX-related macros (.At and .Ux) where appropriate.
sobrado
1
-4
/
+8
2009-10-20
Check mmap return value against MAP_FAILED not NULL.
pirofti
1
-2
/
+2
2009-10-16
teach gdtoa & its subroutines that malloc can fail; in which case
martynas
2
-2
/
+6
2009-10-12
another cert that makes godaddy.com and launchpad.net (among others) happy.
fgsch
1
-0
/
+51
2009-10-10
rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@
otto
1
-25
/
+28
2009-10-08
Do not write "Connection to ... succeeded" messages to stdout.
mpf
1
-3
/
+5
2009-09-14
doing numeric lookups without specifying an ai_socktype fails no longer.
claudio
1
-2
/
+8
2009-09-02
make getaddrinfo(3) accept numeric servname when ai_socktype is not
fgsch
1
-4
/
+2
2009-08-16
replace ".Ar file ..." with ".Ar" whenever possible.
sobrado
1
-27
/
+27
2009-08-13
various MLINK fixes from Alan R. S. Bueno;
jmc
1
-3
/
+3
2009-08-08
remove expired certificates and add startcom ltd.
fgsch
1
-839
/
+148
2009-08-07
pull string for memcpy; ok hshoexer@
martynas
2
-2
/
+4
2009-07-09
promote correct style for error checking
eric
1
-7
/
+7
2009-06-25
typo;
jmc
1
-3
/
+3
2009-06-21
fix rcs ids. ok sthen@
martynas
1
-1
/
+1
2009-06-21
abs conforms c99 -> imaxabs conforms c99. ok millert@
martynas
1
-3
/
+3
2009-06-09
make the regress target build the program before using it.
phessler
1
-2
/
+2
2009-06-09
Update to handle the default resolv order behavior.
phessler
2
-17
/
+24
2009-06-08
quieten compiler by converting pointers to uintptr_t before truncating them
deraadt
1
-5
/
+5
2009-06-05
compare and shift buffer against a fixed length not strlen derived values.
pyr
1
-6
/
+6
2009-06-05
tweak -V;
jmc
1
-2
/
+3
2009-06-05
The networking swissarmy knife needs to work on alternate domains as well.
claudio
2
-6
/
+29
2009-06-04
simplify the 'family' option parser and make it more evident what we're
pyr
2
-25
/
+18
2009-06-04
Don't assume that we can overwrite strings in the environment.
millert
1
-1
/
+3
2009-06-04
Add a resolv.conf option to specify the order in which getaddrinfo
pyr
2
-8
/
+63
2009-06-03
Make putenv(), setenv() and unsetenv() standards compliant. The
millert
5
-86
/
+117
2009-06-02
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)
jasper
2
-3
/
+7
2009-05-25
add ipsCA as a valid authority.
dlg
1
-0
/
+51
2009-05-06
Document AI_NUMERICSERV; feedback and ok millert@
jacekm
1
-2
/
+9
2009-04-19
update protocols for s_client;s -starttls; from brad
jmc
1
-5
/
+8
2009-04-12
document that no leading whitespace is permitted between the option and
okan
1
-3
/
+5
2009-04-10
resync libssl/libcrypto pod documentation - quite a few more pages and
djm
1
-27
/
+242
2009-04-06
sync with 0.9.8k;
jmc
1
-9
/
+19
2009-04-06
crankus majoris
djm
3
-3
/
+3
[next]