summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/dev
AgeCommit message (Collapse)AuthorFilesLines
2007-03-166502778 devnames has some problems with node creation and deletionjg3-39/+78
6529779 subdirectories under /dev get created too late
2007-03-026523265 sdev_vnops.c uses fs_sync for its fsync VOP routinejg2-9/+13
6523273 Several vnode operations have the wrong signature in sdev_vnops.c & sdev_ptsops.c
2007-01-186445040 add_drv/update_drv/rem_drv should use advisory record lockingvikram1-1/+23
6467524 Add a check to /dev/pts code to test for realvp 6509851 change name of PT_OWNER ioctl to OWNERPT
2006-11-176491034 dev: lint cleanupjg5-50/+12
6491042 devfs: lint cleanup 6491045 devinfo: lint cleanup
2006-10-316477948 devnames doesn't actually persist device ownership for non-global mountsllai11-1/+2
2006-09-256466789 decouple devices cache management implementation from consumersjg1-35/+230
--HG-- rename : usr/src/uts/common/os/devctl.c => usr/src/uts/common/os/devcache.c rename : usr/src/uts/common/sys/devctl_impl.h => usr/src/uts/common/sys/devcache_impl.h
2006-09-156455629 dev filesystem rename support incomplete (fix lint)llai11-1/+0
2006-09-146467958 inappropriate error message displayed from Devfsadmllai13-170/+240
6455629 dev filesystem rename support incomplete
2006-09-056464694 assert failure during "ls $ZONEROOT/dev/pts"szhou2-4/+6
2006-08-25PSARC/2003/246 Filesystem Driven Device Namingllai18-0/+8578
5050715 logical device names not created during early boot 6292952 devfsadm mishandles optarg 6362924 devfsadm secondary link generation is not zones aware 6413127 Integrate the Devname Project 6464196 bfu should remove pt_chmod, obsoleted by /dev filesystem --HG-- rename : usr/src/cmd/pt_chmod/Makefile => deleted_files/usr/src/cmd/pt_chmod/Makefile rename : usr/src/cmd/pt_chmod/pt_chmod.c => deleted_files/usr/src/cmd/pt_chmod/pt_chmod.c