Re: Jails: Setting different times in jails

2011-07-10 Thread Kurt Lidl
On Sat, Jul 09, 2011 at 11:19:23PM -0600, Warner Losh wrote: > Why on earth would you want this? Oh, it's not hard to imagine why you want to do this. Say you're testing a particular date rollover event, and want to make sure your software is up to snuff. Doing it in a jail would make it easy to

[PATCH] Improve utf-8 -> cp437 console map

2011-07-10 Thread Robert Millan
This patch adds a few improvements to utf-8 -> cp436 console map (mostly with Catalan characters in mind, but it probably benefits other languages). The new mappings are as follows: ▮ -> █ ÀÈÍÏÓÒÚ -> AEIIOOU ŀ / Ŀ -> l / L -- Robert Millan --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/sysc