summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use bool rather than _Bool for C++ compatibility.jasone2015-08-191-8/+8
* Fix minor malloc regressions.jasone2015-08-191-7/+8
* Update jemalloc to version 4.0.0.jasone2015-08-181-28/+29
* Use the __sentinel attribute.pfg2015-07-081-2/+2
* Add fdclose(3) function.oshogbo2015-07-041-0/+1
* new dependssjg2015-06-161-0/+1
* Add META_MODE support.sjg2015-06-139-3/+118
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-087-14/+0
| * Merge sync of headsjg2015-05-279-140/+157
| |\
| * | update dependenciessjg2014-11-301-1/+0
| * | Merge from head@274682sjg2014-11-1913-99/+230
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1916-27/+101
| |\ \ \
| * | | | Actually avoid stage_includes targetsjg2014-05-161-2/+2
| * | | | We want to use stage_includes as a hook, so use NO_STAGE_INCLUDESsjg2014-05-161-1/+10
| * | | | use mv -f to avoid questionssjg2014-05-161-1/+1
| * | | | Updated dependenciessjg2014-05-161-0/+1
| * | | | Merge from headsjg2014-05-082-2/+2
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-2851-1112/+1114
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-133-19/+65
| |\ \ \ \ \ \
| * | | | | | | In meta mode touch targets like copies so we don't needlessly repeat them.sjg2013-10-121-1/+10
| * | | | | | | Merge headsjg2013-09-111-2/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-0520-374/+261
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add stage-install.sh so we can do away with the need to havesjg2013-04-191-8/+0
| * | | | | | | | | sync from headsjg2013-04-124-1/+8
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cleanupsjg2013-02-171-2/+1
| * | | | | | | | | | Avoid problems with read-only osreldate.hsjg2013-02-161-0/+1
| * | | | | | | | | | ftpd needs telnet.h so install it regardlesssjg2013-02-161-2/+1
| * | | | | | | | | | Updated dependenciessjg2013-02-167-14/+0
| * | | | | | | | | | Sync with HEAD.obrien2013-02-087-98/+35
| |\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0415-94/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-2212-6/+130
| * | | | | | | | | | | | | | | | MFC: r237279: install filemon.hobrien2012-06-201-1/+1
* | | | | | | | | | | | | | | | | Misc fixes from projects/bmakesjg2015-06-111-1/+1
* | | | | | | | | | | | | | | | | Remove NO_OBJsjg2015-06-114-4/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Remove clause 3 and 4 from the licensebapt2015-05-211-5/+0
* | | | | | | | | | | | | | | | Make use of GCC alloc_align attributepfg2015-05-151-2/+3
* | | | | | | | | | | | | | | | No need for result_use_check attribute in reallocf(3).pfg2015-05-011-1/+1
* | | | | | | | | | | | | | | | Move reallocarray definition to the _BSD_VISIBLE blockbapt2015-05-011-3/+2
* | | | | | | | | | | | | | | | Import reallocarray(3) from OpenBSDbapt2015-05-011-0/+3
* | | | | | | | | | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-9/+2
* | | | | | | | | | | | | | | | Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-151-2/+2
* | | | | | | | | | | | | | | | Make use of gcc attributes in some standard include headers.pfg2015-04-063-73/+94
* | | | | | | | | | | | | | | | Clean some spaces vs tabs.pfg2015-03-291-37/+37
* | | | | | | | | | | | | | | | Temporarily revert 280458.pfg2015-03-252-79/+62
* | | | | | | | | | | | | | | | Clean sparse spaces.pfg2015-03-251-2/+2
* | | | | | | | | | | | | | | | Introduce nonnull attributes in the signal and pthread headers.pfg2015-03-242-62/+79
* | | | | | | | | | | | | | | | Correct and clarify comment for __SMBF.bdrewery2015-02-111-1/+1
* | | | | | | | | | | | | | | | Sort the entries by build knob, then MACHINE_ARCH like other areas of the treengie2015-02-041-13/+12
* | | | | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-1/+5
* | | | | | | | | | | | | | | | Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.jilles2015-01-311-0/+2
OpenPOWER on IntegriCloud