History log of /freebsd-current/sbin/comcontrol/comcontrol.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 65f3be91 07-Jul-2023 Alfonso Gregory <gfunni234@gmail.com>

Mark usage function as __dead2 in programs where it does not return

In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

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


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

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.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 10bc3a7f 29-Dec-2009 Ed Schouten <ed@FreeBSD.org>

ANSIfy almost all applications that use WARNS=6.

I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 2f92fd9b 08-Aug-2003 Johan Karlsson <johan@FreeBSD.org>

Make this WARNS=6 clean by prototyping 'usage'.

Tested by: make universe


# c69284ca 03-May-2003 David E. O'Brien <obrien@FreeBSD.org>

Use __FBSDID() to quiet GCC 3.3 warnings.


# cafefe8c 24-Jun-2001 Dima Dorfman <dd@FreeBSD.org>

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


# c886a5d4 03-Jul-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Remove the use of a dash in the usage, since this isn't in keeping
with other utilities which offer similar functionality.

This change was discussed with ache, who brought in the ability to
use a dash to represent stdin in comcontrol.


# 09dd94d8 30-Apr-2000 Andrey A. Chernov <ache@FreeBSD.org>

Print options only supported by device, back out printing options separately

Pointed-by: bde


# 85a23112 30-Apr-2000 Andrey A. Chernov <ache@FreeBSD.org>

Allow "-" for working with STDIN
Allow printing of each option separately when keyword specified without a
number


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# d286dcb0 30-Jun-1998 Philippe Charnier <charnier@FreeBSD.org>

Add rcsid. Remove unused #includes. Use err(3).


# 12981249 09-Jan-1995 Bruce Evans <bde@FreeBSD.org>

Remove excessive argc checking. It was impossible to set `dtrwait' and
and `drainwait' in a single command.


# b0e399e3 04-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Fight agaist hanging modems: add new drainwait option.
Reviewed by: Bruce


# 123e9a59 29-May-1994 Andrey A. Chernov <ache@FreeBSD.org>

From Bde:
o Removed bidir options.


# 9bfbbf45 10-Dec-1993 Andrey A. Chernov <ache@FreeBSD.org>

Modified for work without options COM_BIDIR into kernel.


# cc4ca263 09-Dec-1993 Andrey A. Chernov <ache@FreeBSD.org>

Add 'dtrwait <n>' option to comcontrol to handle
TIOCM[SG]DTRWAIT ioctl.


# 5b81b6b3 12-Jun-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Initial import, 0.1 + pk 0.2.4-B1