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 clang-format under WITH_CLANG_EXTRAS.
bdrewery
2016-06-17
5
-1
/
+72
*
Add missing return statement.
hselasky
2016-06-16
1
-0
/
+1
*
Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.
hselasky
2016-06-16
4
-2
/
+290
*
Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.
hselasky
2016-06-16
6
-4
/
+47
*
Add support for libusb_get_port_number() to the LibUSB v1.0 API.
hselasky
2016-06-16
3
-1
/
+16
*
Define LIBUSB_API_VERSION.
hselasky
2016-06-16
1
-0
/
+2
*
Implement libusb_get_version() and update libusb manual page.
hselasky
2016-06-16
4
-1
/
+32
*
DIRDEPS_BUILD: Update dependencies
bdrewery
2016-06-14
4
-1
/
+3
*
Fix compile warning.
hselasky
2016-06-13
1
-1
/
+1
*
Don't close fd if it's lower then stderr, otherwise we can close
oshogbo
2016-06-13
1
-1
/
+2
*
Implement code to stop all USB endpoints before executing a USB device
hselasky
2016-06-12
1
-2
/
+14
*
Fix regression from r301461.
pfg
2016-06-10
1
-3
/
+3
*
libc/rpc: Make use of some xdr_* macros. (part 2)
pfg
2016-06-09
3
-19
/
+19
*
utimes(2),utime(3): Add deprecation in favour of utimensat(2) and futimens(2).
jilles
2016-06-09
2
-4
/
+19
*
Fix frexpl() declaration to not include the field name.
trasz
2016-06-09
1
-1
/
+1
*
libc/rpc: Make use of some xdr_* macros.
pfg
2016-06-09
2
-7
/
+7
*
Fix the rpcb_getaddr() definition to match its declaration.
kevlo
2016-06-09
1
-1
/
+1
*
Implement an NSS backend for netgroups and add getnetgrent_r(3).
markj
2016-06-09
3
-115
/
+470
*
Fix an infinite loop in setnetgrent(3) with NIS netgroups.
markj
2016-06-09
1
-0
/
+4
*
Use a more common spelling for "(char *)0" in the getnetgrent man page.
markj
2016-06-09
1
-2
/
+2
*
Revert r301707
ngie
2016-06-08
1
-2
/
+2
*
Use NULL instead of `0` in _ht_getnetbyname(..)
ngie
2016-06-08
1
-2
/
+2
*
Test for strchr(3) returning NULL, not 0
ngie
2016-06-08
1
-1
/
+1
*
Update to a June 8th snapshot of (un)vis form NetBSD.
brooks
2016-06-08
1
-0
/
+1
*
Replace _pam_verbose_error() with a macro. This was the last difference
des
2016-06-08
4
-74
/
+9
*
Don't leak olinep if malloc() fails.
truckman
2016-06-08
1
-0
/
+2
*
Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.
truckman
2016-06-08
1
-12
/
+13
*
Introduce the PD_CLOEXEC for pdfork(2).
oshogbo
2016-06-08
1
-1
/
+5
*
Add flags to the Casper services.
oshogbo
2016-06-08
10
-47
/
+79
*
Separate BLACKLIST vs BLACKLIST_SUPPORT properly
lidl
2016-06-07
1
-1
/
+1
*
Use the in-tree sys/elf_common.h to build libelftc.
bdrewery
2016-06-05
1
-0
/
+13
*
libc/locale: Fix type breakage in __collate_range_cmp().
pfg
2016-06-05
5
-11
/
+25
*
Reflect error indication according to POSIX and what those functions
ache
2016-06-05
1
-2
/
+2
*
Fix markup.
kib
2016-06-04
2
-2
/
+2
*
Import libucl snapshot 20160604
bapt
2016-06-04
1
-2
/
+1
*
DIRDEPS_BUILD: Connect new directories and update dependencies.
bdrewery
2016-06-03
2
-0
/
+40
*
For clang, move the definition of FREEBSD_CC_VERSION into its own header
dim
2016-06-03
3
-2
/
+6
*
Improve errno documentation in pthread_create(3) and thr_new(2)
vangyzen
2016-06-03
2
-4
/
+11
*
Remove libstdc++ again.
bdrewery
2016-06-02
1
-1
/
+0
*
Pull in r271548 from upstream llvm trunk (by me):
dim
2016-06-02
1
-1
/
+1
*
Add basic blacklist build support
lidl
2016-06-02
2
-0
/
+35
*
citrus: Remove redundant code in _citrus_esdb_get_list().
pfg
2016-06-02
1
-12
/
+6
*
thr_*(2): Add xrefs to what libthr implements using each syscall.
jilles
2016-06-01
5
-8
/
+29
*
Skein was not meant to be connected to libcrypto
allanjude
2016-06-01
1
-16
/
+4
*
Don't call setgrent() in an unportable way.
ed
2016-06-01
1
-1
/
+3
*
Document behavior of wait introduced in the r286698.
oshogbo
2016-06-01
1
-1
/
+9
*
libthr: Use formatted PANIC()
cem
2016-06-01
3
-24
/
+10
*
libthr: _thread_vprintf: Enhance support for %p, %#x
cem
2016-06-01
1
-1
/
+8
*
libthr: Add vprintf variant of _thread_printf, formatted PANIC()
cem
2016-06-01
3
-11
/
+34
*
Don't use fixup for C99 and up, the compiler result is already correct.
ache
2016-06-01
4
-0
/
+8
[next]