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
*
Don't forget to clean up the file copied from the kernel sources.
ed
2010-01-02
1
-0
/
+2
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
65
-37
/
+81
*
The devices that supported EVFILT_NETDEV kqueue filters were removed in
brooks
2009-12-31
1
-20
/
+0
*
Remove an unused variable.
ed
2009-12-31
1
-1
/
+0
*
Add missing `void' keyword.
ed
2009-12-31
1
-1
/
+1
*
Use _once() to initialize the pthread key for thread-local storage to hold
jhb
2009-12-30
1
-14
/
+14
*
Remove some test files that are no longer used.
kientzle
2009-12-30
5
-27092
/
+0
*
Reserve constants for RPM unwrapper and XAR reader.
kientzle
2009-12-30
1
-0
/
+2
*
Libarchive in FreeBSD is now synced up with 2.7.901a from
kientzle
2009-12-30
1
-2
/
+2
*
UU decoder. Now that libarchive can recursively taste input streams,
kientzle
2009-12-30
6
-0
/
+767
*
A raft of test changes and improvements from the Googlecode repository.
kientzle
2009-12-30
73
-1315
/
+6267
*
Merge Michihiro NAKAJIMA's significant work on the ISO9660 reader
kientzle
2009-12-30
1
-323
/
+1659
*
Document _FAST and _PRECISE clocks.
kib
2009-12-29
1
-10
/
+40
*
Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).
kib
2009-12-29
2
-3
/
+7
*
Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for
kib
2009-12-29
1
-4
/
+3
*
Rationalize the support for cryptographic hashes.
kientzle
2009-12-29
2
-105
/
+250
*
Essentially eliminate problems with false hardlinks in POSIX cpio
kientzle
2009-12-29
1
-16
/
+91
*
Clear extraneous error messages.
kientzle
2009-12-29
1
-0
/
+2
*
Zip write support for libarchive.
kientzle
2009-12-29
5
-0
/
+671
*
If we're linking against liblzma, allow the decompressor to use up to
kientzle
2009-12-29
1
-23
/
+87
*
Minor style fixes plus a fix for an obscure crash on certain malformed
kientzle
2009-12-29
1
-11
/
+5
*
Be a little more skeptical of dev/ino matches when reading cpio files.
kientzle
2009-12-29
1
-35
/
+35
*
Style and portability fixes for pax writer. Mostly very routine, except for:
kientzle
2009-12-29
1
-32
/
+26
*
Style fixes to tar reader:
kientzle
2009-12-29
1
-16
/
+16
*
Various style fixes to the 'newc' cpio writer:
kientzle
2009-12-29
1
-17
/
+26
*
Various fixes when creating objects on disk:
kientzle
2009-12-29
1
-23
/
+74
*
Catch decompression failures earlier. In particular, this gives
kientzle
2009-12-29
1
-0
/
+8
*
Various style and portability fixes, including:
kientzle
2009-12-29
1
-12
/
+35
*
64-bit ino support and discourage bad use of this header.
kientzle
2009-12-29
1
-1
/
+5
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
4
-6
/
+6
*
Grammar fix.
delphij
2009-12-28
1
-1
/
+1
*
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects
luigi
2009-12-28
1
-2
/
+0
*
this file is also affected by the ipfw changes
luigi
2009-12-28
1
-0
/
+2
*
Portability.
kientzle
2009-12-28
1
-1
/
+3
*
Remove some dead assignments, fix some declarations.
kientzle
2009-12-28
1
-3
/
+1
*
Clarify an example so Linux folks won't keep getting confused by this point.
kientzle
2009-12-28
1
-0
/
+3
*
Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.
kientzle
2009-12-28
1
-0
/
+2
*
Fix some unused variables and dead assignments.
kientzle
2009-12-28
3
-5
/
+2
*
Remove an unused variable and an unreachable statement.
kientzle
2009-12-28
1
-3
/
+1
*
Fix line endings.
kientzle
2009-12-28
1
-187
/
+187
*
Discourage external use of this header.
kientzle
2009-12-28
1
-0
/
+4
*
Remove unused variable.
kientzle
2009-12-28
1
-2
/
+0
*
O_BINARY for Windows.
kientzle
2009-12-28
1
-0
/
+9
*
Handle Zip CRC validation for uncompressed Zip archives even on
kientzle
2009-12-28
2
-6
/
+71
*
Include limits.h; remove unused variable.
kientzle
2009-12-28
1
-3
/
+3
*
Use ino64 interface.
kientzle
2009-12-28
2
-6
/
+6
*
Use new ino64 interface.
kientzle
2009-12-28
1
-2
/
+1
*
New archive_file_count() utility.
kientzle
2009-12-28
7
-5
/
+42
*
Portability fixes.
kientzle
2009-12-28
1
-5
/
+14
*
Various portability fixes, plus:
kientzle
2009-12-28
5
-107
/
+300
[next]