index
:
teythoon/hurd.git
introspection-2015-09-11
justus/gpg-0
justus/la-merge-0
master
unprivileged-subhurds-2016-09-04
unprivileged-subhurds-2016-10-27
Personal Hurd development repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpipe
/
pipe.c
Age
Commit message (
Expand
)
Author
2016-06-01
Fix pipe_send() with no data
Richard Braun
2015-09-11
Fix detection of terminated dgram pflocal server
Samuel Thibault
2014-12-10
Replace `bzero' with `memset'
Justus Winter
2014-06-30
libpipe: fix spurious calls to pipe_send
Richard Braun
2014-06-28
Revert "libpipe: fix calls to pipe_send with no data"
Richard Braun
2014-06-28
libpipe: fix calls to pipe_send with no data
Richard Braun
2014-05-26
Avoid compiler warning about empty bodies
Justus Winter
2013-09-21
Fix gcc warning
Samuel Thibault
2013-02-28
Add io_select_timeout to the io interface
Richard Braun
2012-11-27
Switch from cthreads to pthreads
Richard Braun
2012-11-24
Remove condition implications
Richard Braun
1998-10-20
Add braces to silence gcc warnings.
Roland McGrath
1996-01-14
(pipe_send):
Miles Bader
1995-09-14
(_pipe_no_readers): REALLY wake up writers when the pipe breaks.
Miles Bader
1995-09-01
(_pipe_no_readers): Wake up write selects too when the pipe breaks.
Miles Bader
1995-08-31
`pipe_pair_select_read_write' --> `pipe_pair_select'.
Miles Bader
1995-08-31
(pipe_send): Make writes blockable.
Miles Bader
1995-08-29
(pipe_send): Use condition_broadcast, not condition_signal.
Miles Bader
1995-08-29
(pipe_create): Don't initialize interrupt_seq_num field.
Miles Bader
1995-08-29
`aquire' -> `acquire'.
Miles Bader
1995-08-15
(pipe_create): Initialize READERS & WRITERS, not REFS.
Miles Bader
1995-08-01
(pipe_recv): Get rid of code to deal with getting the source address from the
Miles Bader
1995-07-31
(pipe_recv): Assert that a control packet should only have a source address
Miles Bader
1995-07-26
Initial revision
Miles Bader