aboutsummaryrefslogtreecommitdiff
path: root/console-tools/openvt.c
AgeCommit message (Collapse)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
(will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize();
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
- use shorter boilerplate while at it
2006-03-10Cleanup patches from tito.Rob Landley
2006-01-25just whitespaceTim Riker
2005-09-08Tito sent more size tweaks.Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-13Patch by Tito, remove some unneeded variables to save some space.Glenn L McGrath
2003-12-20Use bb_xopenGlenn L McGrath
2003-05-13Re-use existing variables, patch from TitoGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-08Fix compile warningGlenn L McGrath
2002-09-16Put in GPL v2 or later copyright noticeGlenn L McGrath
2002-09-16openvt applet by Quy TonthatGlenn L McGrath