cvs commit: src/sys/dev/snp snp.c

2008-09-19 Thread Ed Schouten
ed 2008-09-19 10:21:30 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: SVN rev 183180 on 2008-09-19 10:21:30Z by ed Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR. kib@ and I have decided we will MFC the

cvs commit: src/sys/dev/snp snp.c

2008-01-03 Thread Konstantin Belousov
kib 2008-01-03 12:31:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp-snp_tty would be overwritten,

cvs commit: src/sys/dev/snp snp.c

2008-01-03 Thread Konstantin Belousov
kib 2008-01-04 04:53:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp-snp_tty would be overwritten,

cvs commit: src/sys/dev/snp snp.c

2007-12-24 Thread Konstantin Belousov
kib 2007-12-24 13:47:16 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Move the check for the snp device being already attached after the fget() call, that is sleeping point, and possibly dropping Giant. The snp_target == NULL implies the

cvs commit: src/sys/dev/snp snp.c

2007-12-03 Thread Konstantin Belousov
kib 2007-12-03 14:02:27 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp-snp_tty would be overwritten, while the tty line discipline still set to the

cvs commit: src/sys/dev/snp snp.c

2007-07-05 Thread Konstantin Belousov
kib 2007-07-05 13:07:13 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev() to not call destroy_dev_sched(). Tested by: Peter Holm Approved by:re (kensmith)

cvs commit: src/sys/dev/snp snp.c

2007-07-03 Thread Konstantin Belousov
kib 2007-07-03 17:43:56 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from snp clone handler. Drain clone events and cdev destruction from the module unload handler. Debugging help and

cvs commit: src/sys/dev/snp snp.c

2007-03-23 Thread Craig Rodrigues
rodrigc 2007-03-23 22:48:44 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Switch to ANSI function declarations. Revision ChangesPath 1.103 +16 -54src/sys/dev/snp/snp.c ___