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
...
*
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
*
Remove an unused variable and an unnecessary increment.
kientzle
2009-12-28
1
-3
/
+1
*
Eliminate an unused assignment.
kientzle
2009-12-28
1
-2
/
+2
*
Portability: Set the file descriptor to binary mode on Win32
kientzle
2009-12-28
3
-0
/
+22
*
Discourage outside use of this internal header.
kientzle
2009-12-28
1
-0
/
+4
*
Remove dead assignment.
kientzle
2009-12-28
1
-1
/
+0
*
Portability:
kientzle
2009-12-28
1
-5
/
+37
*
Portability: terminate abnormally via abort() instead of segfault,
kientzle
2009-12-28
1
-4
/
+12
*
Allow more formats to be active at a time; discourage outside use.
kientzle
2009-12-28
1
-1
/
+5
*
Enforce this as an internal-only header.
kientzle
2009-12-28
1
-0
/
+4
*
Discourage people from using this header outside of libarchive.
kientzle
2009-12-28
1
-0
/
+4
*
Compatibility: I found some more compilers that don't like 'inline' keyword.
kientzle
2009-12-28
1
-1
/
+5
*
Sync with googlecode some changes that have no impact on FreeBSD.
kientzle
2009-12-28
1
-1
/
+6
*
Compatibility fix for some older systems with non-POSIX getgrnam_r/getpwnam_r
kientzle
2009-12-28
1
-2
/
+4
*
Catch certain gzip failures at close time.
kientzle
2009-12-28
1
-0
/
+2
*
Remove a dead assignment.
kientzle
2009-12-28
1
-1
/
+0
*
Remove some unused variables and dead assignments.
kientzle
2009-12-28
1
-3
/
+1
*
Update the hard-coded configuration for libarchive.
kientzle
2009-12-28
1
-3
/
+7
*
Update format manpages for libarchive.
kientzle
2009-12-28
2
-32
/
+87
*
Parse DEAD_PROCESS entries properly.
ed
2009-12-27
1
-1
/
+1
*
Several refinements to libulog's API.
ed
2009-12-26
4
-36
/
+51
*
Don't corrupt logout entries in utmp files.
ed
2009-12-25
1
-1
/
+1
*
Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed
markus
2009-12-25
1
-1
/
+6
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
3
-0
/
+86
*
Fix a bug in gzipfs that prevented lseek() from working and add lseek()
jhb
2009-12-23
2
-16
/
+67
*
MFV of tzdata2009t, r200831
edwin
2009-12-22
1
-1
/
+1
*
Use vsprintf instead of rolling our own.
delphij
2009-12-21
1
-9
/
+1
*
Use vsscanf instead of rolling our own.
delphij
2009-12-21
1
-24
/
+1
*
K&R -> ANSI prototype.
delphij
2009-12-21
1
-8
/
+3
*
Use _once() to initialize the pthread key for thread-local storage to hold
jhb
2009-12-21
1
-14
/
+14
*
Add a null pointer check so "name" can be used as a key parameter in
jamie
2009-12-17
1
-1
/
+1
*
(no commit message)
matteo
2009-12-16
1
-1
/
+2
*
cpuset(2): fix a typo and a markup error in the man page
jilles
2009-12-15
1
-2
/
+2
*
Work-around a race condition on ia64 while unlocking a contested lock.
marcel
2009-12-14
1
-0
/
+3
*
Explicitly say that this is an internal library which is intended to be
delphij
2009-12-13
1
-1
/
+10
*
Fix libusb_open_device_with_vid_pid() to return a NULL if no device is
scf
2009-12-12
1
-2
/
+2
*
Remove a dead store.
scf
2009-12-12
1
-2
/
+2
*
The hostname passed to ulog_login(3) may be optional.
ed
2009-12-11
1
-1
/
+2
*
Convert pam_lastlog(8) to libulog.
ed
2009-12-11
3
-88
/
+27
*
Bump the man page date to the date of the last update.
syrinx
2009-12-11
1
-1
/
+1
*
Add support for TACACS+ accounting to libtacplus(3).
syrinx
2009-12-11
4
-0
/
+142
*
Add a missing else that negated the truncation of ki_ngroups to
brooks
2009-12-10
1
-1
/
+1
*
Merge two cpio fixes from libarchive.googlecode.com:
kientzle
2009-12-10
1
-2
/
+5
*
Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect
jasone
2009-12-10
1
-89
/
+28
*
Fix the posix_memalign() changes in r196861 to actually return a NULL pointer
jasone
2009-12-10
1
-0
/
+1
*
sem_init(3): document process shared semaphores and their restrictions
jilles
2009-12-08
1
-18
/
+9
*
Install libulog in /lib.
ed
2009-12-07
1
-0
/
+2
*
Revert behavior change to setenv(), unsetenv() and putenv() until a more
scf
2009-12-07
1
-3
/
+6
[prev]
[next]