History log of /openbsd-src/sbin/ldattach/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# bdafc262 12-Jun-2017 espie <espie@openbsd.org>

redundant, gets BINDIR from ../Makefile.inc


# 272d89ad 16-Apr-2017 jsg <jsg@openbsd.org>

Different compilers and versions of compilers have different warnings.
Remove -Werror to give code a greater chance of building.

ok deraadt@ florian@


# 9b9a5023 12-Sep-2012 haesbaert <haesbaert@openbsd.org>

Define empty CDIAGFLAGS for programs that use Werror.
Makes "make build" build with WARNINGS=Yes on amd64.

ok espie


# 330f45ac 09-Jun-2008 mbalmer <mbalmer@openbsd.org>

Add the '-p' option to ldattach(8) to pass data received from the device
to the master device of a pty(4) pair. The name of the slave device is
written to standard output.

This is useful for applic

Add the '-p' option to ldattach(8) to pass data received from the device
to the master device of a pty(4) pair. The name of the slave device is
written to standard output.

This is useful for applications like e.g. gpsd from the misc/gpsd port
that also use the serial data stream (e.g. nmea(4) as a time source and
gpsd to get at positional data).

help and ok deraadt, makes ckuethe happy.

show more ...


# 6e9f490b 03-Nov-2007 mbalmer <mbalmer@openbsd.org>

ldattach(8) is a command to attach line discipline to a tty line. It can
be used from the command line or from init(8) by adding an entry to the
/etc/ttys file. ldattach(8) can be extended to suppo

ldattach(8) is a command to attach line discipline to a tty line. It can
be used from the command line or from init(8) by adding an entry to the
/etc/ttys file. ldattach(8) can be extended to support new line disciplines.

feedback many, ok deraadt, mikeb

show more ...