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
*
s/@VERSION@/@ARCHIVE_VERSION@/
cperciva
2007-05-02
2
-3
/
+3
*
Fix one kind of style(9) bug and a typo in a comment.
yar
2007-05-01
1
-5
/
+5
*
Roughly implement libpthread support.
marcel
2007-05-01
1
-1
/
+19
*
Back out all POSIXified *env() changes.
ache
2007-05-01
4
-96
/
+41
*
Second call of sysctl() is used to gather a proper size of a memory chunk
wkoszek
2007-05-01
1
-1
/
+1
*
Bump .Dd
ache
2007-04-30
1
-1
/
+1
*
Add phrase
ache
2007-04-30
1
-1
/
+2
*
Make putenv() fully conforms to Open Group specs Issue 6
ache
2007-04-30
4
-26
/
+58
*
Remove special case skipping initial '=' of the setenv() value "for
ache
2007-04-30
2
-7
/
+0
*
Make setenv, putenv, getenv and unsetenv conforming to Open Group specs
ache
2007-04-30
4
-19
/
+48
*
Add missing links and sort.
pjd
2007-04-29
1
-3
/
+9
*
Don't enable symbol versioning for librt by default just yet.
deischen
2007-04-29
1
-0
/
+2
*
Make sure FBSDprivate_1.0 is located at the end of the version
kan
2007-04-29
1
-1
/
+1
*
Catch up with the renaming of the private version namespace.
deischen
2007-04-29
2
-2
/
+2
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
41
-215
/
+313
*
Number the private version namespace in case we ever want to have
deischen
2007-04-29
1
-1
/
+1
*
Symbol version librt.
deischen
2007-04-29
2
-0
/
+71
*
Remove the MSG_PEEK flag from the documentation of the send(2) syscall -
roam
2007-04-27
1
-1
/
+0
*
Get endianess right.
phk
2007-04-24
1
-1
/
+11
*
Add au_to_zonename.3 alias for au_token.3.
rwatson
2007-04-23
1
-0
/
+1
*
Add a reference and lock the target thread when setting its name.
deischen
2007-04-23
2
-10
/
+48
*
Add back the original behavior of changing the entire directory path at
njl
2007-04-22
2
-2
/
+34
*
Fix a memory leak in the uname/gname lookup cache.
kientzle
2007-04-20
1
-11
/
+11
*
Make inet6_rth_* family of functions more compliant with RFC3542:
mtm
2007-04-19
1
-1
/
+9
*
Grammer correction from: emaste
phk
2007-04-19
1
-1
/
+1
*
Loosen return value spec for fputs to be standards compliant so people
phk
2007-04-19
1
-5
/
+2
*
Add a missing backslash and unbreak the build.
ru
2007-04-16
1
-1
/
+1
*
- Add missing man page links
rafan
2007-04-16
1
-3
/
+17
*
In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which
cperciva
2007-04-16
1
-0
/
+6
*
Properly cleanup the UID/GID lookup data.
kientzle
2007-04-15
1
-0
/
+4
*
Don't free a NULL pointer.
kientzle
2007-04-15
1
-1
/
+2
*
Clean up a lot of memory leaks in the libarchive test harness.
kientzle
2007-04-15
12
-0
/
+29
*
Thanks to Colin for catching my mixup. The original problem wasn't
kientzle
2007-04-15
1
-3
/
+8
*
Consolidate numeric limit macros in one place; include them
kientzle
2007-04-15
6
-49
/
+44
*
Pass through error message if any operation fails, not just the last one.
kientzle
2007-04-14
1
-1
/
+1
*
Overhaul of 'ar' support:
kientzle
2007-04-14
7
-228
/
+235
*
Invoke utime(2) properly. (It's only used on platforms
kientzle
2007-04-14
1
-2
/
+2
*
Fix the build by temporarily disabling 'ar' support until
kientzle
2007-04-14
1
-1
/
+0
*
Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates
pjd
2007-04-14
1
-21
/
+18
*
Fix the build.
kientzle
2007-04-14
2
-2
/
+2
*
Fixes from Joerg Sonnenberger, reviewed by Kai Wang.
kientzle
2007-04-14
1
-49
/
+81
*
Conventionally, tar archives have always included a trailing '/'
kientzle
2007-04-14
5
-74
/
+261
*
Portability: Don't use mkdtemp() when mkdir() will suffice.
kientzle
2007-04-14
1
-2
/
+2
*
More portability improvements from Martin Koeppe:
kientzle
2007-04-14
3
-11
/
+75
*
Portability.
kientzle
2007-04-13
1
-0
/
+2
*
Fix a bug in the description of the "p6-div" event. [1]
jkoshy
2007-04-12
1
-2
/
+4
*
Now that libarchive is being built in more environments,
kientzle
2007-04-12
2
-8
/
+6
*
Make Lint happier.
kientzle
2007-04-12
2
-2
/
+3
*
Belatedly bump Dd for my recent changes.
emaste
2007-04-11
1
-1
/
+1
*
Correct a typo in an event name alias.
jkoshy
2007-04-11
1
-1
/
+1
[next]