freebsd-dev/sys
Ed Schouten b32dcb662a Make the proof-of-concept UTF-8 support in Syscons less useless.
Add a small Unicode-to-CP437 remapping table to at least demonstrate
that the terminal emulator is perfectly capable of handling UTF-8. This
will of course break if the user loads a different font map, but it at
least allows people to give it a try.

I can now see the box drawing in dialog(1) and the arrows in mutt(1)
correctly.
2009-06-13 12:23:31 +00:00
..
amd64 Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet 2009-06-10 02:07:58 +00:00
arm Move the memory layout definitions and logic from mvreg.h to mvwin.h 2009-06-12 20:00:38 +00:00
boot Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet 2009-06-10 02:07:58 +00:00
bsm
cam Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use 2009-06-10 20:59:32 +00:00
cddl pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize gratuitous 2009-06-11 22:24:08 +00:00
compat Add counterparts to getcredhostname: 2009-06-13 00:12:02 +00:00
conf Add support for labels derived from GPT metadata. 2009-06-13 00:27:03 +00:00
contrib All consumers of in_cksum.h have been properly #ifdefed already, 2009-06-10 11:19:34 +00:00
crypto
ddb
dev Make the proof-of-concept UTF-8 support in Syscons less useless. 2009-06-13 12:23:31 +00:00
fs Update the inline version of vn_get_ino() for ".." lookups to match the 2009-06-12 21:19:57 +00:00
gdb
geom Add support for labels derived from GPT metadata. 2009-06-13 00:27:03 +00:00
gnu Fix r193923 by noting that type of a_fp is struct file *, not int. 2009-06-10 14:24:31 +00:00
i386 strict kobj signatures: fix legacy i386 pcib_write_config impl 2009-06-11 17:06:31 +00:00
ia64 Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
isa
kern Add counterparts to getcredhostname: 2009-06-13 00:12:02 +00:00
kgssapi
libkern add explanatory header license 2009-06-09 21:29:16 +00:00
mips Fix MALTA build; some prototypes were wrong and blew up when kobj method 2009-06-12 22:49:35 +00:00
modules Last (hopefully) attempt to fix both parallel build and 2009-06-12 07:39:10 +00:00
net Garbage collect an extern for a non-existent variable. 2009-06-12 20:50:28 +00:00
net80211 make implicit pad visible 2009-06-11 17:10:21 +00:00
netatalk Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
netgraph Assign ng_eiface nodes a netgraph name on instantiation, in a way which 2009-06-12 09:20:31 +00:00
netinet Move the kernel option FLOWTABLE chacking from the header file to the 2009-06-12 20:46:36 +00:00
netinet6 Remove unnecessary #ifdef lines and code. 2009-06-12 09:31:14 +00:00
netipsec Added support for NAT-Traversal (RFC 3948) in IPsec stack. 2009-06-12 15:44:35 +00:00
netipx Put the variable declarations for TCPDEBUG under #ifdef INET as well. 2009-06-10 09:28:50 +00:00
netnatm Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netncp
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs
nfsclient Add a test for VI_DOOMED just after nfs_upgrade_vnlock() in 2009-06-10 21:03:57 +00:00
nfsserver Add a #include <sys/jail.h> so that it builds when 2009-06-12 20:18:08 +00:00
nlm Correct typo; errno => error. 2009-06-04 11:22:53 +00:00
opencrypto
pc98 Remove MAC kernel config files and add "options MAC" to GENERIC, with the 2009-06-02 18:31:08 +00:00
pci
powerpc Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed with 2009-06-13 08:57:04 +00:00
rpc For the case where another thread was doing a connect and that 2009-06-10 19:02:09 +00:00
security Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use 2009-06-10 20:59:32 +00:00
sparc64 Remove MAC kernel config files and add "options MAC" to GENERIC, with the 2009-06-02 18:31:08 +00:00
sun4v Adjust the padding of struct pcpu to r193219. 2009-06-03 19:31:26 +00:00
sys Add counterparts to getcredhostname: 2009-06-13 00:12:02 +00:00
tools Move all sound related scripts to its own 'sound' subdir. 2009-06-10 06:49:45 +00:00
ufs Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
vm Eliminate an unnecessary restriction on the vm object type from 2009-06-09 17:04:39 +00:00
xdr
xen
Makefile