Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-23 | pretty | Theo de Raadt | |
2004-02-23 | Set the user variable environ early in ld.so so that library constructors can | Dale Rahn | |
properly see the environment. Fixes problem with MALLOC_OPTIONS on dynamic executables. ok deraadt@ | |||
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-11 | some sections came out wrong (no space) in SDL. | Marc Espie | |
ggi has func, func2, func3 : description, give it a fighting chance. | |||
2004-02-11 | more accurate .so test. | Marc Espie | |
2004-02-10 | misleading regexp -> pattern | Marc Espie | |
2004-02-10 | harder check in picky mode: find the page AND verify it is the same. | Marc Espie | |
Prompted by jmc@. Stop at first isolated dash in line. Handle more troff hyphenation. okay millert@, jmc@ | |||
2004-02-10 | Make this work. will figure out what this should be later. | Dale Rahn | |
2004-02-10 | Fix/enable lazy binding on amd64 ld.so | Dale Rahn | |
2004-02-10 | Disable lazy binding for now. | Dale Rahn | |
2004-02-10 | sync with reloc.h change. | Dale Rahn | |
2004-02-10 | AMD64 dynamic linker. initial work by mickey finished up by myself. | Dale Rahn | |
lazy binding not working yet. problem exists with gcc and -fpic jump tables. ok mickey@ | |||
2004-02-10 | Check for RTLD_TEXT_PLT define instead of an architecture specific check. | Dale Rahn | |
2004-02-09 | Enable lazy binding on arm: | Dale Rahn | |
_dl_bind_start inspired by netbsd. changed a define to LD_ALLOW_WRITABLE_TEXT, should this be allowed? remove plt protect code, arm has a text PLT. relocate the got entries associated with the plt. perform got protect/unprotect for lazy binding updates. | |||
2004-02-09 | Use macros to reduce the amount of hand written asm. inspired by future amd64 | Dale Rahn | |
code. no functional change. | |||
2004-02-09 | Disable lazy binding until that feature is fixed. | Dale Rahn | |
2004-02-07 | Dynamic linker support for arm. non-lazy binding works. | Dale Rahn | |
2004-01-29 | spamd-setup(8) does not take a file arg; | Jason McIntyre | |
from Okan Demirmen (PR 3657); ok deraadt@ | |||
2004-01-27 | TSIZE & TIMEOUT support; from freebsd via tholo | Theo de Raadt | |
2004-01-22 | Add a -a address option to set the address which the proxy will use | Bob Beck | |
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@ | |||
2004-01-21 | clean from jmc | Theo de Raadt | |
2004-01-21 | New spamd configuration method. Many people have trouble with the spam | Theo de Raadt | |
RBL sites being slow, so now we will provide the maps ourselves through our www mirrors around the world. We can also now write our own internal translators for maps that are in bad formats, and place them into the www space in the correct format. tested by beck, djm | |||
2004-01-21 | cleanup | Theo de Raadt | |
2004-01-21 | the example should use 'rdr pass' so that you do not have to open 8025 to | Theo de Raadt | |
the outside world -- in fact 'rdr pass' was designed for this, but once again someone forgot to updated the bloody man page; mcbride ok | |||
2004-01-12 | make DESCRIPTION not conflict with the options; | Jason McIntyre | |
standard options list; | |||
2004-01-12 | GCC3 compatible asm code. tested on gcc2 myself. ok brad@ | Dale Rahn | |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev | |
it can use them, and gcc3 catches this ok henric | |||
2004-01-07 | Inline the cleanup() routine since it is no longer a signal handler | Todd C. Miller | |
and is only called in one place. It now does a proper exit() instead of _exit(). OK deraadt@ | |||
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2004-01-04 | spaces | Theo de Raadt | |
2003-12-22 | use socklen_t; andrushock@korovino.net | Theo de Raadt | |
2003-12-12 | knf | Theo de Raadt | |
2003-12-12 | term 3 cleanup, ok from brezak | Theo de Raadt | |
2003-12-10 | spacing | Theo de Raadt | |
2003-12-09 | knf | Theo de Raadt | |
2003-12-09 | preventative measure against format string problem; from art, via | Theo de Raadt | |
bruno & grange | |||
2003-12-09 | fix PR 3596 by making root create the socket, ok millert@ | Bob Beck | |
2003-12-03 | Move the asm definition of _dl__syscall from a header file into a .c file | Dale Rahn | |
so that 12 copies of it are not generated. | |||
2003-11-21 | oops, it wasn't that diff that tedu@ ok'd - revert for now | Damien Miller | |
2003-11-21 | add output file and path stripping options useful for pre-generating | Damien Miller | |
ld.so.hints for dynamic ramdisks. idea from markus@ manpage nits jmc@ ok tedu@ | |||
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-11-20 | ftpd.8: | Jason McIntyre | |
- simpler macros - sort options - some updates ftpd.c: - sync usage() | |||
2003-11-12 | Don't hold on to the bind() while we loop around waiting to see if we can | Todd C. Miller | |
make our connection. Adapted from FreeBSD via danh@ | |||
2003-11-11 | Better fix to the library name parsing. now correctly handles | Dale Rahn | |
libpython2.2.so.0.0 vs libpython2.1.so.0.0. Clean up a potential memory leak if the filename is not a valid library. ok brad@ | |||
2003-11-09 | add missing -v to getopt | Daniel Hartmeier | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre | |
2003-11-02 | some corrections from wiz@netbsd; | Jason McIntyre | |
2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. | Dale Rahn | |
Without this patch, the standard major:minor version matching failed. ok brad@ | |||
2003-10-23 | - add -v to SYNOPSIS | Jason McIntyre | |
- new sentence, new line - .Dv for variables - fix .Xr |