freebsd-dev/sys/compat/linux
Poul-Henning Kamp 816d62bbb9 Device megapatch 5/6:
Remove the unused second argument from udev2dev().

Convert all remaining users of makedev() to use udev2dev().  The
semantic difference is that udev2dev() will only locate a pre-existing
dev_t, it will not line makedev() create a new one.

Apart from the tiny well controlled windown in D_PSEUDO drivers,
there should no longer be any "anonymous" dev_t's in the system
now, only dev_t's created with make_dev() and make_dev_alias()
2004-02-21 21:32:15 +00:00
..
linux_file.c
linux_getcwd.c
linux_ioctl.c Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This 2004-02-19 12:38:12 +00:00
linux_ioctl.h Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This 2004-02-19 12:38:12 +00:00
linux_ipc.c
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c
linux_signal.c
linux_signal.h
linux_socket.c
linux_socket.h
linux_stats.c Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
linux_sysctl.c
linux_uid16.c
linux_util.c
linux_util.h