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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all the
rpaulo
2010-08-01
1
-2
/
+1
*
Revert SHLIB_MAJOR to 2.
rpaulo
2010-07-31
1
-1
/
+1
*
Build librtld_db.
rpaulo
2010-07-31
1
-0
/
+2
*
Bump the shared library major version due to ABI conflicts.
rpaulo
2010-07-31
1
-1
/
+1
*
New version of libproc. Changes are:
rpaulo
2010-07-31
16
-76
/
+1316
*
Simplify the Makefile. The i386 and amd64 sections are equal.
rpaulo
2010-07-31
1
-10
/
+1
*
libproc is going to be i386/amd64 only with the next update.
rpaulo
2010-07-31
1
-1
/
+3
*
Import the librtld_db library. This is needed by userland DTrace.
rpaulo
2010-07-31
4
-0
/
+581
*
Fix a couple of typos.
uqs
2010-07-30
1
-1
/
+1
*
Redo fetch_read() using non-blocking sockets. This is necessary to
des
2010-07-28
1
-20
/
+89
*
Fix a couple of embarrassing mistakes in the previous commit.
des
2010-07-28
1
-2
/
+2
*
Protect GNUHASH translation functions with #ifdef; unbreak cross
kaiw
2010-07-28
1
-0
/
+4
*
Update mlockall(2) to mention that it's superuser-only syscall, just
trasz
2010-07-27
2
-4
/
+7
*
Apply a small grammar fix to {toupper,tolower}(3).
bcr
2010-07-25
2
-4
/
+4
*
Build clang libraries by default with -fno-exceptions and with
rpaulo
2010-07-22
4
-0
/
+14
*
Verify return value of the sigset manipulation functions
kib
2010-07-22
1
-22
/
+14
*
* Remove a superfluous error description.
kaiw
2010-07-21
1
-7
/
+5
*
Add a cross-reference to `elf_rawfile(3)`.
kaiw
2010-07-21
1
-2
/
+3
*
* Note that ar(1) archives may also be opened using `elf_memory(3)`.
kaiw
2010-07-21
2
-6
/
+10
*
Remove a redundant word.
kaiw
2010-07-21
1
-2
/
+2
*
Move helper functions `_libelf_ar_get_{name,number,string}()` and
kaiw
2010-07-21
4
-212
/
+258
*
Fix a memory leak.
kaiw
2010-07-21
1
-2
/
+4
*
* Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` in
kaiw
2010-07-21
12
-26
/
+336
*
Avoid switching between "unsigned char" and "char" in the C code
kaiw
2010-07-21
1
-22
/
+22
*
Add support for translating sections of type ELF_T_GNUHASH.
kaiw
2010-07-21
2
-2
/
+208
*
- Document that the *fsize() functions return a size of 1 for Elf
kaiw
2010-07-21
4
-12
/
+10
*
Perform additional checks when translating between file and memory
kaiw
2010-07-21
7
-65
/
+114
*
Reduce verbosity.
kaiw
2010-07-21
1
-2
/
+2
*
- Return zero for file sizes of ELF types that have a variable size.
kaiw
2010-07-21
1
-6
/
+9
*
Note that the *_fsize() functions are only defined for ELF types that
kaiw
2010-07-21
1
-0
/
+7
*
Changes for supporting GNU Hash sections.
kaiw
2010-07-21
3
-2
/
+14
*
Add a new ELF type denoting GNU style hash tables.
kaiw
2010-07-21
1
-0
/
+1
*
Allow an application that updates only the ELF Ehdr to work.
kaiw
2010-07-21
3
-7
/
+8
*
Use <unistd.h> to declare the prototype for ftruncate().
kaiw
2010-07-21
1
-0
/
+1
*
Bug fix: permit the creation of zero-sized sections.
kaiw
2010-07-21
1
-5
/
+7
*
Improve compatibility with other implementations of the ELF(3) API:
kaiw
2010-07-21
1
-2
/
+2
*
Bug fix: when updating headers using the gelf_update_*() functions,
kaiw
2010-07-21
3
-6
/
+6
*
- Correctly handle sections of type SHT_NOBITS. For these sections:
kaiw
2010-07-21
2
-19
/
+52
*
Also link getutxent.3 to utmpx.3.
ed
2010-07-21
1
-1
/
+1
*
Remove a superfluous comment.
kaiw
2010-07-21
1
-1
/
+0
*
-
.
Upgrade our Clang in base to r108428.
ed
2010-07-20
55
-408
/
+973
|
\
\
|
|
*
Update clang to r108428.
rdivacky
2010-07-15
50
-390
/
+1298
|
|
*
Update clang to r108243.
rdivacky
2010-07-13
249
-12097
/
+30710
|
|
*
Update clang to r104832.
rdivacky
2010-05-27
170
-5423
/
+11411
|
|
*
Update clang to r103052.
rdivacky
2010-05-04
15
-55
/
+179
|
|
*
Update clang to r103004.
rdivacky
2010-05-04
186
-9130
/
+18136
|
|
*
Update clang to r100520.
rdivacky
2010-04-06
32
-251
/
+442
|
|
*
Update clang to r100285.
rdivacky
2010-04-03
15
-212
/
+289
|
|
*
Update clang to r100181.
rdivacky
2010-04-02
163
-5603
/
+7485
|
|
*
Update clang to r99115.
rdivacky
2010-03-21
86
-1471
/
+2755
[next]