summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wskbdutil.c
AgeCommit message (Expand)Author
2016-08-31Estonian keymapJeremie Courreges-Anglas
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-15Use a more appropriate malloc(9) type than M_TEMP for the keymap memoryMartin Pieuchot
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2009-12-10a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found whileOwain Ainsworth
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-12-17When processing a compose sequence of a dead accent and the spacebar, putMiod Vallat
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
2003-06-16Provide more "dead_symbol + space -> symbol" entries in the compose table;Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-04-14Remove some static.Aaron Campbell
2000-05-16import newer wscons source from netbsd.Michael Shalayeff