Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-25 | Annoying unnecessary space. | Artur Grabowski | |
1999-11-21 | if select returns writable on a pipe, the write should not return | Theo de Raadt | |
EWOULDBLOCK. turns out the two checking conditions were not the same, and a certain use of rsync uncovered the bug by chewing all available cpu time; fix from art | |||
1999-10-29 | Use M_PIPE instead of M_TEMP. | Artur Grabowski | |
1999-10-29 | Remove the "Direct write" code. | Artur Grabowski | |
We never used it and some parts of it slowed the code down. Generally clean up the pipe code. | |||
1999-10-27 | Actually make ASYNC pipes generate SIGIO. | Niklas Hallqvist | |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski | |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos | |
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ | |||
1999-06-08 | better fd leak prevention | Theo de Raadt | |
1999-06-07 | need seperate sys_pipe() versions, for pipeclose() or soclose() calls | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-07 | oops, premature commit | Theo de Raadt | |
1999-06-07 | store NULL in fd_ofiles | Theo de Raadt | |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-16 | Move defining of PIPE_NODIRECT to pipe.h and conditionalize more code with it. | Artur Grabowski | |
This allows this code to compile on sparc. | |||
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-02-24 | OpenBSD tags | Niklas Hallqvist | |
1996-10-12 | Correct sys_pipe's 3rd arg type, alpha needs it | Niklas Hallqvist | |
1996-09-05 | compile! | Michael Shalayeff | |
1996-09-04 | Stylistic cleanup, like removing "static"s, and removing warnings | Niklas Hallqvist | |
given by -Wall -Wstrict-prototypes -Wmissing-prototypes | |||
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn | |
The old pipes can be used with the "OLD_PIPE" config option. |