- 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
- 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
- ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
- 004cefa reset: better --help text by Denys Vlasenko · 2 years, 11 months ago
- d315a77 resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811 by Denys Vlasenko · 3 years, 2 months ago
- 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
- 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- 816d8d7 setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1 by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 316d38e setconsole: much better help text by Denys Vlasenko · 7 years ago
- b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
- 1b280e4 loadfont,setfont: make them NOEXEC by Denys Vlasenko · 7 years ago
- 5cb907f setconsole: make it NOEXEC by Denys Vlasenko · 7 years ago
- ab23381 setconsole: since SUSE version has no -r, nuke our --reset longopt by Denys Vlasenko · 7 years ago
- b83db4d setkeycodes: make it NOEXEC, better --help text by Denys Vlasenko · 7 years ago
- 341ce0a setlogcons: make it NOEXEC, better --help text by Denys Vlasenko · 7 years ago
- ae17ba0 kbd_more: make it NOEXEC, remove redundant opt clearing by Denys Vlasenko · 7 years ago
- 32b60cc kbd_mode: try harder to find console device if -C TTY is not given by Denys Vlasenko · 7 years ago
- 6517bbc kbd_mode: show "off" mode too by Denys Vlasenko · 7 years ago
- ff53bee chvt, deallocvt, dumpkmap, fgconsole, loadkmap: make them NOEXEC by Denys Vlasenko · 7 years ago
- b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
- 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
- 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
- 819b47a new NOFORKs: clear, nproc, tty, uname, arch, unlink, which by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 02a2a27 reset: before calling execvp(), reset needs to flush stdout by Glenn Matthews · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 2b28823 loadfont: 32k size limit is not enough by Denys Vlasenko · 8 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
- 6e17766 setlogcons: fix help text by Denys Vlasenko · 10 years ago
- 054f3eb loadkmap: explain what happens with K_ALLOCATED key value by Denys Vlasenko · 11 years ago
- 32ed30d dumpkmap: code shrink by Denys Vlasenko · 11 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 8dc6195 setconsole: open console for writing rather than reading by Peter Korsgaard · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
- 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
- 9beb68e showkey: make showkey -a work on any stdin by Harald Becker · 14 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- b2f00ac reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US) by Denys Vlasenko · 14 years ago
- d849493 getty: explain every bit in termios; remove redundant stuff in termios_final by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
- cc13153 showkey: code shrink by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 14 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- 8aab0c9 loadkmap: remove UNUSED_PARAM from argv by Denys Vlasenko · 15 years ago
- 2fd45c2 dumpkmap,loadkmap: abort if there are params on cmdline by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- ad7a5d4 fgconsole: new applet by Grigory Batalov <bga@altlinux.org> by Grigory Batalov · 15 years ago
- 2e068e7 setkeycodes: fix handling of 0exx scancodes by Denys Vlasenko · 15 years ago
- d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
- 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
- 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
- a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 4febd91 kbd_mode: s/ioctl/xioctl. also saves 12 bytes by Denis Vlasenko · 16 years ago
- dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
- fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
- 651d49a showkey: suppress gcc warning by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
- eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
- 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
- 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
- 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
- d4b7198 kbd_mode: fix non-ASCII letters in comments install: support -D by Denis Vlasenko · 16 years ago
- 625ed8e Updating defconfig, fixing a typo in Config.in by Denis Vlasenko · 16 years ago
- d7cc2e6 showkey: new applet by Vladimir by Denis Vlasenko · 16 years ago
- c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
- 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
- e0143a1 kbd_mode: remove erroneous & from &var. By Vladimir. by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago