OSDN Git Service

- Rename getpty() to xgetpty() and adjust callers.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 19 May 2008 08:18:50 +0000 (08:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 19 May 2008 08:18:50 +0000 (08:18 -0000)
commitae4342ca3e30f7b11732ecda3ad15821e81bc314
tree1878104940eac4649bc8add4d0b2893ab1cb0a94
parentee56e013cfb6304f66129afee7978b0864699419
- Rename getpty() to xgetpty() and adjust callers.
- Rewrite kbd_mode and setconsole
- Introduce and use console_make_active() and xopen_xwrite_close()
- honour buffer-reservation method as set by the user (dumpkmap, loadkmap)
- shrink rtcwake and some console-tools

  Saves about 270 Bytes
18 files changed:
console-tools/chvt.c
console-tools/dumpkmap.c
console-tools/kbd_mode.c
console-tools/loadkmap.c
console-tools/openvt.c
console-tools/reset.c
console-tools/setconsole.c
console-tools/setlogcons.c
include/libbb.h
include/usage.h
libbb/Kbuild
libbb/get_console.c
libbb/getpty.c
libbb/write.c [new file with mode: 0644]
networking/telnetd.c
scripts/defconfig
util-linux/rtcwake.c
util-linux/script.c