| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge head | sjg | 2014-04-28 | 51 | -1112/+1114 |
|\ |
|
| * | langinfo.h: Hide YESSTR and NOSTR in strict POSIX mode. | jilles | 2014-04-19 | 1 | -1/+1 |
| * | Add support for some block functions that come from OS X. These are | theraven | 2014-04-02 | 2 | -0/+18 |
| * | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 | tijl | 2014-04-01 | 4 | -4/+4 |
| * | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -1/+1 |
| * | Remove IPX support. | glebius | 2014-03-14 | 1 | -8/+1 |
| * | Update jemalloc to version 3.5.0. | jasone | 2014-01-23 | 1 | -0/+18 |
| * | Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the | nwhitehorn | 2014-01-20 | 1 | -0/+1 |
| * | Replace Sun RPC license with a 3-clause BSD license. This license change | hrs | 2013-12-09 | 16 | -423/+454 |
| * | Install teken.h for userland. | ray | 2013-12-05 | 1 | -0/+3 |
| * | Replace Sun Industry Standards Source License for Sun RPC code with a | hrs | 2013-11-25 | 1 | -45/+24 |
| * | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | hrs | 2013-11-25 | 23 | -596/+572 |
| * | Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ | hrs | 2013-11-25 | 1 | -0/+2 |
| * | Attempt to move the POSIX iconv* symbols out of runtime linker space. | peter | 2013-11-17 | 1 | -6/+1 |
| * | Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than | peter | 2013-11-03 | 2 | -28/+1 |
| * | Install include files for netpfil/pf when requested by the Makefile | sbruno | 2013-11-01 | 1 | -0/+5 |
| * | Move new pf includes to the pf directory. The pfvar.h remain | glebius | 2013-10-27 | 1 | -0/+7 |
| * | Add a dummy statement to the beginning of the pthread_cleanup_pop() macro | tijl | 2013-10-22 | 1 | -0/+1 |
* | | Merge head@256284 | sjg | 2013-10-13 | 3 | -19/+65 |
|\ \
| |/ |
|
| * | Set proper permissions on the generated osreldate.h file; a file readable | ian | 2013-09-30 | 1 | -0/+1 |
| * | Remove BIND. | des | 2013-09-30 | 1 | -5/+0 |
| * | Allow the path to the system source directory to be passed in to | ian | 2013-09-28 | 1 | -2/+4 |
| * | Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh. | nwhitehorn | 2013-09-28 | 1 | -1/+3 |
| * | Launch the bourne shell using "sh" rather than "${SHELL}", as the latter | ian | 2013-09-23 | 1 | -1/+1 |
| * | Launch the shell, passing it the path to the mk-osreldate script, rather | ian | 2013-09-22 | 1 | -1/+1 |
| * | Create a separate script to generate osreldate.h rather than sourcing | ian | 2013-09-21 | 2 | -13/+59 |
| * | Assume that the -f argument is /dev/gpioc0 if it is not passed. | sbruno | 2013-09-17 | 1 | -0/+1 |
* | | In meta mode touch targets like copies so we don't needlessly repeat them. | sjg | 2013-10-12 | 1 | -1/+10 |
* | | Merge head | sjg | 2013-09-11 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Fix the namespace pollution caused by iconv.h including stdbool.h | theraven | 2013-09-06 | 1 | -2/+8 |
* | | Merge from head | sjg | 2013-09-05 | 20 | -374/+261 |
|\ \
| |/ |
|
| * | Implement fdclosedir(3) function, which is equivalent to the closedir(3) | pjd | 2013-08-18 | 1 | -0/+1 |
| * | Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls. | jilles | 2013-08-16 | 1 | -0/+1 |
| * | The iconv in libc did two things - implement the standard APIs, the GNU | peter | 2013-08-13 | 2 | -19/+40 |
| * | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 1 | -0/+2 |
| * | stdlib.h: Add correct POSIX version for POSIX extensions to C. | jilles | 2013-07-05 | 1 | -6/+8 |
| * | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, | ache | 2013-07-03 | 1 | -1/+1 |
| * | Replace the #define for "iconv" so it is for the function name instead of | peter | 2013-07-03 | 1 | -3/+3 |
| * | Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import. | hrs | 2013-06-30 | 1 | -0/+27 |
| * | - Trim an unused and bogus Makefile for mount_smbfs. | davide | 2013-06-28 | 1 | -2/+3 |
| * | - Add vnode-backed swap space specification support. This is enabled when | hrs | 2013-06-27 | 1 | -0/+2 |
| * | Move <stdatomic.h> into sys/sys/. | ed | 2013-06-01 | 2 | -328/+3 |
| * | Fix misspelling of structure field name. | ed | 2013-05-31 | 1 | -1/+1 |
| * | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 1 | -0/+12 |
| * | Make the malloc(3) family of functions weak and make their non-weak | marcel | 2013-05-25 | 1 | -0/+12 |
| * | Add C11 macros CMPLX(), CMPLXF() and CMPLXL(). | ed | 2013-05-25 | 1 | -0/+12 |
| * | Fix <uchar.h> in for C++11. | ed | 2013-05-25 | 1 | -3/+10 |
| * | Add proper prerequisites for even two more headers. | ed | 2013-05-21 | 1 | -1/+3 |
| * | Allow certain headers to be included more easily. | ed | 2013-05-21 | 3 | -9/+13 |
| * | Add <uchar.h>. | ed | 2013-05-21 | 5 | -4/+108 |