summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Enable 802.11n support.jkim2015-09-082-2/+4
| | | | PR: 164102
* Sort and remove duplicate compiler flags.jkim2015-09-082-15/+12
| | | | MFC after: 3 days
* service(8) -e does not respect /etc/rc.conf.d/* entriesallanjude2015-09-081-0/+2
| | | | | | | | | | PR: 173454 Submitted by: giantlock@gmail.com (original patch) Approved by: bapt (mentor) MFC after: 1 week Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3600
* Fix indentation, no functional changesbapt2015-09-081-6/+6
|
* Add two new portal group options "tag" and "foreign".mav2015-09-075-7/+58
| | | | They are going to be useful in clustered setups.
* Prefer pciids database from ports if presentbapt2015-09-063-4/+10
| | | | | | | | | Given the pciids database on ports is updated more often than the one in base prefer this version if present, otherwise read the one from base. MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D3391
* Parallelize the usr.sbin/ntp subdirectory buildngie2015-09-061-0/+10
| | | | | | Articulate all needed dependencies for the subdirectories MFC after: 1 week
* Allow LUN options modification via CTL_LUNREQ_MODIFY.mav2015-09-065-18/+123
| | | | Not all changes take effect, but that is a different question.
* Yet another fix for gcc 4.2bapt2015-09-051-5/+5
|
* Remove extra i++bapt2015-09-051-1/+0
| | | | Reported by: allanjude@
* Fix build with gcc 4.2bapt2015-09-051-5/+5
| | | | Reported by: kib
* Add a new sesutil(8) utilitybapt2015-09-054-0/+305
| | | | | | | | | | | | | | | | | | This is an utility for managing SCSI Enclosure Services (SES) device. For now only one command is supported "locate" which will change the test of the external LED associated to a given disk. Usage if the following: sesutil locate disk [on|off] Disk can be a device name: "da12" or a special keyword: "all". Reviewed by: mav MFC after: 1 month Relnotes: yes Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D3544
* Turn on RAWDCF by default.cy2015-09-041-1/+1
| | | | | | Suggested by: ian Approved by: roberto MFC after: 1 week
* Another addition to r287455.mav2015-09-041-1/+0
|
* Addition to r287455.mav2015-09-041-1/+0
|
* Use proper term in the ctld(8) and iscsid(8) man pages.trasz2015-09-032-4/+4
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Simplify the introductory example in ctl.conf(5) down to absolutetrasz2015-09-031-7/+1
| | | | | | | | basics. The more complicated cases - like how to use physical ports - are explained later, in the "EXAMPLES" section. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Rename YP to NIS in the manpages.araujo2015-09-031-11/+11
| | | | | Approved by: bapt (mentor) Differential Revision: D3555
* Sync with the latest code from OpenBSD.araujo2015-09-032-62/+129
| | | | | Approved by: rodrigc (mentor) Differential Revision: D3550
* Fix mandoc(1) "WARNING: end of line whitespace"dteske2015-09-031-15/+15
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Remove non-functional examples.dteske2015-09-031-22/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Don't leak 'var'.delphij2015-09-031-1/+3
| | | | Reported by: clang static analyzer
* Minor code cleanups (no functional changes).dteske2015-09-021-14/+12
| | | | | MFC after: 3 days X-MFC-to: stable/10
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-3/+2
| | | | | | | | | | | | | go asking what debug flags to set for GEOM to make it work. Advice them to use gpart(8) instead. Something similar should probably done with disklabel, but I need to rewrite the disklabel examples first. Reviewed by: wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3315
* Bump version for altered long-opts processingdteske2015-09-011-1/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Simplify long-option processingdteske2015-09-011-14/+10
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Bump version for prior fix (SVN r287381)dteske2015-09-011-1/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Style: Remove whitespace around brackets from function syntax optionsdteske2015-09-011-1/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Comment for escape() function.dteske2015-09-011-0/+8
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Commentdteske2015-09-011-1/+1
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Properly escape arguments when moving into jail or chrootdteske2015-09-011-1/+22
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Style: commentsdteske2015-09-011-4/+4
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Style consistency: add single space before each `;;' case entrydteske2015-09-011-19/+19
| | | | | MFC after: 3 days X-MFC-to: stable/10
* Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary sincedteske2015-09-011-12/+12
| | | | | | | this is a non-inheritable attribute; was previously). MFC after: 3 days X-MFC-to: stable/10
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsjhb2015-09-011-1/+1
| | | | | | | | 1 for CPU 0, etc. so the return value must be decremented to obtain the first valid CPU ID. Submitted by: fabient MFC after: 1 week
* Check and fail if drop of privileges failed.delphij2015-09-011-2/+4
| | | | MFC after: 2 weeks
* die() would never return, mark it as so.delphij2015-08-271-1/+1
| | | | MFC after: 2 weeks
* Plug a possible memory leak.delphij2015-08-271-1/+2
| | | | MFC after: 2 weeks
* Merge ACPICA 20150818.jkim2015-08-261-1/+1
|
* Sync ypwhich(1) code with the OpenBSD version that is more modern.araujo2015-08-253-2/+413
| | | | | | | | | Update the BSD LICENSE and remove the 3rd clause. Reviewed by: rodrigc, kib, bapt Approved by: bapt (mentor) Obtained from: OpenBSD Differential Revision: D3249
* Some random tweaks to ctl.conf(5).trasz2015-08-241-12/+38
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add static and remove unused variables.hrs2015-08-241-44/+50
|
* Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.hrs2015-08-241-201/+0
|
* Make it clear that we're ignoring the return value fread(3). Allimp2015-08-241-1/+1
| | | | | | errors that might happen here will be reported a few lines down. CID: 1295248
* Fix err pointer not initialized to NULL resultingbapt2015-08-212-0/+16
| | | | Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
* Turn off gcc's uninitialized warnings for this code. Theyimp2015-08-211-0/+1
| | | | can be fixed, but really do appear to be false alarms.
* Fix typo in regression testbapt2015-08-211-1/+1
|
* Fix /home symlink creationbapt2015-08-212-1/+14
| | | | Add regression test about it
* Fix useradd regression:bapt2015-08-212-2/+67
| | | | | | | | Readd the function to create the parents home directory if it does not exists. if it is only a directory at the top level of the hierarchy symlink it into /usr as it used to be done before. Reported by: kevlo, adrian
* Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.asomers2015-08-209-0/+255
| | | | | | | Reviewed by: trasz, ngie MFC after: 2 weeks Sponsored by: SpectraLogic Differential Revision: https://reviews.freebsd.org/D2801
OpenPOWER on IntegriCloud