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 Do not call VOP_GETATTR in getdents function. It does not serve any 2003-11-19 04:12:32 +00:00
linux_getcwd.c Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. 2003-11-17 18:57:20 +00:00
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 Back out the following revisions: 2003-11-05 01:53:10 +00:00
linux_ipc.h
linux_mib.c Use __FBSDID(). 2003-06-10 21:29:12 +00:00
linux_mib.h
linux_misc.c Locking for the per-process resource limits structure. 2004-02-04 21:52:57 +00:00
linux_signal.c Use __FBSDID(). 2003-06-10 21:29:12 +00:00
linux_signal.h
linux_socket.c Quick fix for LINT breakage caused by interface changes in accept(2), etc. 2003-12-25 09:59:02 +00:00
linux_socket.h
linux_stats.c Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
linux_sysctl.c Use __FBSDID(). 2003-06-10 21:29:12 +00:00
linux_uid16.c Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16(); 2003-10-21 11:00:33 +00:00
linux_util.c VOP_GETATTR() wants the vnode passed to it to be locked. Instead 2004-01-14 22:38:03 +00:00
linux_util.h