| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dwarf annotations to the amd64 _rtld_bind_start to allow debuggers | kib | 2014-04-14 | 1 | -0/+43 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 8 | -8/+8 |
* | Before calling mmap() on a shared library's text and data sections, rtld | alc | 2014-04-11 | 4 | -25/+67 |
* | Make bsd.test.mk the only public mk fragment for the building of tests. | jmmv | 2014-03-14 | 1 | -1/+1 |
* | Remove lukemftpd. It was disconnected from the build in 2009. | des | 2014-03-14 | 5 | -431/+0 |
* | Re-format the license to conform to our BSD license template as much | brueffer | 2014-03-13 | 1 | -13/+12 |
* | ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete. | jilles | 2014-03-09 | 1 | -6/+5 |
* | Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion | bapt | 2014-02-22 | 1 | -1/+1 |
* | Increase alignment to size of pointer if the alignment is too small. | davidxu | 2014-02-22 | 1 | -4/+2 |
* | Lower warning level when built with gcc | bapt | 2014-02-21 | 1 | -0/+6 |
* | Enforce mail user and group | bapt | 2014-02-21 | 1 | -1/+3 |
* | Add dma-mbox-create forgotten in the previous commit | bapt | 2014-02-21 | 1 | -0/+18 |
* | Import Dragonfly Mail Agent into base system | bapt | 2014-02-21 | 2 | -0/+39 |
* | malloc_aligned() may not leave enough space for pointer to allocated memory, | davidxu | 2014-02-21 | 1 | -7/+7 |
* | Remove the 3rd clause ("advertising clause") of the BSD license as | brueffer | 2014-02-17 | 55 | -275/+55 |
* | Add $FreeBSD$. | brueffer | 2014-02-17 | 4 | -0/+8 |
* | In sgetpwnam(), save and free pw_class like all other char members | brueffer | 2014-02-14 | 1 | -0/+2 |
* | Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the | nwhitehorn | 2014-01-20 | 1 | -2/+5 |
* | Replace LIBGCC by LIBCOMPILER_RT. | ed | 2014-01-18 | 1 | -5/+6 |
* | Cast Elf_Addr to void * to match the free_aligned() argument type. | kib | 2013-12-07 | 1 | -2/+2 |
* | For variant II static TLS, properly align tls segments. Pre-calculate | kib | 2013-12-06 | 1 | -15/+20 |
* | Build an allocator for the aligned memory on top of the rtld-private | kib | 2013-12-06 | 2 | -0/+32 |
* | Please welcome casperd daemon. It (and its services) will be responsible for | pjd | 2013-12-02 | 12 | -0/+1694 |
* | Build and install the atf tests. | jmmv | 2013-11-08 | 8 | -3/+43 |
* | Subsume the functionality of MK_ATF into MK_TESTS. | jmmv | 2013-11-08 | 1 | -4/+4 |
* | Include rtld itself when iterating over loaded ELF objects in | markj | 2013-11-07 | 1 | -0/+5 |
* | Drop support for historic ioctls and also undefine them, so that code | glebius | 2013-11-05 | 1 | -8/+0 |
* | By popular demand, move freebsd-version(1) from /libexec to /bin. | des | 2013-10-09 | 4 | -272/+0 |
* | Explicitly pass the full path to the input file to sed. This unbreaks | des | 2013-10-09 | 1 | -1/+1 |
* | Introduce the /libexec/freebsd-version script, which is intended to be | des | 2013-10-07 | 4 | -0/+272 |
* | Implement support for the interpose dso flag. | kib | 2013-10-07 | 2 | -2/+33 |
* | Populate .rld_map on MIPS for debuggers | emaste | 2013-10-02 | 1 | -5/+1 |
* | Make the directory mapping functionality, which was previously only | des | 2013-09-21 | 3 | -9/+5 |
* | Revert r253748,253749 | avg | 2013-07-28 | 2 | -0/+2 |
* | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 2 | -2/+0 |
* | Add the name of the file that could not be opened to the error message | ghelmer | 2013-06-11 | 1 | -1/+1 |
* | Prevent races running the queue by serializing access to the | ghelmer | 2013-06-11 | 1 | -0/+4 |
* | mdoc sweep. | joel | 2013-05-12 | 1 | -1/+1 |
* | Properly terminate the result string for intermediate results, to | kib | 2013-04-29 | 1 | -1/+2 |
* | The origin_subst_one() function limits the length of the string to | kib | 2013-04-15 | 1 | -73/+75 |
* | Map libraries linked with -Ttext-segment=base_addr at base_addr. | tijl | 2013-02-27 | 1 | -1/+1 |
* | Since clang 3.2 now has an option to suppress warnings about implicitly | dim | 2013-02-16 | 2 | -10/+0 |
* | Avoid use of register variables, which some compilers (e.g. clang) | nwhitehorn | 2013-02-08 | 1 | -9/+5 |
* | Retire struct sockaddr_inarp. | glebius | 2013-01-31 | 1 | -19/+7 |
* | Mark tftp_log() as __printflike() (which would have caught the bug | marius | 2013-01-31 | 4 | -15/+17 |
* | Remove extra %s from debug statement that ends up crashing tftpd if | sbruno | 2013-01-30 | 1 | -1/+1 |
* | When building for ARM EABI link against libgcc for the __aeabi_* functions. | andrew | 2013-01-19 | 1 | -0/+10 |
* | Use correct size in snprintf. | antoine | 2012-12-25 | 1 | -2/+1 |
* | Use absolute path for /usr/libexec/ld-elf.so.1 symlink. | pjd | 2012-12-04 | 1 | -2/+2 |
* | Do not change entire BINDIR, it might be needed later, just change | pjd | 2012-12-04 | 1 | -2/+2 |