index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Expand
)
Author
2004-04-29
The data pointer passed to the transform function may not be properly
Todd C. Miller
2004-04-29
typo in SEE ALSO;
Jason McIntyre
2004-04-29
more KNF
Todd C. Miller
2004-04-29
Some KNF
Todd C. Miller
2004-04-28
KNF: function names should be at column 0 for easier grepping.
Todd C. Miller
2004-04-28
Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.
Todd C. Miller
2004-04-28
Remove old md[45]
Todd C. Miller
2004-04-28
Don't build lib/libc/md, build md[45] in lib/libc/hash instead.
Todd C. Miller
2004-04-28
md[45] man page
Todd C. Miller
2004-04-28
Xr sha2(3)
Todd C. Miller
2004-04-28
PD md4 code derived from Colin Plumb's md5 routines.
Todd C. Miller
2004-04-28
Rename members of struct MD5Context to match other hash routines.
Todd C. Miller
2004-04-28
PD version of md5(3) based on code written by Colin Plumb.
Todd C. Miller
2004-04-28
typo from Jared Yanovich;
Jason McIntyre
2004-04-27
fd passing works over a socketpair too of course so document this.
Todd C. Miller
2004-04-27
A quad is two ints, not two longs. Also fix some problems with
Otto Moerbeek
2004-04-27
Make the bit count u_int64_t instead of two u_int32_t. Adapted from
Todd C. Miller
2004-04-26
Use a common source file for all the hash helper functions that
Todd C. Miller
2004-04-25
add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quad
Daniel Hartmeier
2004-04-20
kern.maxclusters. ok beck@ deraadt@ jmc@
Ted Unangst
2004-04-19
tidy up a list;
Jason McIntyre
2004-04-16
more display/list fixes, and a little whitespace;
Jason McIntyre
2004-04-15
various improvements to lists and displays:
Jason McIntyre
2004-04-15
connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@
Todd C. Miller
2004-04-14
remove references to rfc 2553, since 3493 obsoletes it;
Jason McIntyre
2004-04-14
Document %v. ok deraadt@
Otto Moerbeek
2004-04-14
implement RFC3493 AI_NUMERICSERV. tedu ok
Jun-ichiro itojun Hagino
2004-04-12
Clean up malloc_active state when aborting.
Thierry Deval
2004-04-10
Apply change from vsnprintf.c rev. 1.5. Use a single character
Todd C. Miller
2004-04-06
some of these functions are prototyped in pwd.h; ok deraadt@
Damien Miller
2004-04-03
- use macros instead of parentheses
Jason McIntyre
2004-04-02
rfork(RFMEM) shares complete vmspace. much more useful, and in line with
Ted Unangst
2004-04-02
Avoid unbounded recursion in some expressions involving back references.
Otto Moerbeek
2004-04-02
do not compare SOCK_STREAM sockets to pipes;
Jason McIntyre
2004-04-01
It turns out that the so-called fast ffs(3) routines were wrong, as soon as
Miod Vallat
2004-04-01
sort options, correct SYNOPSIS, and sync usage();
Jason McIntyre
2004-04-01
let rcmdsh work on hosts that don't have an ipv4 address.
Marco S Hyman
2004-03-31
remove sparc64/gcc2 workaround.
Brad Smith
2004-03-31
note that hw.cpuspeed displays the current cpu frequency (from cpu(4));
Jason McIntyre
2004-03-30
Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.
Todd C. Miller
2004-03-24
From the how many ways can you screw up replacing one line of code
Jason Wright
2004-03-24
Disable net.inet.carp.log by default.
Ryan Thomas McBride
2004-03-23
use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.
Jason Wright
2004-03-23
gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous
Jason Wright
2004-03-23
.Xr ftok 3; from tedu@
Jason McIntyre
2004-03-16
Document correct limit to path names lengths. Resolves PR 3716.
Otto Moerbeek
2004-03-16
errno should only be gotten from <errno.h>. ok help jmc@
Ted Unangst
2004-03-14
remove some weirdness;
Jason McIntyre
2004-03-11
Document that a NULL status pointer is allowed. OK deraadt@
Todd C. Miller
2004-03-11
Document RB_USERREQ
Tom Cosgrove
[next]