summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Reassign copyright statements on several files from Advancedjhb2015-04-2315-15/+15
| | | | | | | Computing Technologies LLC to Hudson River Trading LLC. Approved by: Hudson River Trading LLC (who owns ACT LLC) MFC after: 1 week
* Add hint about "volmode=dev" to ctl.conf(5).trasz2015-04-211-3/+9
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2328 Reviewed by: allanjude@, bcr@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix wpa/hostapd build without OpenSSL.rpaulo2015-04-211-2/+3
|
* Merge wpa_supplicant/hostapd 2.4.rpaulo2015-04-213-16/+19
| | | | | | | Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of bug fixes. Relnotes: yes
* Don't set bits that should be zero for SATA devices.mav2015-04-201-1/+0
| | | | | | Old value made Linux think that it is PATA device with SATA bridge. MFC after: 2 weeks
* crunchide: Remove local EM_* ELF definitions provided by system ELF headersemaste2015-04-201-24/+0
| | | | Suggested by: imp (in review D2314)
* Update usage statement to align with post-r279624 functionality.dteske2015-04-201-1/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10 stable/9
* vidcontrol: skip invalid video modes returned by vt(4)emaste2015-04-201-0/+4
| | | | | | | | | vt(4) has a stub CONS_MODEINFO ioctl that does not provide any data but returns success. This needs to be fixed in the kernel, but address it in vidcontrol(1) as well in case it's run on an older kernel. Reviewed by: bde Sponsored by: The FreeBSD Foundation
* Report link as up if tap device is not specified (black hole).mav2015-04-201-1/+1
| | | | MFC after: 2 weeks
* Report link as up only if we managed to open tap device.mav2015-04-201-2/+2
| | | | | | It would be cool to report tap device status, but it has no such API. MFC after: 2 weeks
* Disable RX/TX queues notifications when not needed.mav2015-04-201-0/+4
| | | | | | | This reduces CPU load and doubles iperf throughput, reaching 2-3Gbit/s. MFC after: 2 weeks Sponsored by: iXsystems, Inc.
* identd: restore memcpyeadler2015-04-191-0/+2
| | | | | | I should not be committing at 2:30am.... Reported by: pluknet
* identd: also zero se_rpc_highverseadler2015-04-191-3/+2
| | | | Reported by: pluknet
* identd: remove redundant zeroingeadler2015-04-191-2/+1
| | | | | | | se_rpc_lowvers was set to 0 twice, so remove one of them I can not find any other variable which they may have been a typo of. Reported by: gcc5.1
* tzsetup: remove set but unused variableeadler2015-04-191-2/+2
| | | | | | - leave a comment explaining which variable it used to be Reported by: gcc5.1
* config: remove set but unchecked variableeadler2015-04-191-2/+2
| | | | reported by: gcc5.1
* Workaround bhyve virtual disks operation on top of GEOM providers.mav2015-04-184-18/+100
| | | | | | | | | GEOM does not support scatter/gather lists in its I/Os. Such requests are cut in pieces by physio(), that may be problematic, if those pieces are not multiple of provider's sector size. If such case is detected, move the data through temporary sequential buffer. MFC after: 2 weeks
* No need to delete export from filesystems which are not exported.sjg2015-04-181-0/+6
|
* To ensure j formatting string valid, cast uint64_t values to uintmax_t.takawata2015-04-181-2/+3
|
* Remove some oldnfs remnants.trasz2015-04-181-4/+3
| | | | | | Differential Revision: https://reviews.freebsd.org/D2287 Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation
* Change printf formatting to unbroke i386 arch.takawata2015-04-181-2/+2
| | | | Submitted by:david@catwhisker.org
* Fix Typo.takawata2015-04-181-1/+1
|
* Fix misspelling.araujo2015-04-181-1/+1
|
* Improve code style(9), no functional changes.araujo2015-04-182-92/+95
| | | | | Differential Revision: D2320 Reviewed by: takawata
* Add LE related HCI control command to hccontrol(1).takawata2015-04-185-1/+443
|
* crunchide: always include both 32- and 64-bit ELF supportemaste2015-04-182-13/+6
| | | | | | | | This avoids the need to build a target-specific crunchide for cross- uilds. Differential Revision: https://reviews.freebsd.org/D2314 Sponsored by: The FreeBSD Foundation
* Make virtual AHCI more careful with I/O lengths.mav2015-04-171-92/+84
| | | | MFC after: 2 weeks
* crunchide: remove unused a.out and non-functional ECOFF supportemaste2015-04-174-217/+0
| | | | | | Differential Revision: https://reviews.freebsd.org/D2311 Reviewed by: imp Sponsored by: The FreeBSD Foundation
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-161-0/+3
| | | | | | | | | | | | | | | A new loader.conf(5) option of geom_eli_passphrase_prompt="YES" will now allow you to enter your geli(8) root-mount credentials prior to invoking the kernel. See check-password.4th(8) for details. Differential Revision: https://reviews.freebsd.org/D2105 Reviewed by: imp, kmoore Discussed on: -current MFC after: 3 days X-MFC-to: stable/10 Relnotes: yes
* If the number of guest vcpus is less than '1' then flag it as an error.neel2015-04-161-0/+5
| | | | MFC after: 1 week
* vidcontrol: make size argument optional again for sysconsemaste2015-04-161-1/+1
| | | | | | | | | | | r273544 changed the -f option allow no arguments in vt mode (used to reset the font back to the default), but broke the optionality of the size argument for syscons. Drop the required argument from syscons' optstring for -f so the optional argument handler works the same way for both syscons and vt. Reported by: bde Sponsored by: The FreeBSD Foundation
* Fix syntax errors in conditions for new features in freebsd-updateallanjude2015-04-151-2/+2
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1550 Submitted by: kmoore Approved by: delphij Obtained from: PCBSD MFC after: 1 week X-MFC-With: 279571 Sponsored by: ScaleEngine Inc.
* Prior to aborting due to an ioport error, it is always interesting totychon2015-04-151-2/+4
| | | | | | see what the guest's %rip is. Reviewed by: grehan
* Initialize 'error' before use.neel2015-04-151-9/+9
| | | | | | Reported by: Coverity Scan CID: 1249748, 1249747, 1249751, 1249749 MFC after: 1 week
* Eliminate unused headers.delphij2015-04-147-14/+0
|
* Accept LE event on hccontrol socket.takawata2015-04-121-0/+1
|
* Add HCI/LMP revision information.takawata2015-04-121-2/+12
|
* Fix libfifolog dependency on libzemaste2015-04-102-2/+2
| | | | | | | | | Consumers should not need to encode fifolog's dependency on libz. Handle it automatically in src.libnames.mk. Differential Revision: https://reviews.freebsd.org/D2278 Reviewed by: bapt Sponsored by: The FreeBSD Foundation
* rtsold does not need to link to libkvmbapt2015-04-091-1/+0
|
* rpc.locked does not need to link to libutilbapt2015-04-091-1/+1
|
* bhyvectl does not need to link to libutilbapt2015-04-091-1/+1
|
* Fix overlinking in bhyve:bapt2015-04-092-2/+2
| | | | libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
* authpf does not need to link to libmdbapt2015-04-091-1/+1
|
* Print 64-bit addresses cleary with leading zeros to avoid confusions.jkim2015-04-091-21/+25
| | | | MFC after: 1 week
* Do not crash when RSDT/XSDT contains an empty entry.jkim2015-04-091-26/+10
| | | | | Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> MFC after: 3 days
* bsnmptools does not depends on libcryptobapt2015-04-091-4/+0
|
* Remove 'netstat -anr' from crashinfo.glebius2015-04-091-6/+0
|
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDtakawata2015-04-0758-7/+70
| | | | This will fix build.
* Remove hard limits on number of accepting NFS connections.mav2015-04-071-2/+2
| | | | | | | Limits of 5 connections set long ago creates problems for SPEC benchmark. Make the NFS follow system-wide maximum. MFC after: 1 week
* Tidy up battery status information. Remove a trailing white space.jkim2015-04-061-10/+24
| | | | PR: 193671
OpenPOWER on IntegriCloud