freebsd kernel with SKQ
Go to file
ache 0de4aa5096 Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c
(void) setlocale(LC_ALL, "");

It will be easiest way now to make national chars available
for all ctype-oriented programs at once by simple:

setenv LANG Your_National_Charset

Default case (without "LANG" environment
variable) will be fully ANSI compatible (got "C" locale).

If "LANG" variable present, extention becomes active.

Effect of this extention is great: in one time all ctype
oriented programs can accept/print national characters
without any touching source/binary code, it is big win, IMHO.

This method is fully compatible with ISO8859-* and russian koi8-r
too (in general -- with all 8-bit character sets). I think
it is very useful.
I got this idea from Xenix locale implementation.

This extention is even never compiled in, unless you set
	setenv STARTUP_LOCALE
before rebuilding crt0.c or corresponding variable in /etc/make.conf
1994-09-18 22:21:04 +00:00
bin Added domainname. 1994-09-18 21:25:26 +00:00
eBones Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap 1994-09-11 21:53:28 +00:00
etc Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
games Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap 1994-09-11 21:32:28 +00:00
gnu Add q modifier (for long longs) support to -Wformat. 1994-09-18 21:25:02 +00:00
include Declare [gs]etdomainname(). 1994-09-18 21:09:10 +00:00
lib Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c 1994-09-18 22:21:04 +00:00
libexec Add LDDESTDIR to ld command. 1994-09-18 19:41:38 +00:00
lkm Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
sbin Various fixes: 1994-09-18 04:12:13 +00:00
secure Add libcipher.a: libcrypt exports only crypt() but not des_setkey() 1994-09-12 17:27:55 +00:00
share It turns out that occasionally you want both shared and static versions 1994-09-18 22:06:04 +00:00
sys Replace unsigned' by u_int' so that it is not necessary to include 1994-09-18 22:05:22 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Declare fuction setpassive in file cmds.c void and update corresponding 1994-09-18 05:45:29 +00:00
usr.sbin 1. Remove commented out CFLAGS+=-DDEBUG from Makefile 1994-09-18 21:17:40 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
HW.TROUBLE Added the first three entries. Changed the intro a bit. 1994-08-28 20:48:37 +00:00
Makefile Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
TODO Added a task: make PAS16 a controller. 1994-09-11 20:01:03 +00:00