aboutsummaryrefslogtreecommitdiff
path: root/sbin/conscontrol
Commit message (Collapse)AuthorAgeFilesLines
* Correct Identifer typo in SPDX tagsEd Maste2026-02-181-1/+1
|
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* manuals/description: system video console utilitysAlexander Ziaee2024-07-071-2/+4
| | | | | | | | | | Update the man page descriptions so that apropos are more consistent for console related man pages. Motive: apropos results: clarify consistently MFC after: 3 days Reviewed by: emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1275
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
| | | | | | | | | | | | | | | | Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/ Sponsored by: Netflix
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
|
* Remove sio(4).Gleb Smirnoff2019-11-211-1/+0
| | | | | | | | | It had been disconnected from build in r181233 in 2008. Reviewed by: imp Notes: svn path=/head/; revision=354929
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge from head@274682Simon J. Gerraty2014-11-191-0/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=274683
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Add references to vt(4) to further man-pages.Stefan Eßer2014-09-011-0/+1
|/ | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=270933
* Changed "conscontrol unset" to accept an existing virtualRuslan Ermilov2011-04-182-24/+12
| | | | | | | | | | console device as an argument. Unsetting virtual console using /dev/console seems to have never worked. MFC after: 3 days Notes: svn path=/head/; revision=220801
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-0/+2
| | | | Notes: svn path=/head/; revision=141611
* Note that conscontrol set and unset are an interface for TIOCCONS.Brian Feldman2004-06-181-0/+4
| | | | Notes: svn path=/head/; revision=130698
* Add to conscontrol(8) "set" and "unset" commands which modify theBrian Feldman2004-06-182-4/+43
| | | | | | | | virtual console set-up. Specifically, "conscontrol unset" will cause printf(9) output to start going to the console again. Notes: svn path=/head/; revision=130676
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-0/+2
| | | | Notes: svn path=/head/; revision=129327
* Explain what console names are valid.Greg Lehey2004-02-171-0/+5
| | | | Notes: svn path=/head/; revision=125924
* Recognize if the user supplies the full pathname to /dev/console and friends,Greg Lehey2004-02-171-1/+27
| | | | | | | | | and DTRT. Explain if he supplies a pathname that is not in /dev. Notes: svn path=/head/; revision=125923
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
| | | | Notes: svn path=/head/; revision=99501
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Put WARNS into the right place.Ruslan Ermilov2001-10-251-1/+1
| | | | Notes: svn path=/head/; revision=85492
* Style and WARNS cleanups.Jonathan Lemon2001-10-253-65/+65
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=85486
* Mdoc fixes and clarification.Jonathan Lemon2001-10-251-20/+29
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=85464
* Add a manual page.Jonathan Lemon2001-10-232-1/+87
| | | | Notes: svn path=/head/; revision=85382
* Add conscontrol, a front end interface for manipulating consoles.Jonathan Lemon2001-10-232-0/+157
Notes: svn path=/head/; revision=85378