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
...
*
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
*
Don't store a pointer in "next" if we're never going to use it.
cperciva
2008-06-09
1
-2
/
+2
*
Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,
davidxu
2008-06-09
5
-26
/
+50
*
Call the fcntl compatiblity wrapper from the thread library fcntl wrappers
dfr
2008-05-30
5
-5
/
+10
*
Eliminate global mutex by using pthread_once's state field as
davidxu
2008-05-30
1
-33
/
+29
*
- Reduce function call overhead for uncontended case.
davidxu
2008-05-29
3
-217
/
+104
*
Make fcntl() a weak symbol so that it can be overridden by thread libraries.
dfr
2008-05-27
1
-1
/
+3
*
Minor code hardening: Verify the final bytes of the string
kientzle
2008-05-27
1
-1
/
+1
*
Until the old archive.h.in gets renamed to archive.h in the repository,
kientzle
2008-05-27
1
-0
/
+6
*
MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more
kientzle
2008-05-26
49
-938
/
+3609
*
Use _WANT_FILE to make struct file visible from userland. This is
pjd
2008-05-26
1
-2
/
+1
*
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
rwatson
2008-05-25
9
-1564
/
+0
*
Relax the strict type check because gcc as distributed doesn't create
jb
2008-05-23
1
-1
/
+1
*
Change the alignment of the NOTE to match what gcc does.
jb
2008-05-23
1
-1
/
+1
*
Add the case for SHT_AMD64_UNWIND.
jb
2008-05-23
1
-0
/
+2
*
Check that lseek(2) succeeds and puts us where we expect. [1]
cperciva
2008-05-23
1
-3
/
+7
*
We only use the string "?rwxrwxrwx " once, so inline it rather than
cperciva
2008-05-23
1
-2
/
+1
*
Hook libdwarf and libproc into the build.
jb
2008-05-22
1
-2
/
+2
*
Add a BSD licensed DWARF library for use by the DTrace clients.
jb
2008-05-22
17
-0
/
+4083
*
Add the Makefile for the process library which was missed in the previous
jb
2008-05-22
1
-0
/
+20
*
Add a process library with some stubs that the DTrace client needs.
jb
2008-05-22
5
-0
/
+473
*
Use 'dowrite' as an argument name instead of too general 'write'.
pjd
2008-05-20
2
-7
/
+7
*
Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead and
cperciva
2008-05-19
1
-0
/
+1
*
Clarify that "ante meridiem" and "post meridiem" mean the same thing
grog
2008-05-16
1
-2
/
+2
*
Add new heimdal-1.1 library.
dfr
2008-05-15
1
-2
/
+2
*
Clean up cpp logic and comments.
jasone
2008-05-14
1
-8
/
+21
*
Commit missing mips libthr support that I thought I'd committed earlier
imp
2008-05-11
2
-0
/
+141
*
Remove useless call to getdtablesize(2) in fdopen(3) and its useless
antoine
2008-05-10
1
-4
/
+0
*
Misc mdoc improvements and a typo fix.
brueffer
2008-05-10
1
-6
/
+10
*
Add setfib.2 to the list of man pages to add
julian
2008-05-09
1
-1
/
+1
*
setfib.2 got left out of the last commit
julian
2008-05-09
1
-0
/
+79
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
2
-0
/
+8
*
- Update for ncurses 5.6-20080509
rafan
2008-05-09
1
-1
/
+1
*
Don't set the _file member of the FILE when opening a FTP connection.
jhb
2008-05-08
1
-1
/
+0
*
Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.h
cokane
2008-05-08
2
-6
/
+12
[prev]
[next]