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
*
Fix a few typos.
stefanf
2005-08-08
2
-4
/
+4
*
Don't forget to copy the sentinel into the `help' array. It's expected to
stefanf
2005-08-08
1
-2
/
+2
*
Sync libedit with recent NetBSD developments. Including improvements to the
stefanf
2005-08-07
38
-1482
/
+2374
*
Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and
stefanf
2005-08-07
3
-5
/
+3
*
Respect the YES_HESIOD build variable.
phk
2005-08-06
2
-3
/
+9
*
Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),
rwatson
2005-08-06
4
-7
/
+190
*
Use char * when doing pointer arithmetics.
stefanf
2005-08-05
1
-3
/
+4
*
Define LIBMEMSTAT so that vm_page.h won't perform a nested include of
rwatson
2005-08-04
1
-9
/
+1
*
Add usleep to the map files.
deischen
2005-08-03
2
-0
/
+4
*
Add a cancellation point for usleep().
deischen
2005-08-03
2
-2
/
+32
*
Add a cancellation point for usleep().
deischen
2005-08-03
1
-0
/
+19
*
Make syslog() use the internal (non-cancellation point) _usleep().
deischen
2005-08-03
1
-1
/
+1
*
Make usleep() overridable by the thread libraries so they can provide
deischen
2005-08-03
1
-1
/
+4
*
Add namespace #defines for usleep.
deischen
2005-08-03
2
-0
/
+2
*
Generate default fake "device" and "inode" numbers for entries
kientzle
2005-08-02
1
-0
/
+25
*
When copying time values from the main entry header to be used in the
kientzle
2005-08-02
1
-10
/
+19
*
Correct a few minor mis-statements (libarchive does support reading
kientzle
2005-08-02
1
-5
/
+6
*
Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine
rwatson
2005-08-01
5
-2
/
+248
*
Correct two libmemstat(3) bugs:
rwatson
2005-08-01
4
-4
/
+12
*
Fix all the spelling mistakes I could find in the man pages for words
keramida
2005-07-31
10
-19
/
+19
*
Remove an unused variable.
deischen
2005-07-29
2
-2
/
+0
*
Catch up with the atomic_FOO_ptr() changes and silence a few warnings.
deischen
2005-07-29
2
-14
/
+28
*
Document the ECONNRESET errno value.
dds
2005-07-29
2
-0
/
+7
*
Cast to uintptr_t to avoid compiler warning, it was broken by
davidxu
2005-07-28
1
-6
/
+12
*
don't accept invalid form of an address like 1:2:3:4:5:6:7::8.
ume
2005-07-27
1
-0
/
+4
*
Correct a buffer overflow which can occur when decompressing a
cperciva
2005-07-27
1
-4
/
+4
*
Move initialization above point of first possible reference to
mdodd
2005-07-25
1
-3
/
+4
*
Disable thread support in BIND. It appears to reduce performance rather
des
2005-07-25
5
-29
/
+28
*
If a retrieved UMA zone is a secondary zone, don't report keg free items,
rwatson
2005-07-25
1
-1
/
+10
*
Speed up __wcsconv() (and hence the printf() %ls format):
tjr
2005-07-24
1
-34
/
+30
*
Having decided not to provide a libmemstat(3) error number to text
rwatson
2005-07-24
4
-3
/
+38
*
Document additional aspects of libmemstat(3):
rwatson
2005-07-24
2
-0
/
+171
*
Introduce more formal error handling for libmemstat(3):
rwatson
2005-07-24
5
-66
/
+78
*
Better translation.
pjd
2005-07-23
1
-1
/
+1
*
Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
rwatson
2005-07-23
4
-19
/
+12
*
fix innetgr() returning false positives and negatives when reverse netgroup
jon
2005-07-22
1
-54
/
+63
*
Remove padding for ABI compatibility of ai_addrlen member
ume
2005-07-22
1
-3
/
+0
*
Bump the shared library version number of all libraries that have not
kensmith
2005-07-22
42
-42
/
+42
*
Add HISTORY section.
tjr
2005-07-21
1
-1
/
+6
*
Add cross-reference to nextwctype(3).
tjr
2005-07-21
1
-1
/
+2
*
Add COMPATIBILITY and HISTORY sections. Fix typo.
tjr
2005-07-21
1
-2
/
+13
*
Add COMPATIBILITY and HISTORY sections.
jkoshy
2005-07-21
1
-0
/
+22
*
Catch with the source code. Sort a list alphabetically. Add a
jkoshy
2005-07-21
1
-6
/
+27
*
Drop useless with NO_PIC SHLIB_MAJOR.
ru
2005-07-20
1
-3
/
+0
*
UMA supports "secondary" zones, in which a second zone can be layered
rwatson
2005-07-20
5
-1
/
+14
*
refer RFC 3542 rather than RFC 2292bis.
ume
2005-07-19
3
-4
/
+4
*
fixed the validation code of routing header length in inet6_rth_getaddr().
ume
2005-07-19
1
-4
/
+3
*
remove the supposed max of 2^31, it hasn't been this small in a very
jmg
2005-07-18
1
-4
/
+1
*
Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happily
rwatson
2005-07-18
1
-1
/
+1
*
Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.
rwatson
2005-07-17
1
-0
/
+2
[next]