cvs commit: src/sys/compat/linux linux_stats.c linux_util.c

2008-06-02 Thread Ed Schouten
ed 2008-06-02 08:40:21 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c linux_util.c Log: SVN rev 179486 on 2008-06-02 08:40:06Z by ed Push down the major/minor conversion for pts/%u to improve consistency. In the mpsafetty branch, Linu

cvs commit: src/sys/compat/linux linux_stats.c

2008-01-09 Thread Konstantin Belousov
kib 2008-01-09 16:07:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/linux linux_stats.c Log: MFC rev. 1.89, 1.90: Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. Revision ChangesPath 1.72.2.8 +

cvs commit: src/sys/compat/linux linux_stats.c

2008-01-09 Thread Konstantin Belousov
kib 2008-01-09 16:03:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/compat/linux linux_stats.c Log: MFC rev. 1.89, 1.90: Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. Approved by:re (kensmith) Re

cvs commit: src/sys/compat/linux linux_stats.c

2008-01-09 Thread Konstantin Belousov
kib 2008-01-09 15:30:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/compat/linux linux_stats.c Log: MFC rev. 1.89, 1.90: Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. Approved by:re (kensmith) Revi

cvs commit: src/sys/compat/linux linux_stats.c

2008-01-05 Thread Konstantin Belousov
kib 2008-01-05 12:36:35 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: After applying LCONVPATH() to the path, do use the converted path instead of original user-mode string in the linux_stat() and linux_lstat() syscalls. Tested by

cvs commit: src/sys/compat/linux linux_stats.c

2007-12-29 Thread Konstantin Belousov
kib 2007-12-29 14:25:29 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. Without it, code has two problems: - behaviour of the old and new [l]stat are different w

cvs commit: src/sys/compat/linux linux_stats.c

2007-03-05 Thread Robert Watson
rwatson 2007-03-06 07:39:12 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: In translate_path_major_minor(), do not calculate otherwise unused 'fp' variable, avoiding an extra locking of the file descriptor array. Revision ChangesPat

cvs commit: src/sys/compat/linux linux_stats.c

2006-12-04 Thread Jung-uk Kim
jkim2006-12-04 22:38:52 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: MFP4: 109652 Fixes for 'blocking in fifoor state' problem of LTP tests. linux_*stat*() functions were opening files with O_RDONLY to get major/minor pair for ch

cvs commit: src/sys/compat/linux linux_stats.c

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 19:08:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/linux linux_stats.c Log: Forgot to bring this fix into my commit tree to include opt_compat.h. This should unbreak the amd64 build. Revision ChangesPath

cvs commit: src/sys/compat/linux linux_stats.c

2006-05-16 Thread Doug Ambrisko
ambrisko2006-05-16 17:57:01 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix file leaking in translate_path_major_minor. Revision ChangesPath 1.83 +6 -2 src/sys/compat/linux/linux_stats.c

cvs commit: src/sys/compat/linux linux_stats.c

2006-05-05 Thread Doug Ambrisko
ambrisko2006-05-05 16:17:59 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix the the duplicate cut-n-paste in linux_fstat64 pointed out by Alexander Leidinger. I forget to fix it in this version. Revision ChangesPath 1.81

cvs commit: src/sys/compat/linux linux_stats.c

2006-03-12 Thread Jeff Roberson
jeff2006-03-13 03:04:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/linux linux_stats.c Log: MFC Rev 1.75 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by:re (scottl) Revisi

cvs commit: src/sys/compat/linux linux_stats.c

2006-02-06 Thread Jeff Roberson
jeff2006-02-06 10:10:42 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: - Remove ifdef disabled code that doesn't have a chance of working anymore. Revision ChangesPath 1.75 +0 -48 src/sys/compat/linux/linux_stats.c ___

cvs commit: src/sys/compat/linux linux_stats.c

2006-01-26 Thread Olivier Houchard
cognet 2006-01-26 21:48:50 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix a typo : deivce => device Spotted by: rwatson Revision ChangesPath 1.74 +1 -1 src/sys/compat/linux/linux_stats.c _