Home | History | Annotate | Download | only in pud
History log of /src/sys/dev/pud/pud.c
RevisionDateAuthorComments
 1.11  08-Jul-2011  mrg avoid some uninitialised variable warnings.
 1.10  07-Feb-2011  jakllsch Third argument of MODULE() is typically a string literal.
Moreover it (at least sometimes) didn't build otherwise.
 1.9  28-Jan-2011  haad Add support for building pud as module. Do it in a same way how putter is
done.
 1.8  18-Mar-2009  cegger branches: 1.8.4; 1.8.6; 1.8.8;
Ansify function definitions w/o arguments. Generated with sed.
 1.7  20-Jan-2009  drochner branches: 1.7.2;
Change major()/minor() to return 32-bit types again, called
devmajor_t/devminor_t, as proposed on tech-kern.
This avoids 64-bit arithmetics and 64-bit printf formats in parts
of the kernel where it is not really useful, and helps clarity.
 1.6  28-Nov-2007  pooka branches: 1.6.4; 1.6.12; 1.6.14; 1.6.24; 1.6.32;
one more lock to destroy
 1.5  28-Nov-2007  pooka * version the registration interface
* destroy all created locks
 1.4  22-Nov-2007  pooka PUD_CONF_IOCTL is a goner. Noticed by dillo.
 1.3  21-Nov-2007  pooka branches: 1.3.2;
Add support for block devices.
 1.2  21-Nov-2007  dogcow silence, might be used uninitialized warning!
 1.1  20-Nov-2007  pooka Add initial support for userspace block/char device drivers. This
is a very rough cut supporting only open/close/read/write for char
devices for the time being. It also takes some extra liberties in
error value processing wrt. to the request-response protocol, but
that will be fixed later. On the bright side, I haven't managed
to crash my test kernel in several hours with this anymore, so it
can be considered extra-stable ... All in all this is remarkably
similar to puffs from multiple angles (well, actually, big surprise
there) and these two will share more and more code in the future.

The hardest part, coming up with the name, was done by agc. I'm
not exactly sure what "pud" is supposed to stand for, but if my
British is anything close to par, I understand that "pud" over
there can stand for just about anything, so it's a safe bet.
 1.3.2.4  03-Dec-2007  joerg Sync with HEAD.
 1.3.2.3  27-Nov-2007  joerg Sync with HEAD. amd64 Xen support needs testing.
 1.3.2.2  21-Nov-2007  joerg Sync with HEAD.
 1.3.2.1  21-Nov-2007  joerg file pud.c was added on branch jmcneill-pm on 2007-11-21 21:55:43 +0000
 1.6.32.2  28-Apr-2009  skrll Sync with HEAD.
 1.6.32.1  03-Mar-2009  skrll Sync with HEAD.
 1.6.24.1  04-May-2009  yamt sync with head.
 1.6.14.2  09-Jan-2008  matt sync with HEAD
 1.6.14.1  28-Nov-2007  matt file pud.c was added on branch matt-armv6 on 2008-01-09 01:54:18 +0000
 1.6.12.2  28-Nov-2007  pooka one more lock to destroy
 1.6.12.1  28-Nov-2007  pooka file pud.c was added on branch mjf-devfs on 2007-11-28 17:02:00 +0000
 1.6.4.2  07-Dec-2007  yamt sync with head
 1.6.4.1  28-Nov-2007  yamt file pud.c was added on branch yamt-lazymbuf on 2007-12-07 17:31:01 +0000
 1.7.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.8.1  08-Feb-2011  bouyer Sync with HEAD
 1.8.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.8.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed