Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



explorer
Tue Aug 13 03:54:02 EDT 1996
Update of /a/cvsroot/src/lib/libc/stdio
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13819

Modified Files:
        refill.c 
Log Message:
Cute little bug with operator precedence in our stdio code.  It appears
that flushing wasn't done right when input buffers were refilled, due
to a check like
        if (foo == _A | _B) which, since _A and _B are both != 0, always
evaluates to true.

Found by proven%cygnus.com@localhost


jonathan
Tue Aug 13 03:55:51 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dist
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13865

Revision/Branch: netbsd-1-2

Modified Files:
        get 
Log Message:
Commit changes used to build 1.2 miniroot:
add fsck_ffs, gzip, gunzip, and tar to miniroot.


jonathan
Tue Aug 13 03:58:45 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13901

Revision/Branch: netbsd-1-2

Modified Files:
        conf.c 
Log Message:
Add cdev entry for the lkm control device, and reserve bdevsw and devsw
slots for LKMs.




Home | Main Index | Thread Index | Old Index