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
*
Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception
ian
2014-07-19
3
-1
/
+111
*
Add support for the "account" facility.
des
2014-07-19
2
-5
/
+25
*
Handle nested exceptions in bhyve.
neel
2014-07-19
2
-0
/
+32
*
Check if the specified group is the user's primary group before
des
2014-07-19
1
-6
/
+4
*
Clean up the libunbound build to avoid accidentally regenerating the
des
2014-07-19
1
-2
/
+11
*
Clean r268867.
pfg
2014-07-19
1
-1
/
+1
*
Use unsigned optlen in getsourcefilter()
pfg
2014-07-19
1
-1
/
+2
*
ttyname(3): Fix EBADF/ENOTTY error descriptions.
jilles
2014-07-18
1
-5
/
+21
*
Extend kqueue's EVFILT_TIMER by adding precision unit flags support
bapt
2014-07-18
1
-3
/
+20
*
Update libucl to the 2014-07-16 snapshot
bapt
2014-07-18
1
-1
/
+3
*
Replace all uses of libncurses and libtermcap with their wide character
brooks
2014-07-17
1
-2
/
+2
*
Add a comment to explain the EAGAIN is only there for POSIX compliance
bapt
2014-07-15
1
-0
/
+1
*
libc/stdlib: Minor cleanups to code originating in NetBSD
pfg
2014-07-15
3
-22
/
+14
*
Document that listen(2) can fail with EDESTADDRREQ.
kevlo
2014-07-15
1
-1
/
+4
*
libc/gen: small updates to code originating at OpenBSD
pfg
2014-07-15
2
-19
/
+8
*
Make generation of nslexer.c more robust.
jmmv
2014-07-14
1
-3
/
+5
*
* Update the comments to agree with commit r226595.
kargl
2014-07-13
1
-4
/
+4
*
* Makefile:
kargl
2014-07-13
8
-19
/
+696
*
* Use 9 digits instead of 11 digits in efx and efx8.
kargl
2014-07-13
1
-54
/
+49
*
* Update the comments that refer to erf[c](nan) and erf[c](+-inf)
kargl
2014-07-13
1
-4
/
+4
*
* Use the volatile qualifier for 'tiny' to prevent compilers
kargl
2014-07-13
2
-10
/
+21
*
Whitespace.
kargl
2014-07-13
1
-25
/
+18
*
strfmon: reduce unnecessary snprintf.
pfg
2014-07-12
1
-5
/
+3
*
Fix some edge cases with rewinddir():
jhb
2014-07-11
5
-165
/
+225
*
Sync some (mostly cosmetical) changes from NetBSD
pfg
2014-07-10
12
-39
/
+80
*
Implement Short/Small String Optimization in SBUF(9) and change lengths and
gahr
2014-07-10
1
-1
/
+1
*
Support EAGAIN in fetch_writev
bapt
2014-07-10
1
-0
/
+2
*
Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX).
kib
2014-07-09
1
-3
/
+9
*
In libproc, avoid calling __cxa_demangle(), and thus depending on either
dim
2014-07-09
2
-18
/
+21
*
Fix a typo.
markj
2014-07-09
1
-1
/
+1
*
[mdoc] Fix previous change.
pluknet
2014-07-08
1
-1
/
+1
*
Remove ia64.
marcel
2014-07-07
86
-5360
/
+10
*
Add the DTrace probe definitions for plockstat support.
rpaulo
2014-07-05
1
-0
/
+46
*
minor perf enhancement for UTF-8
pfg
2014-07-04
1
-19
/
+10
*
getopt(3): clarify GNU instead of NetBSD.
pfg
2014-07-04
1
-1
/
+1
*
Note that most errors are possible for all syscalls from utimes(2)
kib
2014-07-03
1
-46
/
+20
*
regex(3): Add support for \< and \> word delimiters
pfg
2014-06-30
2
-2
/
+25
*
Fix build with WITHOUT_INET6.
ume
2014-06-26
1
-0
/
+2
*
- Exclude loopback address rather than loopback interface.
ume
2014-06-26
1
-13
/
+27
*
Document EINVAL as per POSIX.
pluknet
2014-06-26
2
-2
/
+10
*
MFV r267843: update file/libmagic to 5.19.
delphij
2014-06-26
2
-62
/
+127
*
Catch up with many years of changes:
wollman
2014-06-24
1
-13
/
+50
*
Provide APIs to directly get 'lowmem' and 'highmem' size directly.
neel
2014-06-24
2
-0
/
+16
*
mdoc: remove superfluous paragraph macros.
joel
2014-06-23
7
-9
/
+0
*
Exclude IPv4 address from doing longest match.
ume
2014-06-23
1
-1
/
+2
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
87
-111
/
+105
*
use .Mt to mark up email addresses consistently (part3)
bapt
2014-06-23
81
-148
/
+120
*
Merge intermediate OpenBSD v1.25 changes (almost identical to ours)
ache
2014-06-22
1
-18
/
+12
*
getopt(3): recognize option:: as GNU extension for "optional options".
pfg
2014-06-22
3
-8
/
+22
*
Revert r267675:
pfg
2014-06-21
1
-6
/
+6
[next]