cvs commit: src/sys/kern kern_descrip.c syscalls.master src/sys/sys kern_syscall.h

Joerg Sonnenberger joerg at britannica.bec.de
Fri Apr 8 01:38:58 PDT 2005


On Fri, Apr 08, 2005 at 01:31:06AM -0700, Joerg Sonnenberger wrote:
> joerg       2005/04/08 01:31:06 PDT
> 
> DragonFly src repository
> 
>   Modified files:
>     sys/kern             kern_descrip.c syscalls.master 
>     sys/sys              kern_syscall.h 
>   Log:
>   Add closefrom(2) syscall. It closes all file descriptors equal or greater
>   than the given descriptor.
>   
>   This function does exit and return EINTR, when necessary. Other errors from
>   close() are ignored.

I'm not sure if that is the best semantic or not. I'm open for suggestions.

Joerg





More information about the Commits mailing list