summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* o Remove EoL whitespaces.maxim2016-05-192-11/+11
|
* o usage() updated for -h and -X flags.maxim2016-05-191-1/+3
|
* Conditionalize installing etc/rc.d/atm{1,2,3}ngie2016-05-151-0/+3
| | | | | | | | `BEFORE: netif` was already in etc/rc.d/atm1, so no additional changes are needed in that script MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Remove etc/rc.d/{zfs,zvol} if MK_ZFS != nongie2016-05-151-0/+2
| | | | | | MFC after: 2 weeks X-MFC with: r299840 Sponsored by: EMC / Isilon Storage Division
* Only install etc/rc.d/{rfcomm_pppd_server,sdpd} if MK_BLUETOOTH != nongie2016-05-061-0/+2
| | | | | | | These are bluetooth specific services MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix r299162ngie2016-05-061-7/+0
| | | | | | | | | | | | | share/man/man8/Makefile: - Add src.opts.mk so MK_NIS can be tested - Fix typo in MK_NIS conditional tools/build/mk/OptionalObsoleteFiles.inc: - Remove WIP diff from ^/user/ngie/detangle-rc MFC after: 1 week X-MFC with: r299162 Sponsored by: EMC / Isilon Storage Division
* Only install NIS section 8 manpages if MK_NIS != nongie2016-05-061-0/+11
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* tools: minor spelling fix in locales template.pfg2016-05-041-4/+4
| | | | No functional change.
* Add a manual page for pkt-gen.gnn2016-05-011-0/+179
| | | | Sponsored by: EMC / Isilon Storage Division
* tools: minor spelling fixes.pfg2016-05-0112-16/+16
| | | | | | Mostly comments but also some user-visible strings. MFC after: 2 weeks
* Remove leftover from Big5HKSCS removalbapt2016-04-171-18528/+0
|
* Quote variable for architectures where we have more thannetchild2016-04-161-1/+1
| | | | | | | | one linuxulator (32/64bit) and as such may have a space between both linuxulator locations. Noticed by: Miltiadis Margaronis <mmargaron@gmail.com> Tested by: Miltiadis Margaronis <mmargaron@gmail.com>
* Do not forget to set the destination directory for the new collationbapt2016-04-161-0/+1
|
* Complete the Obsoletefiles entriesbapt2016-04-161-6/+0
|
* Regenerates locales Makefiles and localesbapt2016-04-161-6/+12
|
* Readd the zh_hant_HK.UTF-8 removed by accidentbapt2016-04-161-0/+3
| | | | Only Big5HKSCS as been removed.
* Really stop converting map from UTF-8 to GB2312bapt2016-04-161-1/+1
|
* Replace generated maps with maps extracted from CLDR for GB3212 and eucCNbapt2016-04-162-14892/+15412
|
* Rework collation generation:bapt2016-04-167-47/+160
| | | | | | | | | | | | | | When building collation database for non unicode encodings use the proper unicode mapping (this fixes collation not working properly for those encodings) For locales where new characters are added but only for unicode, stop trying to map the new characters, directly extract from CLDR the collation files for the said encoding Stop trying to generate encoding map from unicode version for GB2312 and encCN It was not reliable. Instead use the map provide by the CLDR project Reported by: ache
* Add more content for WITH_META_MODE/WITH_DIRDEPS_BUILD.bdrewery2016-04-142-16/+41
| | | | Sponsored by: EMC / Isilon Storage Division
* Set NULL to the ai_next pointer which fix cap_getaddrinfo().oshogbo2016-04-141-8/+122
| | | | | | | | Add regression test case. PR: 195551 Submitted by: Mikhail <mp39590@gmail.com> Approved by: pjd (mentor)
* Note the brokenness of WITHOUT_INSTALLLIB.bdrewery2016-04-131-0/+3
| | | | Sponsored by: EMC / Isilon Storage Division
* The build does work now with WITHOUT_TOOLCHAIN.bdrewery2016-04-131-3/+0
| | | | | | The bootstrap cross tools are still built in this mode as well. Sponsored by: EMC / Isilon Storage Division
* Add some more content for WITH_META_MODE.bdrewery2016-04-121-1/+10
| | | | Sponsored by: EMC / Isilon Storage Division
* Document the behavior of NO_DIRDEPS/NO_DIRDEPS_BELOW.bdrewery2016-04-121-1/+3
| | | | Sponsored by: EMC / Isilon Storage Division
* Create /usr/local/etc before filling things into it.phk2016-04-091-2/+3
| | | | | | Only run mtree if the NANO_CUST_FILES_MTREE is nonempty Also umount the packages on non-signal failure
* Add optional configuration knob NANO_CUST_FILES_MTREE. If set, it willglebius2016-04-061-0/+9
| | | | | | require an entry in custom mtree definition for every custom installed file. Obtained from: Netflix
* Update cust_pkgng with a simpler, more robust version. We don't needimp2016-04-061-40/+27
| | | | to loop for pkg, which simplifies things.
* [wlanstats] Convert rssi / signal / rate to use float.adrian2016-04-061-6/+7
| | | | | * Convert rssi/signal/rate to be a single digit precision float * rssi is actually in 1/2 dBm units, so divide it by 2
* [net80211] Add an A-MSDU debug output shortcut.adrian2016-04-041-0/+4
|
* Add early_customize_cmd() that allows to register custom functions runglebius2016-04-042-0/+30
| | | | | | | before the build stage. Reviewed by: imp Obtained from: Netflix
* [net80211] teach wlanstats about the ff_encapfail field.adrian2016-04-041-0/+2
| | | | | Without this it just displays a blank, short column which is just plainly not useful.
* Remove FAST_DEPEND reference missed in r297434.bdrewery2016-03-301-3/+0
|
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-303-13/+1
| | | | | | | Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
* Remove tools/vt/setfontemaste2016-03-212-95/+0
| | | | | | It is included in vidcontrol as of r266836. Sponsored by: The FreeBSD Foundation
* Unquote NANO_PACKAGE_LIST so that it actually can be a list and sophk2016-03-211-1/+1
| | | | that the default value of "*" works.
* Just install ar5523.bin into /usr/share/firmware and stop compiling itimp2016-03-151-0/+1
| | | | | | in. Differential Review: https://reviews.freebsd.org/D5639
* Add a WITHOUT_FAST_DEPENDbdrewery2016-03-111-0/+5
|
* Remove these broken filemon tests.bdrewery2016-03-094-390/+0
| | | | | | | | | | They were not very useful in their current state. It only ran a fork bomb, confirmed headers/footers matched, hard-coded the number of expected entries (rather than ensuring each entry is present when expected), and was missing a sizeof_long.c file from r251368 which makes its intent for testing 32-bit binaries unclear. More extensive tests should be written with ATF now.
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,np2016-03-081-17/+58
| | | | | | | | | | which is responsible for filtering and RSS. Add the ability to use filters that match on PF/VF (aka "VNIC id") while here. This is mutually exclusive with filtering on outer VLAN tag with Q-in-Q. Sponsored by: Chelsio Communications
* cxgbe(4): Updated register dumps.np2016-03-075-159/+57687
| | | | | | | | | | | | - Get the list of registers to read during a regdump from the shared code instead of the OS specific code. This follows a similar move internally. The shared code includes the list for T6. - Update cxgbetool to be able to decode T5 VF, T6, and T6 VF register dumps (and catch up with some updates to T4 and T5 register decode). Obtained from: Chelsio Communications Sponsored by: Chelsio Communications
* Don't install debug symbols onto embedded images...imp2016-03-071-0/+3
|
* Merge ^/head r296007 through r296368.dim2016-03-0317-53/+355
|\
| * Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1),trasz2016-03-014-5/+5
| | | | | | | | | | | | | | and telnet(1) in the right place. MFC after: 1 month Sponsored by: The FreeBSD Foundation
| * Fix some whitespace nits in cxgbetool.c. No functional change.np2016-02-291-12/+12
| |
| * Document that WITHOUT_ELFCOPY_AS_OBJCOPY will be removedemaste2016-02-291-0/+1
| | | | | | | | | | | | In case ELF Tool Chain's elfcopy introduces any regressions this knob is available as a transition aid. It will be removed once we are confident that any regressions have been fixed.
| * Migrate athregs over to use the new stats API.adrian2016-02-282-6/+24
| |
| * Migrate athstats to use the new stats API.adrian2016-02-282-16/+23
| |
| * Begin abstracting out the access method for ath(4) ioctls.adrian2016-02-282-0/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | Each of the ath* commands do their own direct socket/ioctl calls, which makes it difficult to forklift upgrade things. So, this is the beginning of abstracting out the stats API calls in the hope that I can migrate things to use a /dev/athX file for ioctls and use a more general interface. Tested: * QCA9565 NIC, STA mode
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-255-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After calling the cap_init(3) function Casper will fork from it's original process, using pdfork(2). Forking from a process has a lot of advantages: 1. We have the same cwd as the original process. 2. The same uid, gid and groups. 3. The same MAC labels. 4. The same descriptor table. 5. The same routing table. 6. The same umask. 7. The same cpuset(1). From now services are also in form of libraries. We also removed libcapsicum at all and converts existing program using Casper to new architecture. Discussed with: pjd, jonathan, ed, drysdale@google.com, emaste Partially reviewed by: drysdale@google.com, bdrewery Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D4277
OpenPOWER on IntegriCloud