History log of /openbsd/usr.bin/mg/spawn.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# cc6738c5 19-Mar-2015 bcallah <bcallah@openbsd.org>

Clean up the includes in mg.
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly so

Clean up the includes in mg.
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@

show more ...


# 720bfc0d 01-Aug-2006 jason <jason@openbsd.org>

* move sys/queue.h inclusion to sysdef.h (it's system specific)
* add <signal.h> to sysdef.h (needed for sig_atomic_t on linux, and
we get it by accident on OpenBSD)
* remove <signal.h> from tty.c/sp

* move sys/queue.h inclusion to sysdef.h (it's system specific)
* add <signal.h> to sysdef.h (needed for sig_atomic_t on linux, and
we get it by accident on OpenBSD)
* remove <signal.h> from tty.c/spawn.c (not needed now that it's in sysdef.h)
ok beck

show more ...


# 00e5ac59 14-Jun-2005 kjell <kjell@openbsd.org>

Add explicit public domain notices to all public domain files.
ok millert@, deraadt@


# f66aba3d 03-Apr-2005 db <db@openbsd.org>

This is a no binary change which does:

- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beau

This is a no binary change which does:

- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification

ok henning@

show more ...


# 444cb8bc 20-May-2003 cloder <cloder@openbsd.org>

Finish KNF of prototypes. That should be all of them.
OK vincent@


# 5cdd681b 24-May-2001 mickey <mickey@openbsd.org>

spaces


# d4e7c603 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 8cad3a2c 01-Sep-2000 millert <millert@openbsd.org>

More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org


# 371f5030 13-Apr-2000 millert <millert@openbsd.org>

The start of KNF + -Wall. The code has been run through indent but
needs hand fixup. I stopped at keymap.c...


# 8dd1652b 03-Mar-2000 millert <millert@openbsd.org>

Reverse rutgers change (attachtoparent vs. spawncli)

New ttreinit function that enters application mode, enables the keypad
and resets the tty size.

New spawn module that calls tttidy() to exit app

Reverse rutgers change (attachtoparent vs. spawncli)

New ttreinit function that enters application mode, enables the keypad
and resets the tty size.

New spawn module that calls tttidy() to exit application mode (and cleanup)
then calls ttreinit() after resume to get back into application mode. Assumes
we have job control. This takes advantage of the xterm 'alternate screen'.

show more ...


# 83108e85 25-Feb-2000 deraadt <deraadt@openbsd.org>

further pruning


# be803e14 25-Feb-2000 deraadt <deraadt@openbsd.org>

initial import of mg2a