freebsd kernel with SKQ
Go to file
ache de0f02e3b7 PATH_LOCALE: use this non-standard env variable first time only, i.e.
strdup() it to prevent unsetenv() or setenv() effects. Check its length to
not allow user to overflow internal locale buffer. Move PATH_LOCALE
handling code into one place.

POSIX: make better stub for LC_MONETARY & LC_NUMERIC, now it check
locale directory existance instead of refusing all non-C non-POSIX
locales. POSIX treats empty locale env variable as unset variable
while our old code treats it as "C" locale, fix it. Implement previous locale
restoring, if locale setting fails. Old code assumes success if some
of LC_ALL subset is successed even other fails, POSIX treats it as
failure with previous locale restoring, fix it.

Remove unneccessary length checking in currentlocale()
1996-11-26 02:49:53 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulation 1996-11-26 01:43:20 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Added forgotten directories zoneinfo/Antarctica and zoneinfo/Arctic. 1996-11-23 20:04:02 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu make the Usage string match reality 1996-11-22 13:58:03 +00:00
include Matching routed.h to go along with latest routed. 1996-11-19 21:22:18 +00:00
lib PATH_LOCALE: use this non-standard env variable first time only, i.e. 1996-11-26 02:49:53 +00:00
libexec Back out recent security patch for rexecd. After more careful analysis, 1996-11-22 08:59:07 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Provide a symlink for /bin/sh when the fixit floppy is mounted, so 1996-11-16 22:42:13 +00:00
sbin Fix lots of non-bug questionable code: 1996-11-21 19:36:09 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Merged change from 1.15 to 1.17 in the English version in -current. 1996-11-24 22:19:50 +00:00
sys Make a kernel with DDB but without sio possible again. This is only 1996-11-25 18:39:25 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin make the Usage string match reality 1996-11-22 13:58:03 +00:00
usr.sbin Don't close f->f_file on F_TTY types on error returns from ttymsg() since 1996-11-26 02:35:08 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00