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 a TLS memory leak.
davidxu
2007-05-05
1
-0
/
+1
*
Back out all POSIXified *env() changes.
ache
2007-05-01
1
-4
/
+4
*
Catch up with the private namespace change (s/FBSDprivate/FBSDprivate_1.0).
deischen
2007-05-01
1
-1
/
+1
*
Prepare for upcoming POSIXed putenv() rewrite:
ache
2007-04-30
1
-4
/
+4
*
Retire rtld-specific Versions.def. Symbols exported by rtld are supposed
kan
2007-04-29
2
-9
/
+3
*
Give the private version namespace a number to match libc.
deischen
2007-04-29
1
-1
/
+1
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
2
-2
/
+6
*
Remove references to S/Key and list OPIE.
trhodes
2007-04-20
1
-8
/
+7
*
Reword the description of the UTF8 option (-8) so I can swear
yar
2007-04-19
1
-14
/
+13
*
Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
yar
2007-04-18
3
-3
/
+45
*
Bring rtld exports in line with corresponding symbols exported from
kan
2007-04-09
3
-2
/
+8
*
Remove reference to FBSDprivate version. We do not use it in this
kan
2007-04-07
1
-7
/
+0
*
Catch up on rtld's special status. Since it does not appear on
kan
2007-04-07
1
-0
/
+2
*
Prepare rtld for symbol versioning. Disable it by default for now.
kan
2007-04-03
4
-22
/
+50
*
Implement dl_iterate_phdr function.
kan
2007-04-03
3
-21
/
+80
*
Use u_int for variable manipulated by atomic ops to match atomic
kan
2007-04-03
1
-1
/
+1
*
Let automatic TCP send buffer sizing do its job for ftpd(8): stop
yar
2007-02-09
1
-9
/
+1
*
Document LD_UTRACE.
jhb
2007-01-23
1
-2
/
+7
*
Add various utrace's for use with ktrace to the ELF runtime linker. To
jhb
2007-01-09
1
-0
/
+67
*
Fix TLS on sparc64 for statically and dynamically linked binaries
kmacy
2006-10-08
1
-2
/
+3
*
Clean up white spaces and fix style(9).
jkim
2006-09-19
1
-34
/
+32
*
Fix the buggy rev. 1.117. dagmembers are only initialized for dlopen'ed
kib
2006-09-19
1
-5
/
+63
*
Markup fixes.
ru
2006-09-17
2
-3
/
+5
*
When looking up the symbol by dlsym, look it not only in the object
kib
2006-09-08
1
-13
/
+10
*
Fix the variant I allocation for KSE: Allow a larger TCB and assume
marcel
2006-09-01
1
-51
/
+37
*
o Fix the static TLS relocation. We were subtracting the size of
marcel
2006-09-01
1
-2
/
+2
*
Use NULL for null-pointer argument.
marcel
2006-09-01
1
-1
/
+1
*
Replace magic 16 with TLS_TCB_SIZE.
marcel
2006-08-31
2
-2
/
+4
*
Not needed any more, vendor sources have PAM support.
obrien
2006-08-31
1
-153
/
+0
*
Catch up with the import of ftpd.c rev 1.1.1.6.
obrien
2006-08-31
1
-0
/
+11
*
FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD's
obrien
2006-08-31
1
-0
/
+30
*
Prevent dead code elimination for the TP assignmient by using inline
marcel
2006-08-30
1
-2
/
+3
*
1. Attempt to take one bullet out of the foot-shooting gun by silently
dougb
2006-08-28
1
-10
/
+10
*
Remove alpha left-overs.
ru
2006-08-22
5
-959
/
+0
*
- Improve and extend mark-up.
yar
2006-08-07
1
-20
/
+32
*
In symlook_obj(): fix _rtld_error output.
delphij
2006-08-04
1
-2
/
+2
*
inetd and telnetd are not included in the standard release
yar
2006-07-31
1
-0
/
+3
*
Stop enforcing dependencies between MK_* options at Makefile level.
yar
2006-07-31
1
-1
/
+2
*
telnetd(8) doesn't really go to the crunched floppies,
yar
2006-07-31
1
-2
/
+0
*
The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORT
yar
2006-07-28
1
-0
/
+5
*
Respect MK_INET6_SUPPORT.
yar
2006-07-27
1
-4
/
+8
*
Cook CFLAGS by the modern recipe:
yar
2006-07-27
1
-1
/
+7
*
Fix compilation of ftpcmd.y without -DINET6.
yar
2006-06-05
2
-1
/
+8
*
*thwack*! all the world's not i386.
des
2006-03-29
1
-0
/
+2
*
Don't use dbg if it isn't defined (such as when this file is used by
des
2006-03-28
1
-0
/
+2
*
Use C99's varadic macro syntax instead of gcc's.
des
2006-03-28
1
-2
/
+2
*
Er, forgot to clear tls space to zero for Variant II.
davidxu
2006-03-28
1
-1
/
+1
*
Allocate space for thread pointer, this allows thread library to access
davidxu
2006-03-28
4
-4
/
+4
*
- Document LD_32_* environment variables
pav
2006-03-27
1
-2
/
+9
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
5
-9
/
+19
[next]