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
/
include
Age
Commit message (
Expand
)
Author
2004-08-03
Define BI_FDPASS for the BSD auth fd passing changes.
Todd C. Miller
2004-08-03
Update strtonum() protor
Todd C. Miller
2004-07-15
do not install netiso header files, millert deraadt ok
Henning Brauer
2004-07-13
passwd.conf has been deprecated since login.conf was imported.
Todd C. Miller
2004-07-08
POSIX says "data" is void *, not char *. Also remove extern from prototypes.
Todd C. Miller
2004-06-29
make includes in gnu/usr.sbin/sendmail/libmilter
Todd C. Miller
2004-06-24
hsearch API/ABI u_int -> size_t -> crank majors; ok millert
Theo de Raadt
2004-06-22
Cosmetic clean-up.
Marc Espie
2004-06-22
Make the `filename' parameter to HASHFile() and HASHFileChunk() const
Jean-Francois Brousseau
2004-06-20
add bounds check for src pointer in bcopy(3) as well as dest pointer,
Anil Madhavapeddy
2004-06-09
According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX
Todd C. Miller
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2004-05-31
Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX
Todd C. Miller
2004-05-31
Updates based on Single Unix; OK deraadt@
Todd C. Miller
2004-05-17
Enable binutils for arm now that we have binutils 2.14.
Dale Rahn
2004-05-05
Make the Transform functions match the other hash types and document them.
Todd C. Miller
2004-05-05
Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.
Todd C. Miller
2004-05-03
strtonum prototype
Ted Unangst
2004-05-03
Use KNF indentation style and do some u_char -> u_int8_t conversion
Todd C. Miller
2004-05-03
Add Pad and FileChunk functions for each family of hash functions.
Todd C. Miller
2004-05-03
Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.
Todd C. Miller
2004-05-03
XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@
Todd C. Miller
2004-05-03
Add _Exit(3) as per C99. Discussed with espie@ some time ago.
Todd C. Miller
2004-04-29
Undo some recent prototype changes; it is legal to pass the helper
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-27
Add __bounded__ attributes like the other hash functions have.
Todd C. Miller
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-14
implement RFC3493 AI_NUMERICSERV. tedu ok
Jun-ichiro itojun Hagino
2004-04-13
Add /dev/fd/ and /var/empty/; ok henning@ and krw@
Todd C. Miller
2004-04-06
prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@
Damien Miller
2004-04-02
fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.
Anil Madhavapeddy
2004-03-31
dumped is really spelled with one p and not two
Henning Brauer
2004-03-08
Do not build binutils on arm. ARM needs at least binutils 2.14.
Dale Rahn
2004-03-01
Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@
Dale Rahn
2004-01-27
TSIZE & TIMEOUT support; from freebsd via tholo
Theo de Raadt
2004-01-23
USE_GCC3 switch, now that propolice is in.
Marc Espie
2004-01-22
Remove unnecessary typedef usage.
Marc Espie
2004-01-21
Prototype llabs(3). Forgotten commit gathering bit rot in my tree...
Todd C. Miller
2004-01-17
add a couple of new RR types; ok deraadt@
Jakob Schlyter
2004-01-16
spacing
Theo de Raadt
2004-01-15
If lint is defined, act like _ANSI_LIBRARY was defined. That way
Todd C. Miller
2004-01-13
Prototype closefrom(); tedu@ OK
Todd C. Miller
2004-01-13
Allow this to compile on non-gcc. OK deraadt@ art@
Todd C. Miller
2004-01-07
Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use
Todd C. Miller
2004-01-03
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
Marc Espie
2003-12-31
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
Todd C. Miller
2003-10-29
PD
Theo de Raadt
[next]