summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-04-17 03:03:45 +0000
committerpeter <peter@FreeBSD.org>2001-04-17 03:03:45 +0000
commit2f7121276922798f28a0004b0b66e4064afaf00c (patch)
tree17800ab7800398ab0870b8fd53102973a38d764e /sys/kern/kern_malloc.c
parent3a52576aa47994ff671ff9098e1afb72a4ed9e60 (diff)
downloadFreeBSD-src-2f7121276922798f28a0004b0b66e4064afaf00c.zip
FreeBSD-src-2f7121276922798f28a0004b0b66e4064afaf00c.tar.gz
Previous clobbered a work-in-progress. Here is the merged result:
Limit the "pathname" glob to one item, as that is what all users of it are expecting, except for LIST. Always glob, instead of when the first character is a ~. For example, if you had directories ~/x1, and ~/x2, then "cwd x[1]" would fail, but "cwd ~/x[1]" would work since it was globbed due to the ~ character. Also, "cwd ~/x[12]" used to arbitarily work as it used the first expansion (ie: x1) without an error. Make it return '550 ambiguous' instead of '550 not found' so that the user can see the difference. For LIST, just use the user supplied string as the popen does the glob. Problem noticed by: Ajay Mittal <amittal@iprg.nokia.com>
Diffstat (limited to 'sys/kern/kern_malloc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud