Source-Changes archive

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

CVS commit: src/sys/rump



Module Name:    src
Committed By:   pooka
Date:           Thu Dec  3 15:06:04 UTC 2009

Modified Files:
        src/sys/rump/dev/lib/libcgd: component.c
        src/sys/rump/dev/lib/libnetsmb: component.c
        src/sys/rump/dev/lib/libraidframe: component.c
        src/sys/rump/dev/lib/librnd: component.c
        src/sys/rump/librump/rumpvfs: devnodes.c rump_vfs.c

Log Message:
* create /dev on the rump rootfs automatically
* make rump_vfs_makedevnodes() take a full basepath instead of hardcoding
  an assumption that the device node is created in /dev
  + the caller is responsible that the directory the nodes are being
    created in exists


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libcgd/component.c
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libnetsmb/component.c
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libraidframe/component.c
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/librnd/component.c
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpvfs/devnodes.c
cvs rdiff -u -r1.40 -r1.41 src/sys/rump/librump/rumpvfs/rump_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index