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
...
*
bye bye whiteouts
millert
2005-06-15
2
-9
/
+2
*
remove references to ns(4);
jmc
2005-06-09
1
-2
/
+1
*
Make gethostbyaddr() prototype match POSIX. This means len is now
millert
2005-06-08
2
-16
/
+15
*
RC4 is a trademark. Rest of text left intact.
kjell
2005-06-07
1
-2
/
+2
*
no need to insert spacing between list members;
jmc
2005-06-07
1
-13
/
+1
*
adding pointer protection to 'G' was too heavyweight. Since malloc guard
tedu
2005-06-07
2
-7
/
+14
*
Change email address for author, at his request.
kjell
2005-06-06
1
-2
/
+2
*
Change license to standard OpenBSD boilerplate, with permission
kjell
2005-06-06
1
-6
/
+15
*
sort sections;
jmc
2005-06-05
1
-5
/
+5
*
s/-p1003.1-2003/-p1003.1-2004/g
jmc
2005-06-05
2
-4
/
+4
*
use the new fat random sysctl to get initial state. (fallback to looping).
tedu
2005-06-04
1
-12
/
+14
*
sync setkey prototype with reality
millert
2005-05-26
1
-2
/
+2
*
Merge common functionality of __strsignal and strerror_r.
otto
2005-05-26
3
-129
/
+50
*
add a note describing latest guard feature
tedu
2005-05-24
1
-1
/
+3
*
handle sizeof(void *) allocations specially when using malloc guard.
tedu
2005-05-24
1
-1
/
+31
*
Update HISTORY fixing some facts, while it is not clear if the
otto
2005-05-11
1
-2
/
+8
*
major abi changes:
espie
2005-05-11
1
-1
/
+1
*
Only append number when it fits to avoid truncation and return
otto
2005-05-08
1
-14
/
+11
*
be more careful with snprintf. ok millert@
moritz
2005-05-02
1
-2
/
+2
*
Tidy up __strtosignal(): pass a buffer and length to its itoa() and
tom
2005-05-01
1
-8
/
+12
*
correct strlcpy abuse
beck
2005-04-20
1
-4
/
+8
*
fix wmemchr.3 MLINKS;
jmc
2005-04-16
1
-2
/
+3
*
Remove redundant line
tom
2005-04-16
1
-3
/
+2
*
introduce some wchar functions (from citrus and an itojun@ diff)
espie
2005-04-14
1
-3
/
+26
*
mark up NULL w/ .Dv;
jmc
2005-04-14
1
-2
/
+5
*
make it crystal clear that errstr is NULL after success
tedu
2005-04-14
1
-1
/
+4
*
- our pages do not have a LIBRARY section;
jmc
2005-04-13
2
-5
/
+5
*
Import w* functions so that I can send smaller diffs around.
espie
2005-04-13
25
-0
/
+1592
*
explain where type and class are defined; ok jmc@
fgsch
2005-04-05
1
-1
/
+8
*
Xr readlink(1). ok jmc@
otto
2005-04-03
1
-1
/
+2
*
MMAP(2) malloc, here we go again.
tdeval
2005-03-31
1
-222
/
+591
*
ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@
otto
2005-03-30
8
-64
/
+45
*
ansi + de-register
pat
2005-03-30
35
-397
/
+170
*
Do not promise anything about the contents of resolved on failure.
otto
2005-03-30
1
-4
/
+4
*
strcasestr(3), a case-insensitive version of strstr(3). already in netbsd
deraadt
2005-03-30
3
-17
/
+88
*
make the resolver stat resolv.conf and update if it changes.
tedu
2005-03-30
10
-34
/
+68
*
Make realpath() thread-safe. New implementation does not use chdir(2) at all.
brad
2005-03-29
2
-124
/
+143
*
add const
tedu
2005-03-28
1
-4
/
+4
*
add some const to ether_*. remove bonus prototypes this brought out.
tedu
2005-03-28
1
-7
/
+7
*
Document that historic BSD getopt(3) set optopt for each char, not just
millert
2005-03-26
1
-1
/
+14
*
ansify. ok deraadt@ moritz@
otto
2005-03-25
43
-665
/
+348
*
There is no need to call freeaddrinfo() in case of an error.
claudio
2005-03-12
1
-1
/
+6
*
do not trash errno before using it, do not pass garbage args to getnameinfo
deraadt
2005-03-08
1
-7
/
+10
*
fd leak; andrushock@korovino.net
deraadt
2005-03-07
1
-2
/
+4
*
correct snprintf return value checks, where the wrong ptr
moritz
2005-03-06
1
-6
/
+6
*
Consistent #if protection of rcs ids; Francois Perrad
millert
2005-03-02
1
-6
/
+2
*
More const in h_errlist and h_nerr; Francois Perrad
millert
2005-03-02
1
-4
/
+4
*
Fix typo that breaks compilation #ifndef __weak_alias; Francois Perrad
millert
2005-03-02
2
-4
/
+4
*
Be correct in our man pages when talking about NUL termination (that is,
cloder
2005-02-25
20
-49
/
+49
*
fix pasto; from d@
millert
2005-02-19
1
-2
/
+2
[prev]
[next]