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
...
*
More explicit error message.
des
2008-06-30
1
-1
/
+2
*
Add missing $FreeBSD$
des
2008-06-30
1
-0
/
+1
*
- Forgot to bump a date after last change
danger
2008-06-30
1
-1
/
+1
*
Fix a bogon in the previous commit and add some missing error checks.
das
2008-06-29
1
-9
/
+12
*
Correctly handle malloc() failure. While here, reduce the code size a
das
2008-06-29
4
-103
/
+162
*
Factor out the code that builds the argument table. We don't need separate
das
2008-06-29
1
-130
/
+47
*
Reduce the level of duplication between vfprintf() and vfwprintf()
das
2008-06-29
5
-975
/
+888
*
Begin de-spaghettifying the code that handles positional arguments.
das
2008-06-29
2
-188
/
+306
*
Make it clearer that it is possible to disable the generation of
das
2008-06-29
1
-4
/
+4
*
We should also save and restore the MXCSR as on amd64, but detecting
das
2008-06-28
2
-2
/
+0
*
Two FP-related setjmp/longjmp changes:
das
2008-06-28
2
-2
/
+20
*
Fix a typo in the cosl() prototype.
das
2008-06-28
1
-2
/
+2
*
- add description of the MLINK error
danger
2008-06-26
1
-0
/
+3
*
Some tests won't build at WARNS level 6 due to aliasing violations.
des
2008-06-26
1
-4
/
+4
*
Add regression test for CRC32 check. The test file has been modified to
des
2008-06-26
2
-5
/
+6
*
Implement CRC32 verification. Note that you have to read until EOF to
des
2008-06-26
1
-5
/
+12
*
Allow the tests to build without libdmalloc.
des
2008-06-26
1
-2
/
+2
*
Mark the section describing return values with an appropriate section flag.
danger
2008-06-26
1
-1
/
+1
*
Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on
mtm
2008-06-26
1
-5
/
+5
*
Split out the reference zip file for ease of maintenance.
kientzle
2008-06-26
2
-19
/
+16
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
4
-0
/
+12
*
Add two commands to _umtx_op system call to allow a simple mutex to be
davidxu
2008-06-24
3
-54
/
+106
*
Turn execvpe() into an internal libc routine.
ed
2008-06-23
6
-19
/
+12
*
Refactor one of the ISO extraction tests: Move the reference
kientzle
2008-06-21
2
-94
/
+76
*
MfP4: Joerg Sonnenberg's extensions to the mtree support for more
kientzle
2008-06-21
1
-12
/
+79
*
A security-check failure here should be ARCHIVE_FAILED (cannot continue this
kientzle
2008-06-21
1
-3
/
+3
*
Add Xr to getsockname(2)
phk
2008-06-20
1
-0
/
+1
*
Implement fmodl.
das
2008-06-19
5
-25
/
+177
*
Process spawn attributes in POSIX document order.
davidxu
2008-06-19
1
-21
/
+22
*
Don't export the unused __use_pts() routine.
ed
2008-06-17
2
-2
/
+1
*
Style fix.
davidxu
2008-06-17
1
-1
/
+2
*
Change my email address to the one from the FreeBSD project.
ed
2008-06-17
1
-1
/
+1
*
Add POSIX routines called posix_spawn() and posix_spawnp(), which
davidxu
2008-06-17
5
-14
/
+532
*
Make it clearer that privilege is needed to reduce as well as
fanf
2008-06-16
1
-1
/
+1
*
Rework the my_mbtowc_utf8() support function to fully match the mbtowc()
kientzle
2008-06-15
1
-14
/
+14
*
Since wctomb() returns int, temporaries should be int, not size_t.
kientzle
2008-06-15
1
-2
/
+2
*
A number of minor corrections to the support for external compression
kientzle
2008-06-15
3
-13
/
+45
*
Be a little more careful about closing file descriptors that may not exist.
kientzle
2008-06-15
1
-1
/
+2
*
MfP4: test harness improvements.
kientzle
2008-06-15
6
-34
/
+99
*
Fix a bad cast.
kientzle
2008-06-15
1
-1
/
+1
*
Fix reading TOC from zip archives with unsupported
kientzle
2008-06-15
1
-2
/
+6
*
Mark hardlinks that lack any other interesting filetype information
kientzle
2008-06-15
1
-0
/
+5
*
Portability: We can get away with the older and better-supported
kientzle
2008-06-15
2
-33
/
+24
*
Portability: wchar_t is defined in stdlib.h on some systems.
kientzle
2008-06-15
1
-0
/
+3
*
archive.h is no longer constructed from archive.h.in,
kientzle
2008-06-15
3
-15
/
+1
*
Fix the new generic link resolver in libarchive to never match
kientzle
2008-06-15
2
-0
/
+21
*
Turn sgtty into a binary-only compatibility interface.
ed
2008-06-14
4
-201
/
+2
*
Fix spelling.
thompsa
2008-06-13
1
-1
/
+1
*
Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMIT
wkoszek
2008-06-12
1
-2
/
+29
*
In the error path through base_alloc(), release base_mtx [1].
jasone
2008-06-10
1
-3
/
+7
[prev]
[next]