NetBSD/lib/libc
christos 20abba463b Selected fixes from Brian Ginsbach <ginsbach@cray.com>, modified by me.
- handle globbing of patterns that contain unmatched braces. Globbing
  a pattern "foo{" in a directory that contains "foo{" now works.
- check for MAXPATHLEN overflows during filename generation (security problem).
- Posix/XOpen fixes to always return GLOB_ABORTED when a directory open fails
  or when a file access fails.
- pathc was not initialized to 0 in one case.
Also
- rename err to error, so that it does not conflict with the libc function.
2001-09-08 22:39:21 +00:00
..
arch On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-07 12:50:01 +00:00
compat-43
db Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
dlfcn
gen Selected fixes from Brian Ginsbach <ginsbach@cray.com>, modified by me. 2001-09-08 22:39:21 +00:00
gmon
hash
include Internally rename sysconf() to __sysconf() to make its latter name suitable 2001-05-07 17:25:57 +00:00
locale update comments 2001-06-22 00:01:47 +00:00
md
net sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
nls Add pl.msg file to nls/ directory and list it in the Makefile 2001-09-02 13:13:41 +00:00
quad Compile ashldi3.S and lshrdi3.S on m68000. 2001-05-18 15:23:44 +00:00
regex
rpc Various typos in comments (neccessary, sceme, choise, ...). 2001-07-26 15:05:07 +00:00
softfloat
stdio Do not xref pc(1) 2001-07-06 18:15:36 +00:00
stdlib Add x86_64 to the list of if defined(blah) for endian determination 2001-06-19 22:08:07 +00:00
string don't change errno on success.(SUSV2) 2001-08-24 00:11:54 +00:00
sys Add __clone.S 2001-09-08 00:55:00 +00:00
termios
thread-stub
time If the TZ environment variable was set to the empty string, a call to 2001-04-27 14:21:15 +00:00
yp Whitespace fixes. 2001-04-09 12:09:11 +00:00
Makefile Add pl.msg file to nls/ directory and list it in the Makefile 2001-09-02 13:13:41 +00:00
shlib_version __clone syscall addition. 2001-09-08 00:55:30 +00:00