| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the type of pte_pa as when it is passed into _kvm_pa2off it is either | Andrew Turner | 2014-10-16 | 1 | -2/+2 |
| * | Slightly improve grammar in EAGAIN description. | Gavin Atkinson | 2014-10-15 | 1 | -3/+3 |
| * | As pointed out by several people, r273114 was incorrect: it unconditionally | Dag-Erling Smørgrav | 2014-10-15 | 2 | -15/+25 |
| * | Drop support for SSLv3. | Dag-Erling Smørgrav | 2014-10-15 | 1 | -1/+1 |
| * | Add support for the __aeabi_c*cmp* functions. These are similar to the | Andrew Turner | 2014-10-14 | 8 | -1/+337 |
| * | Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile. | Xin LI | 2014-10-13 | 2 | -0/+36 |
| * | Fix compiler locking diagnostic warnings. | Hans Petter Selasky | 2014-10-13 | 1 | -46/+44 |
| * | accept(2) may and can return EAGAIN, document it. | Xin LI | 2014-10-10 | 1 | -2/+2 |
| * | Update dl_iterate_phdr(3) to follow r272842 | Ed Maste | 2014-10-09 | 1 | -2/+2 |
| * | The value small=2**-(p+3), where p is the precision, can be determine from | Steve Kargl | 2014-10-09 | 4 | -120/+128 |
| * | Fix problem on big endian systems introduced in r271579 - when we were | Pawel Jakub Dawidek | 2014-10-09 | 4 | -40/+40 |
| * | Change the hardcoded default back from SHA512 to DES. | Dag-Erling Smørgrav | 2014-10-09 | 1 | -7/+10 |
| * | 1) Fix the case we have less arguments for format string than we expected. | Andrey A. Chernov | 2014-10-07 | 1 | -4/+3 |
| * | Back out timegm error check from r272562. | Andrey A. Chernov | 2014-10-07 | 1 | -2/+0 |
| * | Add MLINK for explicit_bzero(3) and bump .Dd date. | Xin LI | 2014-10-07 | 2 | -1/+2 |
| * | Add explicit_bzero(3) and its kernel counterpart. | Xin LI | 2014-10-07 | 4 | -2/+45 |
| * | Add netmap support to libpcap. Tcpdump and other native pcap application can now | Luigi Rizzo | 2014-10-06 | 3 | -0/+287 |
| * | 1) For %Z format, understand "UTC" name too. | Andrey A. Chernov | 2014-10-05 | 1 | -1/+5 |
| * | Minor doc format fix. | Pedro F. Giffuni | 2014-10-04 | 1 | -1/+2 |
| * | Remove an incorrect and useless debug print. | Mark Johnston | 2014-10-04 | 1 | -3/+1 |
| * | Hook up support for userland CTF support in DTrace. This required some | Mark Johnston | 2014-10-03 | 5 | -14/+67 |
| * | Remove whitespace and 2 blank lines. | Steve Kargl | 2014-10-02 | 1 | -14/+12 |
| * | strptime(3): Update manpage for %U and %W. | Pedro F. Giffuni | 2014-10-02 | 1 | -10/+6 |
| * | strptime: %s format fix. | Pedro F. Giffuni | 2014-10-02 | 1 | -1/+4 |
| * | strptime: fix bug introduced in r272273. | Pedro F. Giffuni | 2014-10-01 | 1 | -1/+2 |
| * | Clean up detection of hard-float ABIs. As with big-endian in r272368 we | Andrew Turner | 2014-10-01 | 3 | -4/+4 |
| * | Ensure that every ENTRY(foo) has a matching END(foo). | Baptiste Daroussin | 2014-10-01 | 21 | -0/+27 |
| * | Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARM | Andrew Turner | 2014-10-01 | 1 | -3/+3 |
| * | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 7 | -35/+4 |
| * | Consistently cast tty and user to const char * in printf()-like contexts. | Dag-Erling Smørgrav | 2014-10-01 | 1 | -3/+4 |
| * | Document [EPERM] for UNIX sockets. | Bryan Drewery | 2014-09-30 | 1 | -1/+3 |
| * | Hopefully fix build breakage with gcc passing void * instead of char * | Bjoern A. Zeeb | 2014-09-29 | 1 | -1/+2 |
| * | Instead of failing when neither PAM_TTY nor PAM_RHOST are available, call | Dag-Erling Smørgrav | 2014-09-29 | 1 | -2/+4 |
| * | Add strptime(3) support for %U and %W (take 2) | Pedro F. Giffuni | 2014-09-28 | 1 | -7/+119 |
| * | Fix description of mutex acquisition. | Sergey Kandaurov | 2014-09-26 | 1 | -2/+8 |
| * | Revert r272122 | Pedro F. Giffuni | 2014-09-25 | 1 | -126/+5 |
| * | * Whitespace. | Steve Kargl | 2014-09-25 | 1 | -3/+1 |
| * | Factor out some of the duplicated code in the symbol lookup functions, in | Mark Johnston | 2014-09-25 | 1 | -146/+122 |
| * | Add strptime(3) support for %U and %W | Pedro F. Giffuni | 2014-09-25 | 1 | -5/+126 |
| * | Document the new nvlist_get_parent() function. | Pawel Jakub Dawidek | 2014-09-25 | 1 | -1/+7 |
| * | Expand the libthr(3) manpage to document knobs accepted by libthr.so | Konstantin Belousov | 2014-09-24 | 1 | -2/+215 |
| * | Switch the defaults to not split the RLIMIT_STACK-sized initial thread | Konstantin Belousov | 2014-09-24 | 1 | -3/+4 |
| * | Add some ATF tests for libproc. | Mark Johnston | 2014-09-21 | 10 | -201/+423 |
| * | Don't use nvl in case of a failure. | Pawel Jakub Dawidek | 2014-09-18 | 1 | -1/+2 |
| * | Fix incremental builds involving non-root users with read-only source files. | Will Andrews | 2014-09-18 | 1 | -1/+1 |
| * | Fix incremental builds involving non-root users with read-only source files. | Will Andrews | 2014-09-18 | 1 | -2/+2 |
| * | Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635. | Bryan Drewery | 2014-09-17 | 1 | -2/+2 |
| * | - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen | John Baldwin | 2014-09-17 | 1 | -14/+1 |
| * | Explicitly specify MAP_SHARED when mapping the stats file descriptor. | John Baldwin | 2014-09-17 | 1 | -2/+2 |
| * | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | Steve Kargl | 2014-09-17 | 4 | -4/+20 |