History log of /csrg-svn/lib/libc/gen/ (Results 1 – 25 of 1205)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6932409-May-1995 mckusick

add information about CTL_VFS

6926904-May-1995 mckusick

add getvfsbyname

6926704-May-1995 mckusick

it is known as getbfsbyname

6926304-May-1995 mckusick

vfc_index => vfc_typenum

6920203-May-1995 mckusick

sigsetjmp must be written in assembly language

6919303-May-1995 mckusick

document bidirectional popens

6919203-May-1995 mckusick

lint

6919103-May-1995 mckusick

allow popen to use openmode "r+" to specify two way communication

6918503-May-1995 mckusick

correctly describe return value

6913601-May-1995 mckusick

POSIX.1, section 5.1.2.4 states that NULL is to be returned from
opendir() and errno is to be set to ENOTDIR if "A component of dirname
is not a directory". This requires the file descriptor to be s

POSIX.1, section 5.1.2.4 states that NULL is to be returned from
opendir() and errno is to be set to ENOTDIR if "A component of dirname
is not a directory". This requires the file descriptor to be stat'd
to ensure that it is a directory. (from J.T. Conklin)

show more ...

6912129-Apr-1995 bostic

change devname(3) to return NULL on error, not "??"

6911029-Apr-1995 bostic

Operator precedence bug, "setlogmask(LOG_UPTO(LOG_INFO))" wasn't
working.
From: Ted Lemon <mellon@fugue.com>

6909628-Apr-1995 bostic

wordexp(3) has never existed

6905028-Apr-1995 bostic

void *, not void; From: Craig Leres <leres@ee.lbl.gov>

6896727-Apr-1995 bostic

Null pointer dereference
From: Charles Hannum <mycroft@NetBSD.ORG>

6895327-Apr-1995 bostic

update, cleanup, lint for password field extraction
From: Chris Torek <torek@BSDI.COM>

6892227-Apr-1995 bostic

set errno to EINVAL if arguments incorrect
make pstat an int, not a union wait
don't close the file descriptor if we can't find it on our list
POSIX.2 explicitly disallows blocking SIGINT, SIGQUIT, S

set errno to EINVAL if arguments incorrect
make pstat an int, not a union wait
don't close the file descriptor if we can't find it on our list
POSIX.2 explicitly disallows blocking SIGINT, SIGQUIT, SIGHUP (see the
Rationale)
From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>

show more ...

6872103-Apr-1995 mckusick

date and time created 95/04/03 17:43:02 by mckusick

6872003-Apr-1995 mckusick

date and time created 95/04/03 17:43:01 by mckusick

6845527-Feb-1995 mckusick

missing comma

6824407-Feb-1995 bostic

wrong termination statement, could cause the environment to be trashed

6822303-Feb-1995 pendry

break getcwd into two layers.

6822203-Feb-1995 pendry

add realpath.0

6821902-Feb-1995 bostic

ignore ${PWD} unless it begins with a leading slash

6821831-Jan-1995 bostic

check $PWD first, if it's right, it's fast

12345678910>>...49