aboutsummaryrefslogtreecommitdiff
path: root/console-tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-1315-16/+16
|\
| * Update applet size estimatesDenys Vlasenko2023-07-1015-15/+15
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-1/+1
| * Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-292-2/+0
| * Fix non-Linux buildsSamuel Thibault2022-11-292-0/+2
* | reset: applet should be NOEXEC for POSIXRon Yorston2022-04-301-1/+2
* | Merge busybox into mergeRon Yorston2022-02-091-1/+1
|\|
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* | Merge busybox into mergeRon Yorston2022-01-131-1/+1
|\|
| * reset: better --help textDenys Vlasenko2022-01-121-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-1/+13
|\|
| * resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko2021-10-081-1/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+1
|\|
| * *: more --help tweakingDenys Vlasenko2021-06-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+1
|\|
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-2312-13/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-1312-13/+0
* | Merge branch 'busybox' into mergeRon Yorston2019-08-164-14/+14
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-024-14/+14
* | reset: enable in default configurationRon Yorston2019-04-071-1/+14
|/
* config: update size informationDenys Vlasenko2018-12-2810-11/+11
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1Denys Vlasenko2018-04-161-1/+9
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-3/+3
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-182-3/+2
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-132-3/+5
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-082-6/+3
* setconsole: much better help textDenys Vlasenko2017-08-071-4/+11
* sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-062-16/+5
* loadfont,setfont: make them NOEXECDenys Vlasenko2017-08-061-29/+25
* setconsole: make it NOEXECDenys Vlasenko2017-08-061-1/+1
* setconsole: since SUSE version has no -r, nuke our --reset longoptDenys Vlasenko2017-08-061-7/+5
* setkeycodes: make it NOEXEC, better --help textDenys Vlasenko2017-08-061-7/+8
* setlogcons: make it NOEXEC, better --help textDenys Vlasenko2017-08-061-4/+16
* kbd_more: make it NOEXEC, remove redundant opt clearingDenys Vlasenko2017-08-061-3/+2
* kbd_mode: try harder to find console device if -C TTY is not givenDenys Vlasenko2017-08-061-8/+14
* kbd_mode: show "off" mode tooDenys Vlasenko2017-08-061-2/+16
* chvt, deallocvt, dumpkmap, fgconsole, loadkmap: make them NOEXECDenys Vlasenko2017-08-055-5/+5
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-2/+2
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-1/+1
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-1/+1
* new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-2115-31/+31
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1815-16/+16
* reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews2017-02-171-0/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-102-8/+2
* Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2317-187/+213
* loadfont: 32k size limit is not enoughDenys Vlasenko2016-11-031-2/+4
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+1