index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdoc: Only use macros inside a reference block.
joel
2012-05-23
1
-8
/
+4
*
mdoc: fix .Bl -offset.
joel
2012-05-23
1
-1
/
+1
*
Properly use LDADD & DPADD to link against libwrap.
marcel
2012-05-19
1
-1
/
+3
*
open the resolved path
bapt
2012-05-05
1
-4
/
+4
*
Work around a situation where symlook_obj() could be called for the
kib
2012-05-05
1
-3
/
+5
*
Add two special directives to libmap.conf:
bapt
2012-04-30
1
-30
/
+132
*
Add GNU hash support for rtld.
kib
2012-04-30
9
-19
/
+163
*
Split the symlook_obj1 into a loop iterating over the ELF object symbol
kib
2012-04-30
2
-95
/
+116
*
Fix a missed file in r234580: replace the now-obsolete powerpc_mb() with
nwhitehorn
2012-04-23
1
-2
/
+2
*
Do a better job at determining the username of the login session.
ed
2012-04-19
1
-1
/
+23
*
Propagate the current state of rtld_bind_lock to dlopen_object() calls
kib
2012-04-12
1
-16
/
+23
*
Properly handle absent AT_CANARY aux entry.
kib
2012-04-05
1
-1
/
+2
*
Remove extra blank line from revious commit.
kan
2012-04-02
1
-1
/
+0
*
Do not try to adjust stacks if dlopen_object is called too early.
kan
2012-04-02
1
-1
/
+4
*
Fix ia64 build after r233655.
kib
2012-03-29
1
-0
/
+6
*
Import DragonFly BSD commit
kib
2012-03-29
1
-1
/
+6
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-3
/
+3
*
Prevent rtld_verify_object_versions() from being called several times
kib
2012-03-27
2
-0
/
+5
*
mdoc: terminate quoted strings.
joel
2012-03-26
1
-2
/
+2
*
Make sure sections are sorted into conventional order.
joel
2012-03-25
1
-17
/
+17
*
Remove libssp_nonshared from the rtld linking set. The only use for the
kib
2012-03-24
2
-1
/
+2
*
Provide short-circuit exit(3) implementation for rtld.
kib
2012-03-24
1
-0
/
+11
*
Before jumping to application's entry point set ra == pc in order
gonzo
2012-03-23
1
-1
/
+2
*
Remove superfluous extern keywords.
kib
2012-03-23
1
-10
/
+10
*
Centralize the calculation of the top source directory. This
kib
2012-03-23
1
-2
/
+3
*
Implement xstrdup() using strlen()/xmalloc()/memcpy() already
kib
2012-03-23
1
-7
/
+8
*
Use xmalloc() instead of malloc() in the places where malloc() calls
kib
2012-03-22
5
-19
/
+20
*
Remove the fragments which are not needed on FreeBSD. The caltech
kib
2012-03-22
1
-18
/
+0
*
Fix several problems with our ELF filters implementation.
kib
2012-03-20
10
-118
/
+179
*
Remove write-only variable.
kib
2012-03-16
1
-2
/
+0
*
Rtld on diet 3.
kib
2012-03-14
4
-11
/
+22
*
Use PTR_SUBU instead of subu (missed this one)
gonzo
2012-03-12
1
-1
/
+1
*
Use PTR_(ADD|SUB)U macrosses instead of hardcoded addu/subu
gonzo
2012-03-12
1
-2
/
+2
*
- Although we pass first 4 arguments in registers, function callinf ABI requires
gonzo
2012-03-12
1
-7
/
+9
*
Rtld on diet part 2:
kib
2012-03-12
1
-72
/
+76
*
Rtld on diet part 1:
kib
2012-03-12
1
-0
/
+40
*
Amend r232857, now dropping the casts entirely, as they were not
dim
2012-03-12
1
-2
/
+2
*
Fix the following warning/error with clang:
dim
2012-03-12
1
-2
/
+2
*
When iterating over the dso program headers, the object is not initialized
kib
2012-03-12
1
-1
/
+4
*
Add support for preinit, init and fini arrays. Some ABIs, in
kib
2012-03-11
13
-14
/
+230
*
Optimize tls_get_addr_common(). The change provides around 30% speedup
kib
2012-03-10
1
-9
/
+22
*
Remove the use of toupper() from rtld_printf.c. Use of the libc function
kib
2012-03-09
1
-5
/
+7
*
Cosmetic nit:
pluknet
2012-03-06
1
-10
/
+10
*
- Switch to saving non-offseted pointer to TLS block in order too keep things...
gonzo
2012-03-06
2
-17
/
+4
*
The libmap.conf initialization is performed before TLS is functional.
kib
2012-03-05
1
-10
/
+15
*
Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
dim
2012-02-28
2
-6
/
+2
*
Avoid error log for transfer stop w/o error code.
emaste
2012-02-21
1
-1
/
+2
*
Add thread-local storage support for ARM to rtld-elf
gonzo
2012-02-14
3
-11
/
+83
*
Add missed EOL when die() was converted to use rtld_fdputstr() instead
kib
2012-02-13
1
-0
/
+1
*
Add handlers for TLS-related relocation entries
gonzo
2012-02-11
2
-3
/
+87
[next]