summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/wi
ModeNameSize
-rw-r--r--eprimsym4594logplain
-rw-r--r--esecsym63890logplain
-rw-r--r--spectrum24t_cf.h348612logplain
compatibilitychristos 2018-11-24PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoringchristos 2017-06-27- handle literal escape sequence printing.christos 2016-05-09s/protected/libedit_private/gchristos 2016-05-02eliminate static buffer with custom resizing code.christos 2016-04-18From Ingo Schwarze:christos 2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos 2016-04-11Char -> wchar_t from Ingo Schwarze.christos 2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos 2016-04-09More WIDECHAR elimination (Ingo Schwarze)christos 2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos 2016-03-22put back NUL check (Ingo Schwarze)christos 2016-03-02PR/50880: David Binderman: Remove redundant code.christos 2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos 2016-02-16From Ingo Scharze:christos 2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos 2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos 2016-02-15OpenBSD term.c rev. 1.7 2002/11/29 20:13:39 deraadtchristos 2016-02-15OpenBSD term.c rev. 1.13 2009/12/11 18:58:59 jacekmchristos 2016-02-14From Ingo Schwarze:christos 2016-02-11- Add some more Char castschristos 2012-05-30don't include both term.h and termcap.hchristos 2012-03-24From: Jilles Tjoelker: Add a mapping for the cursor delete keychristos 2011-11-18Initialize termbuf (Kamil Dudka)christos 2011-11-18check for negative return of ct_visual_char (Kamil Dudka)christos 2011-10-04fixed warnings where wint_t is unsigned.christos 2011-10-03fix broken change (parenthesis in the wrong place). From Nirbhay Choubeychristos 2011-08-16re-enable -Wconversionchristos 2011-07-29pass -Wconversionchristos 2011-07-29kill ifdef notdefchristos 2011-07-29KNF return (\1); -> return \1;christos 2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos 2011-07-28whitespacechristos 2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos 2011-07-28term -> terminalchristos