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
*
Fixes based on bde's feedback.
ache
2008-07-22
1
-9
/
+9
*
Change /dev/urandom to /dev/random since urandom marked as
ache
2008-07-22
1
-1
/
+1
*
Use arc4random_uniform(3) since modulo size is not power of 2
ache
2008-07-22
1
-1
/
+1
*
In arc4random_uniform() detect simple "power of two" case and
ache
2008-07-22
1
-1
/
+5
*
Add arc4random_uniform() function (to avoid "modulo bias")
ache
2008-07-22
4
-1
/
+58
*
Increase initially dropped bytes from 512 to 768 (768 is also
ache
2008-07-22
1
-3
/
+3
*
Add feature_present(3) to the FBSD 1.1 symbol map.
jhb
2008-07-21
1
-0
/
+1
*
1) Use __packed attr on rdat structure to make it exact 128 bytes.
ache
2008-07-21
1
-10
/
+17
*
1) Update copyright notice.
ache
2008-07-21
1
-43
/
+53
*
Add arc4random_buf to FBSD_1.1 space
ache
2008-07-21
1
-0
/
+1
*
Add arc4random_buf.3 to MLINKS
ache
2008-07-21
1
-1
/
+2
*
Implement arc4random_buf() function
ache
2008-07-21
2
-4
/
+28
*
Decrease arc4_count only when needed and with proper bytes amount.
ache
2008-07-21
1
-1
/
+2
*
1) Set stired flag after forced initialization.
ache
2008-07-21
1
-1
/
+2
*
Enhance arena_chunk_map_t to directly support run coalescing, and use
jasone
2008-07-18
1
-394
/
+338
*
Sort the .PATH entries to give a more reasonable order of precedence:
das
2008-07-18
1
-4
/
+5
*
Make it more clear what it means that SA_RESTART is set for signal
simon
2008-07-17
1
-3
/
+5
*
Update the definition of modspecific structure
danger
2008-07-15
1
-3
/
+3
*
The libc acl_valid(3) function validates the contents of a POSIX.1e ACL.
rwatson
2008-07-13
1
-8
/
+2
*
Update the ktr_header structure, which changed over time.
remko
2008-07-13
1
-4
/
+4
*
Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put
brooks
2008-07-11
1
-5
/
+5
*
Garbage collect a variable which is assigned a value once but otherwise
cperciva
2008-07-10
1
-2
/
+0
*
- Simplify the procedure of retrieving XML-data from the kernel.
lulf
2008-07-08
3
-26
/
+65
*
Add #include <inttypes.h> for the strtoimax().
kib
2008-07-07
1
-0
/
+1
*
- This code was intially obtained from NetBSD, but it's missing licence
danger
2008-07-06
1
-1
/
+29
*
- Add description about a missing return value
danger
2008-07-06
1
-2
/
+6
*
- remove superfluous word
danger
2008-07-06
1
-3
/
+3
*
libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5.
kientzle
2008-07-05
1
-2
/
+2
*
Remove a couple of capability definitions that are never used.
kientzle
2008-07-05
1
-2
/
+0
*
When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always
kientzle
2008-07-05
1
-5
/
+9
*
Don't use the deprecated linux/ext2_fs.h include file.
kientzle
2008-07-05
1
-3
/
+0
*
Add $FreeBSD$ to the uuencoded test files that didn't have them already.
peter
2008-07-03
9
-0
/
+9
*
- AI_ALL and AI_V4MAPPED flags are currently not supported
danger
2008-07-01
1
-1
/
+18
*
Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing
jhb
2008-07-01
4
-3
/
+201
*
More explicit error message.
des
2008-06-30
1
-1
/
+2
*
Add missing $FreeBSD$
des
2008-06-30
1
-0
/
+1
*
- Forgot to bump a date after last change
danger
2008-06-30
1
-1
/
+1
*
Fix a bogon in the previous commit and add some missing error checks.
das
2008-06-29
1
-9
/
+12
*
Correctly handle malloc() failure. While here, reduce the code size a
das
2008-06-29
4
-103
/
+162
*
Factor out the code that builds the argument table. We don't need separate
das
2008-06-29
1
-130
/
+47
*
Reduce the level of duplication between vfprintf() and vfwprintf()
das
2008-06-29
5
-975
/
+888
*
Begin de-spaghettifying the code that handles positional arguments.
das
2008-06-29
2
-188
/
+306
*
Make it clearer that it is possible to disable the generation of
das
2008-06-29
1
-4
/
+4
*
We should also save and restore the MXCSR as on amd64, but detecting
das
2008-06-28
2
-2
/
+0
*
Two FP-related setjmp/longjmp changes:
das
2008-06-28
2
-2
/
+20
*
Fix a typo in the cosl() prototype.
das
2008-06-28
1
-2
/
+2
*
- add description of the MLINK error
danger
2008-06-26
1
-0
/
+3
*
Some tests won't build at WARNS level 6 due to aliasing violations.
des
2008-06-26
1
-4
/
+4
*
Add regression test for CRC32 check. The test file has been modified to
des
2008-06-26
2
-5
/
+6
*
Implement CRC32 verification. Note that you have to read until EOF to
des
2008-06-26
1
-5
/
+12
[next]