Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Use the __sentinel attribute. | pfg | 2015-07-08 | 1 | -2/+2 | |
* | Add fdclose(3) function. | oshogbo | 2015-07-04 | 1 | -0/+1 | |
* | new depends | sjg | 2015-06-16 | 1 | -0/+1 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 9 | -3/+118 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 7 | -14/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 9 | -140/+157 | |
| |\ | ||||||
| * | | update dependencies | sjg | 2014-11-30 | 1 | -1/+0 | |
| * | | Merge from head@274682 | sjg | 2014-11-19 | 13 | -99/+230 | |
| |\ \ | ||||||
| * \ \ | Merge head from 7/28 | sjg | 2014-08-19 | 16 | -27/+101 | |
| |\ \ \ | ||||||
| * | | | | Actually avoid stage_includes target | sjg | 2014-05-16 | 1 | -2/+2 | |
| * | | | | We want to use stage_includes as a hook, so use NO_STAGE_INCLUDES | sjg | 2014-05-16 | 1 | -1/+10 | |
| * | | | | use mv -f to avoid questions | sjg | 2014-05-16 | 1 | -1/+1 | |
| * | | | | Updated dependencies | sjg | 2014-05-16 | 1 | -0/+1 | |
| * | | | | Merge from head | sjg | 2014-05-08 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge head | sjg | 2014-04-28 | 51 | -1112/+1114 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge head@256284 | sjg | 2013-10-13 | 3 | -19/+65 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 20 | -374/+261 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add stage-install.sh so we can do away with the need to have | sjg | 2013-04-19 | 1 | -8/+0 | |
| * | | | | | | | | | sync from head | sjg | 2013-04-12 | 4 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Cleanup | sjg | 2013-02-17 | 1 | -2/+1 | |
| * | | | | | | | | | | Avoid problems with read-only osreldate.h | sjg | 2013-02-16 | 1 | -0/+1 | |
| * | | | | | | | | | | ftpd needs telnet.h so install it regardless | sjg | 2013-02-16 | 1 | -2/+1 | |
| * | | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 7 | -14/+0 | |
| * | | | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 7 | -98/+35 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 15 | -94/+89 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 12 | -6/+130 | |
| * | | | | | | | | | | | | | | | | MFC: r237279: install filemon.h | obrien | 2012-06-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Misc fixes from projects/bmake | sjg | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Remove NO_OBJ | sjg | 2015-06-11 | 4 | -4/+0 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Remove clause 3 and 4 from the license | bapt | 2015-05-21 | 1 | -5/+0 | |
* | | | | | | | | | | | | | | | | Make use of GCC alloc_align attribute | pfg | 2015-05-15 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | No need for result_use_check attribute in reallocf(3). | pfg | 2015-05-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Move reallocarray definition to the _BSD_VISIBLE block | bapt | 2015-05-01 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | | Import reallocarray(3) from OpenBSD | bapt | 2015-05-01 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many years | glebius | 2015-04-16 | 1 | -9/+2 | |
* | | | | | | | | | | | | | | | | Remove the const qualifier from iconv(3) to comply with POSIX: | tijl | 2015-04-15 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Make use of gcc attributes in some standard include headers. | pfg | 2015-04-06 | 3 | -73/+94 | |
* | | | | | | | | | | | | | | | | Clean some spaces vs tabs. | pfg | 2015-03-29 | 1 | -37/+37 | |
* | | | | | | | | | | | | | | | | Temporarily revert 280458. | pfg | 2015-03-25 | 2 | -79/+62 | |
* | | | | | | | | | | | | | | | | Clean sparse spaces. | pfg | 2015-03-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Introduce nonnull attributes in the signal and pthread headers. | pfg | 2015-03-24 | 2 | -62/+79 | |
* | | | | | | | | | | | | | | | | Correct and clarify comment for __SMBF. | bdrewery | 2015-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree | ngie | 2015-02-04 | 1 | -13/+12 | |
* | | | | | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing with | ngie | 2015-02-04 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX. | jilles | 2015-01-31 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | Make install cuse headers if MK_CUSE != no | ngie | 2015-01-25 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | | Deorbit the IEEE-488/GPIB support. | phk | 2014-12-25 | 1 | -5/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Fix the build by installing acpi_hpet.h correctly. | rpaulo | 2014-10-24 | 1 | -1/+1 |