66934 | 19-Apr-1994 |
bostic |
spell |
66933 | 19-Apr-1994 |
bostic |
spell |
66932 | 19-Apr-1994 |
bostic |
spell |
66931 | 19-Apr-1994 |
bostic |
spell |
66930 | 19-Apr-1994 |
bostic |
spell |
66929 | 19-Apr-1994 |
bostic |
spell |
66928 | 19-Apr-1994 |
bostic |
spell |
66849 | 17-Apr-1994 |
bostic |
move zopen(3) out of the C library, to here; the interface is wrong for the C library, and I don't have time to fix it |
66839 | 16-Apr-1994 |
bostic |
Fixed the most major defect in fnmatch(): backslash-escape processing in bracket expressions. Implement the FNM_PERIOD flag. Random ANSI C cleanups, KNF, prettiness police From: conklin@ngai.kaleida.
Fixed the most major defect in fnmatch(): backslash-escape processing in bracket expressions. Implement the FNM_PERIOD flag. Random ANSI C cleanups, KNF, prettiness police From: conklin@ngai.kaleida.com (J.T. Conklin)
show more ...
|
66832 | 16-Apr-1994 |
bostic |
setgroups now takes gid_t's, they are 32-bits |
66830 | 16-Apr-1994 |
bostic |
getgroups now takes gid_t's, they are 32-bits |
66828 | 16-Apr-1994 |
bostic |
strvis, strvisx are links to vis |
66826 | 16-Apr-1994 |
bostic |
delete reference to wordexp(3), rearrange section order |
66822 | 16-Apr-1994 |
bostic |
make setreuid and setregid take uid_t/gid_t's, for consistency with the C library source code. From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU> |
66814 | 16-Apr-1994 |
bostic |
typo |
66813 | 16-Apr-1994 |
bostic |
ANSI C cleanups |
66811 | 16-Apr-1994 |
bostic |
Fix obscure bug where the working directory would not be restored to its proper place (occurs if one of fts_open()'s arguments is a relative path to a empty directory). From: conklin@ngai.kaleida.com
Fix obscure bug where the working directory would not be restored to its proper place (occurs if one of fts_open()'s arguments is a relative path to a empty directory). From: conklin@ngai.kaleida.com (J.T. Conklin)
show more ...
|
66798 | 15-Apr-1994 |
mckusick |
add return values |
66731 | 07-Apr-1994 |
bostic |
typo |
66697 | 03-Apr-1994 |
bostic |
sigsetops is in section 3 |
66665 | 02-Apr-1994 |
bostic |
1.74 -- not going to get the Alpha port into Lite |
66664 | 02-Apr-1994 |
pendry |
16 isn't the iov limit, it's UIO_MAXIOV |
66624 | 02-Apr-1994 |
bostic |
use __progname instead of argv[0] for error messages |
66591 | 01-Apr-1994 |
bostic |
bring stat(2) up to date w.r.t. sys/stat.h |
66572 | 01-Apr-1994 |
bostic |
delete extra EACESS |