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
...
*
Remove trailing blank lines.
aaron
2000-08-09
1
-2
/
+1
*
return error if salt is too small; pr 1336
provos
2000-08-02
1
-1
/
+4
*
avoid buffer overrun on too-long reply for NIS hostname lookup.
itojun
2000-07-30
1
-7
/
+9
*
document pitfall cases in argument parsing. sync with kame.
itojun
2000-07-25
1
-3
/
+64
*
reject empty scopeid/numeric portname. sync with kame.
itojun
2000-07-09
1
-9
/
+16
*
use %s with fprintf
deraadt
2000-07-07
1
-3
/
+3
*
return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.
itojun
2000-07-05
1
-18
/
+18
*
knf; ouch, that hurts
mickey
2000-07-02
1
-6
/
+7
*
new version of ffs from drahn@
mickey
2000-07-02
1
-38
/
+28
*
typo in RFC number. KAME PR 263
itojun
2000-06-30
2
-6
/
+6
*
add paper by cmetz. correct example. (sync with kame)
itojun
2000-06-22
2
-13
/
+43
*
ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes
itojun
2000-06-22
2
-47
/
+270
*
note get{addr,name}info are recommended than inet_xx.
itojun
2000-06-18
1
-1
/
+7
*
correct ENI_SALEN case to meet rfc2553bis.
itojun
2000-06-12
1
-3
/
+3
*
correct behavior against invalid sockaddr. previous code may return 0
itojun
2000-06-12
1
-9
/
+9
*
State explicitly that strlc{py,at} only work on real C strings.
millert
2000-06-01
1
-3
/
+22
*
nroff fixes (correct Dt, linebreak).
itojun
2000-05-17
2
-11
/
+8
*
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
itojun
2000-05-15
1
-6
/
+6
*
translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.
itojun
2000-05-15
1
-2
/
+27
*
#ifdef vax -> #ifdef __vax__
bjc
2000-04-30
1
-2
/
+2
*
flesh
deraadt
2000-04-28
1
-3
/
+23
*
improve the english
deraadt
2000-04-28
1
-4
/
+5
*
type decl error
deraadt
2000-04-28
1
-3
/
+3
*
remove unused struct def. more sanity check for NULL.
itojun
2000-04-27
1
-16
/
+16
*
const poisoning
itojun
2000-04-26
1
-16
/
+21
*
add $KAME$ for future version tracking
itojun
2000-04-26
1
-1
/
+2
*
bring in latest KAME implementation.
itojun
2000-04-26
1
-73
/
+112
*
remove #if 0'ed portion which we will never revisit (no behavior change).
itojun
2000-04-26
1
-14
/
+1
*
sync with latest kame.
itojun
2000-04-26
1
-19
/
+21
*
correct boundary check. XXX should avoid code duplicate here...
itojun
2000-04-25
1
-2
/
+2
*
correct example
deraadt
2000-04-24
1
-5
/
+6
*
Don't hyphenate the words {left|right}most.
aaron
2000-04-21
2
-6
/
+6
*
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
aaron
2000-04-21
1
-1
/
+8
*
Check return value of strdup(3) for NULL in example code (duh).
aaron
2000-04-21
1
-2
/
+5
*
Flesh out libc string function man pages.
aaron
2000-04-21
31
-183
/
+141
*
Flesh out stdlib function man pages.
aaron
2000-04-20
28
-246
/
+195
*
- Formatting repairs and standardizations.
aaron
2000-04-20
1
-77
/
+104
*
Repairs, mostly removing hard sentence breaks.
aaron
2000-04-18
14
-69
/
+96
*
Repairs.
aaron
2000-04-18
3
-51
/
+69
*
avoid misunderstanding in history portion, okay'ed by aaron.
itojun
2000-04-16
1
-2
/
+4
*
- For consistency, `super-user' -> `superuser' in all cases.
aaron
2000-04-15
1
-9
/
+9
*
Mostly punctuation fixes.
aaron
2000-04-15
5
-14
/
+17
*
Trailing whitespace begone!
aaron
2000-04-12
2
-6
/
+6
*
missing THREAD_UNLOCK; netch@segfault.kiev.ua
deraadt
2000-04-10
1
-1
/
+2
*
Fix the leak for real (that's what I get for hacking when i can't sleep).
millert
2000-04-04
1
-5
/
+7
*
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
millert
2000-04-04
1
-5
/
+5
*
MLINK srandomdev
millert
2000-04-04
1
-1
/
+2
*
Add srandomdev() from FreeBSD for use by sendmail and others.
millert
2000-04-03
2
-3
/
+69
*
First appeared in OpenBSD 2.1
millert
2000-04-02
1
-1
/
+4
*
typo
deraadt
2000-03-28
1
-2
/
+2
[prev]
[next]