Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-29 | chflags(2) can return EPERM for other reasons. | Todd C. Miller | |
From NetBSD via Brian J. Kifiak | |||
2001-11-29 | getfh(2) can fail with EPERM; Brian J. Kifiak | Todd C. Miller | |
2001-11-21 | 2nd param is const | Theo de Raadt | |
2001-11-20 | a few thoughts about longjmp in signal handlers | Theo de Raadt | |
2001-11-20 | shared only | Peter Valchev | |
2001-11-20 | Put dl* function definitions in libc on ELF, removing the need for libdl. | Peter Valchev | |
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art | |||
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | Jun-ichiro itojun Hagino | |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | Jun-ichiro itojun Hagino | |
2001-11-09 | Typos, siz -> size. | Aaron Campbell | |
2001-11-08 | My part of help, while i'm here: | Mike Pechkin | |
o) better -mdoc design; o) add section number to .Xr; o) close .Bd; o) start new sentence on a new line; jjbg@, millert@ ok | |||
2001-11-07 | list syslog_r as safe in signal handlers | Theo de Raadt | |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski | |
2001-11-06 | Update to match realtiy. | Artur Grabowski | |
2001-11-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski | |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller | |
on OpenBSD. | |||
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson | |
2001-11-01 | much greater care for malloc & realloc failures; millert ok | Theo de Raadt | |
2001-11-01 | use _C_LABEL | Michael Shalayeff | |
2001-11-01 | remove dangling spaces and tabs | Michael Shalayeff | |
2001-10-31 | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | Federico G. Schwindt | |
2001-10-31 | Add MLINK's for syslog_r and friends. | Federico G. Schwindt | |
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval | |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry Deval | |
to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval. | |||
2001-10-30 | correct realloc() misuse | Theo de Raadt | |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt | |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller | |
2001-10-26 | run the approve for accounts with expiration time, too. ok millert@ | Markus Friedl | |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol | |
in mmap(2) man page. deraadt@ ok. | |||
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-10-24 | fix __PSEUDO_NOERROR, two ways | Michael Shalayeff | |
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-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-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller | |
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-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 | |