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
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
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
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
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
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
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,
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
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 +
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
10 matches
Mail list logo