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
*
Fix incorrect usage of 'assure' and 'insure'.
brucec
2010-08-28
1
-1
/
+1
*
Make RTLD work on powerpc64 again. If there is a sub-directory named
nwhitehorn
2010-08-24
1
-7
/
+10
*
Remove exports table. Export control by the version script is enough.
kib
2010-08-24
1
-50
/
+4
*
MFtbemd:
imp
2010-08-23
3
-9
/
+13
*
On shared object unload, in __cxa_finalize, call and clear all installed
kib
2010-08-23
1
-0
/
+12
*
Introduce implementation-private rtld interface _rtld_addr_phdr, which
kib
2010-08-23
2
-10
/
+38
*
Provide the starting image with the pointer to ELF aux vector. It is
kib
2010-08-17
1
-0
/
+1
*
Use the newly provided aux vectors to get pagesize and osreldate information.
kib
2010-08-17
2
-10
/
+84
*
Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revert
neel
2010-08-11
1
-1
/
+1
*
Fix compilation error for 64-bit little endian build:
neel
2010-08-10
1
-2
/
+2
*
Remove unneeded use of struct timezone.
ed
2010-08-08
2
-6
/
+4
*
Fix typos and spelling mistakes.
joel
2010-08-06
1
-1
/
+1
*
Fix typo.
joel
2010-08-04
1
-1
/
+1
*
64 bit support for MIPS rtld.
jchandra
2010-07-29
2
-10
/
+17
*
RTLD support for powerpc64. A few small modifications to the Makefile
nwhitehorn
2010-07-10
6
-0
/
+741
*
Revert r209544. It papers over a binutils bug, and is not even a reliable
nwhitehorn
2010-06-28
1
-10
/
+3
*
Ignore versioned dependencies on shared objects to which we do not link.
nwhitehorn
2010-06-26
1
-3
/
+10
*
Merge jmallett@'s n64 work into HEAD - changeset 3
jchandra
2010-06-16
1
-3
/
+5
*
Plug possible memory leak.
kan
2010-06-03
1
-1
/
+3
*
mdoc: use literal text, not a column table to present the
uqs
2010-06-02
1
-8
/
+8
*
Only use the cache after the early stage of loading. This is
rdivacky
2010-05-18
6
-33
/
+29
*
Final update to current version of head in preparation for reintegration.
mckusick
2010-05-06
13
-502
/
+2418
|
\
|
*
Bring in new files from edwin's tftp
imp
2010-05-04
10
-0
/
+2064
|
*
Go ahead and merge the work edwin@ on tftpd into the tree. It is a
imp
2010-05-04
3
-502
/
+354
*
|
Update to current version of head.
mckusick
2010-04-28
7
-168
/
+366
|
\
\
|
|
/
|
*
Forgot to initialize the debug variable.
des
2010-04-01
1
-1
/
+1
|
*
Add a debugging option (-d)
des
2010-04-01
2
-12
/
+47
|
*
Check that gl_pathc is bigger than zero before derefencing gl_pathv.
delphij
2010-03-25
1
-1
/
+2
|
*
- Remove const'ness from dlerror(3) prototype, for consistency with POSIX.
gahr
2010-03-24
1
-1
/
+1
|
*
Fix several typos in macros or macro misusage.
uqs
2010-03-12
1
-1
/
+1
|
*
Updated rtld for n32 support.
imp
2010-03-04
2
-153
/
+315
*
|
The NFS quota-reporting RPC uses 32-bit sized fields. We approximate
mckusick
2010-04-25
1
-4
/
+7
*
|
IFH@204581
des
2010-03-04
48
-525
/
+552
|
\
\
|
|
/
|
*
Fixed static linkage.
ru
2010-02-26
2
-4
/
+4
|
*
Support the extended PLT format used when objects have more than 8192
nwhitehorn
2010-02-22
3
-25
/
+67
|
*
The NetBSD Foundation has granted permission to remove clauses 3 and 4.
imp
2010-02-16
1
-7
/
+0
|
*
Improve TLS variant I:
marcel
2010-02-16
1
-11
/
+8
|
*
Set ut_line to "ftpd" for ftpd.
ed
2010-02-09
1
-0
/
+1
|
*
Remove stale references to utmp(5) and its corresponding filenames.
ed
2010-01-21
2
-3
/
+2
|
*
Really disable wtmp logging when chrooting.
ed
2010-01-18
2
-6
/
+9
|
*
Phase out ttyslot(3).
ed
2010-01-14
1
-1
/
+0
|
*
Port all apps in libexec/ from libulog to utmpx.
ed
2010-01-13
4
-10
/
+4
|
*
Port ftpd to utmpx.
ed
2010-01-13
2
-52
/
+38
|
*
Port comsat to utmpx.
ed
2010-01-13
1
-64
/
+21
|
*
Remove `dead code' from rlogind.
ed
2010-01-13
1
-12
/
+1
|
*
Make WARNS=6 the default for libexec/.
ed
2010-01-02
26
-10
/
+41
|
*
Fix several warnings.
ed
2010-01-02
1
-10
/
+10
|
*
ANSIfy ldconfig and the aout bits it still uses from rtld-aout.
ed
2009-12-29
2
-28
/
+10
|
*
Make rpc.ruserd work with utmpx/libulog.
ed
2009-12-29
3
-92
/
+35
|
*
Perform cleanups to rpc.rusersd:
ed
2009-12-28
3
-198
/
+204
[next]