Searched hist:46676 (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_physio.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dkern_cons.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dkern_conf.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dkern_shutdown.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dvfs_aio.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dtty.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dvfs_export.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dvfs_subr.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_bmap.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
H A Dext2_vfsops.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/dev/snp/
H A Dsnp.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_bmap.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/vm/
H A Ddevice_pager.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/fs/cd9660/
H A Dcd9660_vfsops.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_file.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/share/mk/
H A Dbsd.dep.mkdiff 202579 Mon Jan 18 16:08:47 MST 2010 ru Allow the CTAGS to be set to something other than "gtags" or "ctags",
but assume it supports a ctags(1)-compatible syntax.

PR: 46676
Submitted by: Lyndon Nerenberg
MFC after: 3 days
/freebsd-11.0-release/sys/x86/x86/
H A Dautoconf.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/dev/pty/
H A Dpty.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/sys/
H A Dconf.hdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 46676 Sat May 08 06:40:31 MDT 1999 phk I got tired of seeing all the cdevsw[major(foo)] all over the place.

Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.

Completed in 1200 milliseconds