| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
the diff is attached below. This is done on the 3.0 source-tree.
I have test this on 2.2-stable before, but I don't have a 3.0 machine
right now.
This patch is mainly to make libc support BIG5 encoding, thus add
zh_TW.BIG5 locale to 3.0.
Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
|
|
|
|
| |
NetBSD syscalls are defined in sys.mk if they are being used.
|
|
|
|
|
| |
syscall style libc is using otherwise the library can contain calls
(like issetugid) that you don't find out until you build X programs.
|
| |
|
| |
|
|
|