Age | Commit message (Collapse) | Author |
|
|
|
be bridged. Do the real work in a scheduled netisr.
|
|
others. syscall commit pending.
|
|
|
|
(don't forget that cpp is `lazy':
#define A B
#define B value
#if A == value
works, since A isn't extended before it's needed, by which time B is known)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the kernel in this
|
|
|
|
|
|
|
|
implement an ioctl to get a spoofed label even for disks that have
a label on them.
|
|
|
|
o all but vax are major 51
|
|
o make sure the led blinker doesn't have any extra bits
|
|
|
|
|
|
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
|
|
|
|
|
|
|
|
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk)
|
|
|
|
|
|
|
|
are just not disks!; from NetBSD (simonb)
|
|
|
|
|
|
2) 16 partitions
|
|
|
|
|
|
|
|
has those
|
|
|
|
|
|
|
|
|
|
|
|
|
|
you can now fix a label that is in the wrong place via:
disklabel rz0 >! foo ; disklabel -R rz0 foo
like disklabel says you can.
|