summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Rebase after r284658:marcel2015-06-2156-711/+710
| | | | | 1. Change creator OS to "wi2k" 2. Bump tool version to 2.0
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".marcel2015-06-212-3/+3
| | | | | | | | | | The image is not accepted for provisioning otherwise. Bump the VHD creator tool version and the version of mkimg to signify our success in provisioning. Note that this also imapcts the dynamic VHD images. Tested by: gjb@
* Rebase the fixed VHD images after the rounding fix.marcel2015-06-2128-314/+310
|
* Microsoft Azure demands that fixed VHD images are a whole numbermarcel2015-06-211-0/+9
| | | | | | | | | | of megabytes. This is on top of having the image rounded to the matching geometry of the image size. By rounding up to the next MB after rounding to the geometry, we lost idempotency. Subsequent calls to resize the image will keep increasing the image size. Tested by: gjb@
* Don't resize again prior to writing. Resizing may not be idempotentmarcel2015-06-211-5/+1
| | | | | and no scheme adjusts the size after the format resized the image the first time.
* - Add SOCK_SEQPACKET support in UNIX-domain socket.hrs2015-06-202-46/+64
| | | | | | | - Display zoneid using % notation in an IPv6 address. - Use nitems(). - Use sstos{in,in6,un} macros to simplify casts. - style(9).
* Don't leak sockets.tuexen2015-06-191-13/+39
| | | | | | | Reported by: Coverity CID: 1306785 MFC after: 3 days
* Fix a bug reported by coverity. Since AF_UNIX sockets don'ttuexen2015-06-181-7/+10
| | | | | | | have multiple addresses, the problem didn't show up during testing. Reported by: Coverity CID: 1306787
* - Add acm@ entryacm2015-06-171-0/+1
|
* new dependssjg2015-06-1629-27/+277
|
* Remove old fmake. It wasn't built by default for some time. Users thatimp2015-06-1646-23952/+0
| | | | | | | really need it can find it in the devel/fmake port or pkg install fmake. Note: This commit is orthogonal to the question 'can we fmake buildworld'. Differential Revision: https://reviews.freebsd.org/D2840
* Remove extra blank linessjg2015-06-151-2/+0
|
* Convert to LIBADDbapt2015-06-151-2/+1
|
* Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.sjg2015-06-151-0/+25
|
* Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.rodrigc2015-06-151-0/+6
| | | | These files need to be generated before mkdep is run.
* Use cpp -I$includedirrodrigc2015-06-151-1/+1
| | | | | | "cpp -I$1" was expanding to "cpp -Iprint" which was not the proper directory of header files.
* NO_WARNS when building for hostsjg2015-06-142-0/+6
|
* Need to provide -I for meta modesjg2015-06-141-0/+6
|
* Create proper targets for linux*syscalls.csjg2015-06-141-8/+8
|
* When using -L the code skips a socket if the local or foreigntuexen2015-06-131-2/+2
| | | | | | | | | address is loopback. So it is shown if both are not loopback. The man page says that it is shown if the local or foreign address is not loopback. Change the man page to reflect the code. MFC after: 3 days
* Add support for SCTP.tuexen2015-06-131-2/+241
| | | | MFC after: 3 days
* Allow more than one local or remote address per socket. This is needed totuexen2015-06-131-54/+103
| | | | | | | support SCTP (and MPTCP in the future). No functional change for existing protocols. MFC after: 3 days
* Allow more than one socket entry for a file descriptor. This is neededtuexen2015-06-131-23/+22
| | | | | | | for supporting 1-to-many style SCTP sockets. For other sochets, there is no functional change. MFC after: 3 days
* Simplify printaddr(). No functional change.tuexen2015-06-131-7/+7
| | | | MFC after: 3 days
* Add META_MODE support.sjg2015-06-13281-1/+5609
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * Avoid bogus MLINKS when MK_LZMA_SUPPORT=yes and MK_BSD_GREP=nosjg2015-06-081-0/+2
| |
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-08245-490/+0
| |
| * Merge sync of headsjg2015-05-27398-5916/+10341
| |\
| * | Updated/new dependenciessjg2014-11-197-3/+4
| | |
| * | Merge from head@274682sjg2014-11-19304-1534/+11507
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19587-17261/+5913
| |\ \ \
| * | | | New dependenciessjg2014-05-171-1/+1
| | | | |
| * | | | Pay attention to MK_SHARED_TOOLCHAINsjg2014-05-161-0/+5
| | | | |
| * | | | Updated dependenciessjg2014-05-16235-231/+23
| | | | |
| * | | | Updated dependssjg2014-05-101-0/+8
| | | | |
| * | | | Updated dependenciessjg2014-05-10222-2/+444
| | | | |
| * | | | Merge from headsjg2014-05-0866-198/+314
| |\ \ \ \
| * | | | | New/updated dependenciessjg2014-05-053-0/+5
| | | | | |
| * | | | | Merge headsjg2014-04-281114-3669/+36311
| |\ \ \ \ \
| * | | | | | Allow building these in-linesjg2013-10-172-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build-tools phase sets NO_WARNS If there is any other purpose (than hosttool during build) we could make this depend on MACHINE=host.
| * | | | | | New/updated dependenciessjg2013-10-171-2/+1
| | | | | | |
| * | | | | | Updated dependenciessjg2013-10-161-8/+2
| | | | | | |
| * | | | | | Merge head@256284sjg2013-10-1339-312/+2521
| |\ \ \ \ \ \
| * | | | | | | We do want objdirsjg2013-10-131-1/+0
| | | | | | | |
| * | | | | | | Updated dependenciessjg2013-10-1312-2/+43
| | | | | | | |
| * | | | | | | New dependenciessjg2013-10-1326-0/+570
| | | | | | | |
| * | | | | | | Tell cpp to only look where we told itsjg2013-10-121-1/+1
| | | | | | | |
| * | | | | | | Merge headsjg2013-09-115-1/+40
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-05284-17983/+19284
| |\ \ \ \ \ \ \ \
| * | | | | | | | | updated dirdepssjg2013-05-091-0/+1
| | | | | | | | | |
OpenPOWER on IntegriCloud