69324 | 09-May-1995 |
mckusick |
add information about CTL_VFS |
69269 | 04-May-1995 |
mckusick |
add getvfsbyname |
69267 | 04-May-1995 |
mckusick |
it is known as getbfsbyname |
69263 | 04-May-1995 |
mckusick |
vfc_index => vfc_typenum |
69202 | 03-May-1995 |
mckusick |
sigsetjmp must be written in assembly language |
69193 | 03-May-1995 |
mckusick |
document bidirectional popens |
69192 | 03-May-1995 |
mckusick |
lint |
69191 | 03-May-1995 |
mckusick |
allow popen to use openmode "r+" to specify two way communication |
69185 | 03-May-1995 |
mckusick |
correctly describe return value |
69136 | 01-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 ...
|
69121 | 29-Apr-1995 |
bostic |
change devname(3) to return NULL on error, not "??" |
69110 | 29-Apr-1995 |
bostic |
Operator precedence bug, "setlogmask(LOG_UPTO(LOG_INFO))" wasn't working. From: Ted Lemon <mellon@fugue.com> |
69096 | 28-Apr-1995 |
bostic |
wordexp(3) has never existed |
69050 | 28-Apr-1995 |
bostic |
void *, not void; From: Craig Leres <leres@ee.lbl.gov> |
68967 | 27-Apr-1995 |
bostic |
Null pointer dereference From: Charles Hannum <mycroft@NetBSD.ORG> |
68953 | 27-Apr-1995 |
bostic |
update, cleanup, lint for password field extraction From: Chris Torek <torek@BSDI.COM> |
68922 | 27-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 ...
|
68721 | 03-Apr-1995 |
mckusick |
date and time created 95/04/03 17:43:02 by mckusick |
68720 | 03-Apr-1995 |
mckusick |
date and time created 95/04/03 17:43:01 by mckusick |
68455 | 27-Feb-1995 |
mckusick |
missing comma |
68244 | 07-Feb-1995 |
bostic |
wrong termination statement, could cause the environment to be trashed |
68223 | 03-Feb-1995 |
pendry |
break getcwd into two layers. |
68222 | 03-Feb-1995 |
pendry |
add realpath.0 |
68219 | 02-Feb-1995 |
bostic |
ignore ${PWD} unless it begins with a leading slash |
68218 | 31-Jan-1995 |
bostic |
check $PWD first, if it's right, it's fast |