cvs commit: src/sys/kern sys_generic.c

2008-09-23 Thread David E. O'Brien
obrien 2008-09-23 14:25:38 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: SVN rev 183297 on 2008-09-23 14:25:38Z by obrien Reverse if() logic to improve readability. Reviewed by:ru Revision ChangesPath 1.165 +3 -4

cvs commit: src/sys/kern sys_generic.c

2008-03-19 Thread Jeff Roberson
jeff2008-03-19 07:33:16 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: - Remove stale comment. - In the last revision the code was changed to use maxfilesperproc rather than the per-process file limit to restrict the size of the p

cvs commit: src/sys/kern sys_generic.c vfs_syscalls.c src/sys/vm vm_mmap.c

2007-07-04 Thread Peter Wemm
peter 2007-07-04 22:57:21 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c vfs_syscalls.c sys/vm vm_mmap.c Log: Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate Approved by: re (kensmith) Revision C

cvs commit: src/sys/kern sys_generic.c

2007-04-30 Thread Alan Cox
alc 2007-05-01 06:35:55 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Remove unneeded include files. Revision ChangesPath 1.156 +0 -2 src/sys/kern/sys_generic.c ___ cvs-all@f

cvs commit: src/sys/kern sys_generic.c

2007-03-05 Thread Bruce M Simpson
bms 2007-03-05 11:17:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern sys_generic.c Log: MFC rev 1.152: Do not dispatch SIGPIPE from the generic write path for a socket; with this patch the code behaves according to the comm

Re: cvs commit: src/sys/kern sys_generic.c

2007-03-01 Thread John Baldwin
On Thursday 01 March 2007 14:20, Bruce M Simpson wrote: > bms 2007-03-01 19:20:25 UTC > > FreeBSD src repository > > Modified files: > sys/kern sys_generic.c > Log: > Do not dispatch SIGPIPE from the generic write path for a socket; with > this patch the code be

cvs commit: src/sys/kern sys_generic.c

2007-03-01 Thread Bruce M Simpson
bms 2007-03-01 19:20:25 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Do not dispatch SIGPIPE from the generic write path for a socket; with this patch the code behaves according to the comment on the line above. Without this patch,

cvs commit: src/sys/kern sys_generic.c

2006-10-14 Thread Ruslan Ermilov
ru 2006-10-14 19:01:56 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Prevent IOC_IN with zero size argument (this is only supported if backward copatibility options are present) from attempting to free memory that wasn't allocated. T

cvs commit: src/sys/kern sys_generic.c vfs_aio.c

2006-01-06 Thread John Baldwin
jhb 2006-01-06 16:34:22 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c vfs_aio.c Log: Return error from fget_write() rather than hardcoding EBADF now that fget_write() DTRT. Requested by: bde Revision ChangesPath 1.148 +

cvs commit: src/sys/kern sys_generic.c

2006-01-05 Thread John Baldwin
jhb 2006-01-05 22:20:31 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Remove XXX comments complaining that write(2) on a read-only descriptor returns EBADF. That errno is correct and is mandated by POSIX. It also goes back to revisio