Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to match realtiy. | 2001-11-06 | 1 | -5/+4 | |
| | |||||
* | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | 2001-11-05 | 1 | -2/+1 | |
| | |||||
* | Comment out info on U (utrace) malloc option since we don't support it | 2001-11-05 | 1 | -8/+8 | |
| | | | | on OpenBSD. | ||||
* | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | 2001-11-05 | 1 | -1/+18 | |
| | |||||
* | poll(2) manpage references itself, accept(2) references poll(2) twice. | 2001-11-02 | 2 | -4/+2 | |
| | |||||
* | much greater care for malloc & realloc failures; millert ok | 2001-11-01 | 1 | -16/+37 | |
| | |||||
* | use _C_LABEL | 2001-11-01 | 2 | -10/+10 | |
| | |||||
* | remove dangling spaces and tabs | 2001-11-01 | 1 | -16/+16 | |
| | |||||
* | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | 2001-10-31 | 1 | -16/+20 | |
| | |||||
* | Add MLINK's for syslog_r and friends. | 2001-10-31 | 1 | -2/+3 | |
| | |||||
* | Grammar. Thanks markus@ | 2001-10-30 | 1 | -2/+2 | |
| | |||||
* | mprotect allocations sized at 0 bytes. This will cause a fault for access | 2001-10-30 | 3 | -38/+51 | |
| | | | | | to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval. | ||||
* | correct realloc() misuse | 2001-10-30 | 1 | -3/+9 | |
| | |||||
* | fix docs; tedu@heorot.stanford.edu | 2001-10-29 | 1 | -7/+3 | |
| | |||||
* | add RFC 3174 to SEE ALSO section | 2001-10-29 | 1 | -1/+6 | |
| | |||||
* | run the approve for accounts with expiration time, too. ok millert@ | 2001-10-26 | 1 | -2/+2 | |
| | |||||
* | detail the different protections in mprotect(2) man page and add PROT_NONE | 2001-10-24 | 2 | -2/+21 | |
| | | | | in mmap(2) man page. deraadt@ ok. | ||||
* | syslog_r() implementation. deraadt@ ok. | 2001-10-24 | 3 | -102/+276 | |
| | |||||
* | fix __PSEUDO_NOERROR, two ways | 2001-10-24 | 1 | -20/+23 | |
| | |||||
* | Disable fd sharing for this release. Sorry. | 2001-10-14 | 1 | -1/+6 | |
| | | | | deraadt@ ok. | ||||
* | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 | 2001-10-11 | 1 | -5/+5 | |
| | | | | This fixes sigsetjmp()/siglongjmp() on sparc64 | ||||
* | sync with rmd160.h | 2001-10-01 | 1 | -4/+4 | |
| | |||||
* | typo | 2001-10-01 | 1 | -2/+2 | |
| | |||||
* | new rmd160 implementation. based on | 2001-10-01 | 3 | -402/+342 | |
| | | | | ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | ||||
* | Move return value info into its own "RETURN VALUES" section. | 2001-09-29 | 1 | -6/+11 | |
| | |||||
* | Changes to SYS.h for sparc64 to make it work with libc_r | 2001-09-26 | 1 | -16/+41 | |
| | | | | bulk of work done by miod. | ||||
* | Revert last. The ERROR() macro is called from leaf functions | 2001-09-26 | 1 | -2/+6 | |
| | | | | and is _not_ supposed to do "call"s. | ||||
* | Forgotten DEBUGLIBS stuff | 2001-09-25 | 1 | -1/+8 | |
| | |||||
* | Also build the .so version of sha1 without optimization. | 2001-09-25 | 1 | -1/+3 | |
| | | | | ok jason@ | ||||
* | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | 2001-09-25 | 2 | -10/+9 | |
| | | | | | | | 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@. | ||||
* | get previous right... | 2001-09-24 | 1 | -2/+2 | |
| | |||||
* | add hack for sha1.po on sparc64, too | 2001-09-24 | 1 | -1/+4 | |
| | |||||
* | Rename __minbrk to minbrk to allow gmon.c to link correctly. | 2001-09-24 | 1 | -6/+6 | |
| | | | | | XXX - The fix should be the other way around - make all other archs match sparc64. | ||||
* | Better wording | 2001-09-24 | 2 | -12/+12 | |
| | |||||
* | o kill some extra whitespace | 2001-09-22 | 1 | -92/+81 | |
| | | | | | | | | | | | | | 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() | ||||
* | Typo: tempfile ==> tempnam. | 2001-09-22 | 1 | -2/+2 | |
| | | | | ok millert@ | ||||
* | Typo; grange@rt.mipt.ru | 2001-09-21 | 1 | -2/+2 | |
| | |||||
* | add isnan.c | 2001-09-21 | 1 | -1/+2 | |
| | |||||
* | Fix incorrect number of args to __SYSCALL. Somehow this managed to | 2001-09-21 | 1 | -9/+5 | |
| | | | | | 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. | ||||
* | change PSEUDO_NOERROR so it is indeed does not set errno. | 2001-09-20 | 1 | -3/+3 | |
| | |||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 11 | -81/+194 | |
| | | | | | | | | | | | 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). | ||||
* | make this compile for kernel | 2001-09-20 | 1 | -4/+4 | |
| | |||||
* | cast a few more long's to int32_t | 2001-09-17 | 2 | -6/+6 | |
| | |||||
* | It is not legal to have multiple .%T entries in a reference so split | 2001-09-16 | 1 | -7/+20 | |
| | | | | | the manual references up. This is still not as nice as it could be but at least groff no longer spits out an error. | ||||
* | return 0, not NULL, the function returns an int | 2001-09-16 | 1 | -3/+3 | |
| | |||||
* | prototype cleanup | 2001-09-15 | 28 | -412/+407 | |
| | |||||
* | add "options insecure[12]" support for /etc/resolv.conf. | 2001-09-14 | 2 | -5/+10 | |
| | | | | | | insecure1 is necessary for IPv6 dynamic DNS server discovery, draft-ietf-ipngwg-dns-discovery-02.txt. sync with kame. ok'ed by angelos | ||||
* | Keep the strings fully quoted. | 2001-09-11 | 1 | -2/+2 | |
| | |||||
* | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | 2001-09-11 | 1 | -32/+83 | |
| | |||||
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | 2001-09-10 | 21 | -169/+356 | |
| |