summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
deraadt@ ok.
2001-10-11Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14Todd C. Miller
This fixes sigsetjmp()/siglongjmp() on sparc64
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵Theo de Raadt
portability
2001-10-01sync with rmd160.hMarkus Friedl
2001-10-01typoTodd C. Miller
2001-10-01new rmd160 implementation. based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-10-01Start new sentence on a new line.Mike Pechkin
jakob@ ok
2001-09-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29Move return value info into its own "RETURN VALUES" section.Todd C. Miller
2001-09-29zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@Matthieu Herrb
2001-09-29jakob did not even do a make build, sighTheo de Raadt
2001-09-28add pidfile(3) prototypeJakob Schlyter
2001-09-28multiple calls to pidfile(3) are actually ok, but there are problems if you ↵Jakob Schlyter
change the basename
2001-09-28add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.Jakob Schlyter
2001-09-27hush gcc warningJim Rees
2001-09-26Changes to SYS.h for sparc64 to make it work with libc_rDale Rahn
bulk of work done by miod.
2001-09-26Revert last. The ERROR() macro is called from leaf functionsArtur Grabowski
and is _not_ supposed to do "call"s.
2001-09-25Forgotten DEBUGLIBS stuffNiklas Hallqvist
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
ok jason@
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@.
2001-09-25Fix USB specifications url.Peter Valchev
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-24Rename __minbrk to minbrk to allow gmon.c to link correctly.Artur Grabowski
XXX - The fix should be the other way around - make all other archs match sparc64.
2001-09-24Better wordingMarc Espie
2001-09-22o kill some extra whitespaceTodd C. Miller
o remove remaining strcpy()s to avoid false positives when auditing o fix by one in a malloc() size param o fix buffer overflow in cgetnext() reported by Jouko Pynnonen o avoid needlessly setting errno to ENOMEM and when we *do* set it be sure to do so right before the return() o check snprintf() return value when building up a .db pathname and fall back to the text version if it the .db path is too long. o add a missing check for malloc() return value o kill register o memmove(), not bcopy()
2001-09-22Typo: tempfile ==> tempnam.Heikki Korpela
ok millert@
2001-09-21Typo; grange@rt.mipt.ruAaron Campbell
2001-09-21add isnan.cMiod Vallat
2001-09-21Fix incorrect number of args to __SYSCALL. Somehow this managed toTodd C. Miller
work in my test on static libs -- I've no idea how though. While I'm here, remove __RSYSCALL since it is the same as __PSEUDO.
2001-09-20change PSEUDO_NOERROR so it is indeed does not set errno.Dale Rahn
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms).
2001-09-20make this compile for kernelMichael Shalayeff
2001-09-19change tty name for linuxJim Rees
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-09-18understand sparc64Theo de Raadt
2001-09-18Suppress eavesdropping warningjoshua stein
ok deraadt@
2001-09-17cast a few more long's to int32_tJason Wright
2001-09-16It is not legal to have multiple .%T entries in a reference so splitTodd C. Miller
the manual references up. This is still not as nice as it could be but at least groff no longer spits out an error.
2001-09-16return 0, not NULL, the function returns an intArtur Grabowski
2001-09-15prototype cleanupTheo de Raadt
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
insecure1 is necessary for IPv6 dynamic DNS server discovery, draft-ietf-ipngwg-dns-discovery-02.txt. sync with kame. ok'ed by angelos
2001-09-13Prototype changed.Angelos D. Keromytis
2001-09-11Keep the strings fully quoted.Dale Rahn
2001-09-11repair getgrgid_r() and getgrnam_r() as the standart says; from d@Peter Valchev
2001-09-11add sparc64; op2@squish.orgJason Wright
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,Jason Wright
and will need attention before it can be expected to work).
2001-09-10Our gcc defines __sparcv9__ not __sparc_v9__Jason Wright