index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpipe
/
pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix const warnings
Samuel Thibault
2022-01-17
1
-3
/
+3
*
libpipe: Enforce write_limit for large writes
Samuel Thibault
2020-08-07
1
-15
/
+44
*
pflocal: Add support for setsockopt(SO_{RECV,SND}BUF)
Samuel Thibault
2020-06-27
1
-12
/
+19
*
Use our own variant of 'assert' and 'assert_perror'.
Justus Winter
2017-08-05
1
-2
/
+2
*
Fix pipe_send() with no data
Richard Braun
2016-06-01
1
-1
/
+4
*
Fix detection of terminated dgram pflocal server
Samuel Thibault
2015-09-11
1
-9
/
+8
*
Replace `bzero' with `memset'
Justus Winter
2014-12-10
1
-3
/
+3
*
libpipe: fix spurious calls to pipe_send
Richard Braun
2014-06-30
1
-1
/
+5
*
Revert "libpipe: fix calls to pipe_send with no data"
Richard Braun
2014-06-28
1
-1
/
+1
*
libpipe: fix calls to pipe_send with no data
Richard Braun
2014-06-28
1
-1
/
+1
*
Avoid compiler warning about empty bodies
Justus Winter
2014-05-26
1
-1
/
+3
*
Fix gcc warning
Samuel Thibault
2013-09-21
1
-0
/
+1
*
Add io_select_timeout to the io interface
Richard Braun
2013-02-28
1
-5
/
+11
*
Switch from cthreads to pthreads
Richard Braun
2012-11-27
1
-38
/
+38
*
Remove condition implications
Richard Braun
2012-11-24
1
-14
/
+75
*
Add braces to silence gcc warnings.
Roland McGrath
1998-10-20
1
-26
/
+31
*
(pipe_send):
Miles Bader
1996-01-14
1
-1
/
+1
*
(_pipe_no_readers): REALLY wake up writers when the pipe breaks.
Miles Bader
1995-09-14
1
-1
/
+1
*
(_pipe_no_readers): Wake up write selects too when the pipe breaks.
Miles Bader
1995-09-01
1
-1
/
+4
*
`pipe_pair_select_read_write' --> `pipe_pair_select'.
Miles Bader
1995-08-31
1
-4
/
+4
*
(pipe_send): Make writes blockable.
Miles Bader
1995-08-31
1
-22
/
+168
*
(pipe_send): Use condition_broadcast, not condition_signal.
Miles Bader
1995-08-29
1
-2
/
+2
*
(pipe_create): Don't initialize interrupt_seq_num field.
Miles Bader
1995-08-29
1
-1
/
+0
*
`aquire' -> `acquire'.
Miles Bader
1995-08-29
1
-1
/
+1
*
(pipe_create): Initialize READERS & WRITERS, not REFS.
Miles Bader
1995-08-15
1
-15
/
+33
*
(pipe_recv): Get rid of code to deal with getting the source address from the
Miles Bader
1995-08-01
1
-16
/
+3
*
(pipe_recv): Assert that a control packet should only have a source address
Miles Bader
1995-07-31
1
-8
/
+20
*
Initial revision
Miles Bader
1995-07-26
1
-0
/
+246