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
*
Remove the compat code to handle the kernel passing us an unalinged
andrew
2016-01-13
1
-7
/
+1
*
Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa...
emaste
2016-01-08
2
-5
/
+2
*
Disable abi variant hook until strangeness with packages can be sorted
imp
2016-01-05
1
-1
/
+1
*
rtld: populate DT_DEBUG iff DYNAMIC segment is writable
emaste
2016-01-05
1
-0
/
+1
*
rtld: populate DT_DEBUG iff DYNAMIC segment is writable
emaste
2016-01-05
1
-2
/
+4
*
rtld: wrap a comment to 80 columns
emaste
2016-01-05
1
-2
/
+2
*
If md_exec_hook is defined, provide a way to create the strings
imp
2016-01-03
1
-2
/
+18
*
Create a generalized exec hook that different architectures can hook
imp
2016-01-03
11
-3
/
+63
*
Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) more
nwhitehorn
2016-01-01
2
-39
/
+33
*
Use a macro to create the names for the library path names. This will
imp
2015-12-27
2
-23
/
+26
*
rtld: remove old XXX comment missed in r35529
emaste
2015-12-24
1
-1
/
+0
*
Add support for RISC-V architecture.
br
2015-12-24
4
-1
/
+641
*
rtld: Use common NT_FREEBSD_* note types introduced in r291909
emaste
2015-12-21
1
-4
/
+4
*
Use variable names that aren't as prone to dyslexic confusion.
imp
2015-12-18
1
-2
/
+2
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
1
-2
/
+1
*
Follow-on to r291666: use -ffreestanding instead of -fno-builtin.
nwhitehorn
2015-12-03
1
-1
/
+1
*
Provide support for ELFv2 userland if using a newer compiler (recent clang
nwhitehorn
2015-12-03
4
-10
/
+70
*
Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"
nwhitehorn
2015-12-03
1
-2
/
+1
*
Fix build after r291620.
bdrewery
2015-12-01
1
-1
/
+1
*
Don't override LIB*DIR variables from src.libnames.mk.
bdrewery
2015-12-01
1
-4
/
+2
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
8
-0
/
+129
*
Update dependencies after r291406 added libelf to libkvm.
bdrewery
2015-12-01
1
-0
/
+1
*
Use LIBEXECDIR for /usr/libexec.
bdrewery
2015-11-26
3
-3
/
+3
*
META MODE: These need object directories to handle staging.
bdrewery
2015-11-26
1
-1
/
+0
*
META MODE: Don't create .meta files when symlinking sources into the obj dire...
bdrewery
2015-11-25
2
-4
/
+4
*
Remove unneeded libutil dependency for sendmail.
bdrewery
2015-11-24
2
-2
/
+0
*
Rather than using the #define for path names, indirect through a char *
imp
2015-10-31
3
-9
/
+24
*
Move all the paths into a new path.h to centralize them.
imp
2015-10-31
5
-33
/
+67
*
Add Makefile.depend
bdrewery
2015-10-27
2
-0
/
+50
*
Allow PT_NOTES segments to be located anywhere in the executable
kib
2015-10-14
1
-3
/
+21
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
5
-13
/
+4
*
Use existing CONFDIR instead of adding a new CONFIGDIR
bapt
2015-10-11
1
-1
/
+1
*
Update Dragonfly Mail Agent to v0.10
bapt
2015-10-10
1
-1
/
+1
*
Install bsd.confs.mk
bapt
2015-10-10
1
-1
/
+1
*
Rename the dma directory into dmagent to avoid collision on unclean oject
bapt
2015-10-09
4
-1
/
+1
*
Add missing Makefile
bapt
2015-10-09
1
-0
/
+6
*
Move all the dma(8) components into one single directory
bapt
2015-10-09
7
-29
/
+96
*
Remove some trailing space.
kan
2015-10-09
1
-5
/
+5
*
Annotate arm userspace assembler sources stating their tolerance to
kib
2015-09-29
1
-0
/
+1
*
META_MODE: Remove DEP_MACHINE from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
META_MODE: Remove DEP_RELDIR from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
META_MODE: No need to fix the link in this case.
bdrewery
2015-09-18
1
-1
/
+1
*
Fix how we place each objects thread local data. The code used was based
andrew
2015-09-01
2
-4
/
+4
*
Ensure we use calculate_first_tls_offset, even if the main program doesn't
andrew
2015-09-01
1
-1
/
+1
*
Don't assign 'ptr' without using it.
delphij
2015-08-30
1
-1
/
+0
*
Upgrade libxo to 0.4.5.
marcel
2015-08-24
1
-1
/
+1
*
Disable SSE in libthr
vangyzen
2015-08-05
2
-2
/
+2
*
Staticfy and constify some variables and clean up the code a bit to make it
araujo
2015-07-28
3
-9
/
+9
*
Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases.
andrew
2015-07-05
1
-1
/
+2
*
Let the nv.h and dnv.h includes be only in sys directory.
oshogbo
2015-07-02
5
-5
/
+8
[next]