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