Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Fri, 12 Apr 1996 19:30:05 -0400 (EDT)
thorpej
Fri Apr 12 16:21:41 PDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv20700
Modified Files:
kern_sysctl.c
Log Message:
Fix __sysctl() to return the proper value to the caller, to match
documented behavior. sysctl(3) is documented to return 0 on success,
-1 on failure. The previous behavior was to return -1 on failure
and the number of bytes copied back down to user space.
Fixes part of PR #1999, from Kevin M. Lahey <kml%nas.nasa.gov@localhost>
cgd
Fri Apr 12 19:27:07 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv20779
Modified Files:
lca_pci.c
Log Message:
"Do over." Throw the old file away, replace it with a version hacked
from the current apecs_pci.c. This new version hopefully works for
the same sets of devices that that previous one did, and hopefully
will work for multi-function devices and for secondary PCI busses as
well. (looking at the code, there was no way the old one could have!)
Home |
Main Index |
Thread Index |
Old Index