Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski | |
deraadt@ ok. | |||
2001-10-11 | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 | Todd C. Miller | |
This fixes sigsetjmp()/siglongjmp() on sparc64 | |||
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-10-01 | sync with rmd160.h | Markus Friedl | |
2001-10-01 | typo | Todd C. Miller | |
2001-10-01 | new rmd160 implementation. based on | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | |||
2001-10-01 | Start new sentence on a new line. | Mike Pechkin | |
jakob@ ok | |||
2001-09-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter | |
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller | |
2001-09-29 | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | Matthieu Herrb | |
2001-09-29 | jakob did not even do a make build, sigh | Theo de Raadt | |
2001-09-28 | add pidfile(3) prototype | Jakob Schlyter | |
2001-09-28 | multiple calls to pidfile(3) are actually ok, but there are problems if you ↵ | Jakob Schlyter | |
change the basename | |||
2001-09-28 | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | Jakob Schlyter | |
2001-09-27 | hush gcc warning | Jim Rees | |
2001-09-26 | Changes to SYS.h for sparc64 to make it work with libc_r | Dale Rahn | |
bulk of work done by miod. | |||
2001-09-26 | Revert last. The ERROR() macro is called from leaf functions | Artur Grabowski | |
and is _not_ supposed to do "call"s. | |||
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist | |
2001-09-25 | Also build the .so version of sha1 without optimization. | Dale Rahn | |
ok jason@ | |||
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale 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-25 | Fix USB specifications url. | Peter Valchev | |
2001-09-24 | get previous right... | Jason Wright | |
2001-09-24 | add hack for sha1.po on sparc64, too | Jason Wright | |
2001-09-24 | Rename __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-24 | Better wording | Marc Espie | |
2001-09-22 | o kill some extra whitespace | Todd 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-22 | Typo: tempfile ==> tempnam. | Heikki Korpela | |
ok millert@ | |||
2001-09-21 | Typo; grange@rt.mipt.ru | Aaron Campbell | |
2001-09-21 | add isnan.c | Miod Vallat | |
2001-09-21 | Fix incorrect number of args to __SYSCALL. Somehow this managed to | Todd 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-20 | change PSEUDO_NOERROR so it is indeed does not set errno. | Dale Rahn | |
2001-09-20 | Add 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-20 | make this compile for kernel | Michael Shalayeff | |
2001-09-19 | change tty name for linux | Jim Rees | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-18 | understand sparc64 | Theo de Raadt | |
2001-09-18 | Suppress eavesdropping warning | joshua stein | |
ok deraadt@ | |||
2001-09-17 | cast a few more long's to int32_t | Jason Wright | |
2001-09-16 | It is not legal to have multiple .%T entries in a reference so split | Todd 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-16 | return 0, not NULL, the function returns an int | Artur Grabowski | |
2001-09-15 | prototype cleanup | Theo de Raadt | |
2001-09-14 | add "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-13 | Prototype changed. | Angelos D. Keromytis | |
2001-09-11 | Keep the strings fully quoted. | Dale Rahn | |
2001-09-11 | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | Peter Valchev | |
2001-09-11 | add sparc64; op2@squish.org | Jason Wright | |
2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Use the LBL frexp() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Enough 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-10 | Our gcc defines __sparcv9__ not __sparc_v9__ | Jason Wright | |