index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console-tools
/
kbd_mode.c
Age
Commit message (
Expand
)
Author
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-28
move help text from include/usage.src.h to console-tools/*.c
Pere Orga
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-10-27
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2008-11-08
kbd_mode: s/ioctl/xioctl. also saves 12 bytes
Denis Vlasenko
2008-11-08
kbd_mode: support -C TTY option
Denis Vlasenko
2008-09-03
kbd_mode: fix non-ASCII letters in comments
Denis Vlasenko
2008-08-05
*: use get_console_fd() as appropriate, and make it fail on open error -
Denis Vlasenko
2008-08-05
kbd_mode: remove erroneous & from &var. By Vladimir.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-19
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2007-10-20
kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>
Denis Vlasenko