| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Fix the namespace pollution caused by iconv.h including stdbool.h | theraven | 2013-09-06 | 1 | -2/+8 |
* | 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 |
* | Add pipe2() system call. | jilles | 2013-05-01 | 1 | -0/+1 |
* | Enable improved <tgmath.h> for Clang even when not using C11. | ed | 2013-04-27 | 1 | -1/+2 |
* | - sl_find does not modify 'name' | eadler | 2013-04-23 | 1 | -1/+1 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Add static/const keywords to the arrays. | ed | 2013-04-09 | 1 | -1/+3 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 2 | -0/+2 |
* | FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this. | zeising | 2013-02-14 | 1 | -1/+1 |
* | Add strchrnul(), a GNU function similar to strchr(), except that it returns | zeising | 2013-02-13 | 1 | -0/+3 |
* | Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers | jhb | 2013-02-05 | 1 | -4/+21 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 1 | -0/+1 |
* | MK_* variable should be compared to "no" not "NO". | brooks | 2013-01-25 | 1 | -1/+1 |
* | Don't install telnet.h if it will be installed by libtelnet. | brooks | 2013-01-24 | 1 | -1/+6 |
* | Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_* | dim | 2013-01-14 | 1 | -0/+1 |
* | Replace our implementation of the vis(3) and unvis(3) APIs with | brooks | 2012-12-18 | 2 | -92/+4 |
* | Add change missed in 243245. | trasz | 2012-11-18 | 1 | -0/+1 |
* | Use defined() to test macro definitions. | demon | 2012-11-14 | 1 | -1/+1 |
* | Replace our version of the pwcache(3) API with NetBSD's implementation. | brooks | 2012-10-19 | 2 | -0/+8 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 1 | -3/+2 |