| age |
author |
description |
| 3 years |
Mathieu Lacage |
check for pthread_t size |
| 3 years |
Mathieu Lacage |
replace simu_pthread_t with pthread_t |
| 3 years |
Mathieu Lacage |
make pid and tid 16 bit to make pthread_t be 32 bit. |
| 3 years |
Mathieu Lacage |
split process example in 3 separate binaries |
| 3 years |
Mathieu Lacage |
add CreateWithStack variant for elf loader |
| 3 years |
Mathieu Lacage |
remove uneeded print during configuration |
| 3 years |
Mathieu Lacage |
export libc_fn_setup |
| 3 years |
Mathieu Lacage |
make sure we handle the case when we seek past the file boundaries. |
| 3 years |
Mathieu Lacage |
remove bogus assert |
| 3 years |
Mathieu Lacage |
add prelinking support |
| 3 years |
Mathieu Lacage |
read ElfProgramHeader |
| 3 years |
Mathieu Lacage |
define ElfProgramHeader |
| 3 years |
Mathieu Lacage |
kill dead code. |
| 3 years |
Mathieu Lacage |
dont read 64 bit quantities in 32bit mode |
| 3 years |
Mathieu Lacage |
add libc 2.8 (fedora 9) support |
| 3 years |
Mathieu Lacage |
avoid gcc 4.3 warnings |
| 3 years |
Mathieu Lacage |
avoid gcc 4.3 warnings |
| 3 years |
Mathieu Lacage |
add a libc symbol map for 2.6.1 |
| 3 years |
Mathieu Lacage |
use 64bit types for elf64. |
| 3 years |
Mathieu Lacage |
merge with ns-3-simu |
| 3 years |
Mathieu Lacage |
avoid ubuntu-specific stuff. |
| 3 years |
Mathieu Lacage |
make the testcase more fancy |
| 3 years |
Mathieu Lacage |
add puts |
| 3 years |
Mathieu Lacage |
libc wrapper for simu |
| 3 years |
Mathieu Lacage |
add support for loader (untested) |
| 3 years |
Mathieu Lacage |
update to new loader API |
| 3 years |
Mathieu Lacage |
load libc first |
| 3 years |
Mathieu Lacage |
do not hide libc_fn_setup function |
| 3 years |
Mathieu Lacage |
add cxa_atexit |
| 3 years |
Mathieu Lacage |
add a symbol version script for libc |
| 3 years |
Mathieu Lacage |
make sure our libc is built statically |
| 3 years |
Mathieu Lacage |
provide __cxa_filenalize, stderr, stdout, and, stdin. |
| 3 years |
Mathieu Lacage |
there is no point in setting LD_LIBRARY_PATH at this stage: it is already too late. |
| 3 years |
Mathieu Lacage |
add elf-loader-cache to search dirs |
| 3 years |
Mathieu Lacage |
use ldd to gather dependencies. rewrite DT_SONAME. |
| 3 years |
Mathieu Lacage |
an initial version of an ELF loader |
| 3 years |
Mathieu Lacage |
merge with HEAD |
| 3 years |
Mathieu Lacage |
merge with HEAD |
| 3 years |
Mathieu Lacage |
use fully-qualified c++ typename to allow using macros outside of the ns3 namespace. |
| 3 years |
Mathieu Lacage |
kill dead code |
| 3 years |
Raj Bhattacharjea |
Fix TcpSocketImpl rx buffer logic (closes 248) |
| 3 years |
Mathieu Lacage |
merge with HEAD |
| 3 years |
Mathieu Lacage |
bug 264: NS_BREAKPOINT never stops the debugger at the right location. |
| 3 years |
Mathieu Lacage |
bug 251: mobility helper has no ascii output |
| 3 years |
Mathieu Lacage |
bug 252: make python bindings compile |
| 3 years |
Mathieu Lacage |
bug 252: get rid of dead code. |
| 3 years |
Mathieu Lacage |
use a longer macro prefix |
| 3 years |
Mathieu Lacage |
merge with HEAD |
| 3 years |
Sebastien Vincent |
bug 262: fix g++ 4.3 build |
| 3 years |
Gustavo J. A. M. Carneiro |
OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval. |
| 3 years |
Gustavo J. A. M. Carneiro |
Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260. |
| 3 years |
Gustavo J. A. M. Carneiro |
When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly. |
| 3 years |
Gustavo J. A. M. Carneiro |
When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed. |
| 3 years |
Gustavo J. A. M. Carneiro |
Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258. |
| 3 years |
Mathieu Lacage |
merge with HEAD |
| 3 years |
Gustavo J. A. M. Carneiro |
hg ignore the pybindgen checkout dir |
| 3 years |
Gustavo J. A. M. Carneiro |
merge |
| 3 years |
Gustavo J. A. M. Carneiro |
Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence. |
| 3 years |
Gustavo J. A. M. Carneiro |
Add empty implementation of Simulator::SetImplementation, to make Python bindings work. |
| 3 years |
Gustavo J. A. M. Carneiro |
Add helper waf proxy script |