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
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use nanosleep instead of sleep to avoid the extra layer and simplify later
guenther
2015-08-30
1
-5
/
+8
*
force reseeding if pid has changed.
eric
2015-06-04
1
-2
/
+7
*
rev 1.3 introduced a check to an if statement without adding braces.
jsg
2015-05-14
1
-3
/
+1
*
Make rcmdsh(3) not fail if it is passed a non resolvable hostname.
halex
2015-03-23
3
-20
/
+16
*
differentiate between a failed read, returning -1, and encountering
halex
2015-03-22
1
-2
/
+4
*
unmute rcmd hostname lookup failure
halex
2015-03-22
1
-3
/
+2
*
zap #if 0'd code that's been dead since '96
halex
2015-03-19
1
-7
/
+0
*
Amend documentation for AI_ADDRCONFIG
jca
2015-02-16
1
-2
/
+4
*
Use .Rv where appropriate, and move it to RETURN VALUES;
schwarze
2015-01-29
1
-9
/
+6
*
Use ">", not ">=" when comparing length to HOST_NAME_MAX since
millert
2015-01-16
1
-3
/
+3
*
Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@
millert
2015-01-16
2
-8
/
+8
*
Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".
millert
2015-01-16
1
-1
/
+1
*
Move to the <limits.h> universe.
deraadt
2015-01-16
18
-44
/
+32
*
edns0 is not currently supported: confirmed by sthen and eric
jmc
2014-11-05
1
-7
/
+7
*
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
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
5
-14
/
+14
*
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
*
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
2014-07-21
4
-8
/
+8
*
From ISO/IEC 9899:1999 and 9899:201x,
guenther
2014-07-20
1
-2
/
+2
*
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
*
Split out ntoh[ls] and hton[ls] into their own manpage.
guenther
2014-07-13
3
-136
/
+199
*
Remove deprecated RFC2292 ancillary data convenience functions.
chrisz
2014-06-13
2
-488
/
+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
*
correctly match size and buffer. from enh at google
tedu
2014-05-17
1
-3
/
+3
*
Add a bit more detail about dot notation from the old inet(3) manpage.
guenther
2014-05-09
1
-3
/
+11
*
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
*
change some rsh references to ssh. poke by jmc
tedu
2014-04-19
2
-9
/
+9
*
zap trailing whitespace;
jmc
2014-04-19
1
-2
/
+2
*
kill a stray \
deraadt
2014-04-19
1
-2
/
+2
*
Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),
guenther
2014-04-19
4
-183
/
+320
*
remove references to rshd;
jmc
2014-04-18
2
-15
/
+6
*
Add some missing names to the NAME sections.
schwarze
2014-04-07
2
-7
/
+8
*
Sync with the way struct ether_addr is actually defined in
lteo
2014-03-18
1
-3
/
+3
*
replace spaces with tabs for indentation
stsp
2014-02-17
1
-2
/
+2
*
Fix inet6_opt_init() to only check extlen when extbuff is not NULL
mpi
2014-02-07
1
-5
/
+2
*
Always set errno when returning NULL. OK kettenis@ henning@
millert
2014-02-05
1
-7
/
+17
*
obvious .Pa fixes; found with mandocdb(8)
schwarze
2014-01-21
11
-43
/
+43
*
don't try writing past the end unless we have to
tedu
2013-12-31
1
-8
/
+16
*
inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker
deraadt
2013-12-17
2
-100
/
+4
*
unsigned char changes for ctype
deraadt
2013-11-25
1
-10
/
+11
*
use an unsigned char instead, to avoid lots of casts
deraadt
2013-11-25
1
-2
/
+2
[prev]
[next]