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
*
Convert telnetd(8) to use posix_openpt(2).
ed
2008-11-13
1
-1
/
+2
*
Whitespace and style fixes, build at WARNS level 6.
des
2008-11-04
2
-29
/
+35
*
This code has no copyright. It is fairly obvious to me that we're a
imp
2008-10-13
1
-14
/
+48
*
MFp4: Fix a bug in the mips relocation code that prevents shared images
imp
2008-10-10
1
-22
/
+14
*
Allow strong symbols to override weak ones for lookups done through
kan
2008-10-10
1
-4
/
+21
*
add new build knobs and jigger some existing controls to improve
sam
2008-09-21
1
-5
/
+21
*
Allow multiple locks to be acquired by detecting corresponding
davidxu
2008-09-16
1
-2
/
+2
*
Make sure internal rtld malloc routines are not called from unlocked
kan
2008-09-03
1
-14
/
+17
*
Remove the now unneeded pt_chown utility.
ed
2008-08-24
3
-112
/
+0
*
Mark functions as __dead2 in order to help the LLVM static checker
cperciva
2008-08-04
1
-1
/
+1
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
1
-0
/
+2
*
Use sysctl to fetch stats from the kernel instead of reading variables
jhb
2008-06-10
2
-48
/
+19
*
Make the meaning of the %A format specifier, as passed to
bms
2008-05-15
1
-2
/
+5
*
Fix conflicts after heimdal-1.1 import and add build infrastructure. Import
dfr
2008-05-07
1
-2
/
+2
*
Fix the problem with the C++ exception handling for the multithreaded
kib
2008-05-06
3
-4
/
+8
*
MFp4: Add mips support for dynamic linking.
imp
2008-04-04
5
-5
/
+602
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
For un-prototyped static inline functions declared in pthread_md.h on
rwatson
2007-12-01
1
-1
/
+1
*
Add "with" to make the line go smoother.
edwin
2007-11-23
1
-1
/
+1
*
Add the -W options, which acts the same as -w but will generate
edwin
2007-11-23
3
-8
/
+104
*
Include an extra header to get a function prototype.
jb
2007-11-19
1
-0
/
+1
*
Add a hackish knob to skip rtld, NO_RTLD. In conjunction with
yar
2007-10-31
1
-1
/
+1
*
- Fix the handling of R_SPARC_OLO10, which is a bit of a special case
marius
2007-10-16
1
-9
/
+14
*
Fixed static linkage (build with -DNO_SHARED).
ru
2007-10-01
1
-1
/
+1
*
Stop mentioning /usr/X11R6.
delphij
2007-07-24
1
-1
/
+1
*
Unbreak the dynamic linker by not creating a cache for rtld-elf
marcel
2007-07-15
1
-2
/
+6
*
Cache does not serve any purpose when rtld is relocating itself, do
kensmith
2007-07-13
1
-2
/
+6
*
Add r_debug_state to the list of symbols exported from rtld. GDB needs to
kan
2007-07-11
1
-0
/
+1
*
Significantly reduce the memory leak as noted in BUGS section for
scf
2007-07-04
1
-4
/
+4
*
Link pf 4.1 to the build:
mlaier
2007-07-03
3
-14
/
+11
*
Note PAM support in atrun(8).
yar
2007-06-17
1
-4
/
+17
*
Add PAM support to atrun(8).
yar
2007-06-15
2
-11
/
+36
*
Actually use new features of perr() and perrx().
yar
2007-06-15
1
-44
/
+33
*
Catch up with perr() becoming variadic.
yar
2007-06-15
1
-1
/
+1
*
Make perr() variadic and add perrx() to use in cases where
yar
2007-06-15
1
-4
/
+30
*
Use a single setusercontext(3) instead of a bunch of basic syscalls.
yar
2007-06-14
2
-0
/
+29
*
Spotted another copy of the loony error message.
yar
2007-06-14
1
-1
/
+1
*
Fix an error message that was beside the point.
yar
2007-06-14
1
-1
/
+1
*
Fix a typical off-by-one error that can result in an unterminated string:
yar
2007-06-14
1
-1
/
+1
*
Correct a typo.
bz
2007-06-03
1
-1
/
+1
*
Update the man page to reflect that certain variables will be unset in
csjp
2007-05-17
1
-2
/
+4
*
In the event a process is tainted (setuid/setgid binaries), un-set any
csjp
2007-05-17
1
-10
/
+20
*
Don't enable symbol versioning on ia64 for now. It causes
marcel
2007-05-16
1
-0
/
+2
*
We don't need --export-dynamic for ld-elf.so.1, because it's a
marcel
2007-05-16
1
-1
/
+0
*
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
deischen
2007-05-13
1
-1
/
+3
*
Remove %m formatter, it's ifdef 0'ed in the code from the very beginning
pav
2007-05-12
1
-2
/
+0
*
Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables
pav
2007-05-12
1
-0
/
+6
*
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
[next]