aboutsummaryrefslogtreecommitdiff
path: root/pflocal/mig-mutate.h
Commit message (Collapse)AuthorAgeFilesLines
* pflocal: Add support for access() on pipesSamuel Thibault2016-03-201-0/+6
| | | | | | | | | | | | | | bash's '<(' helper creates a pipe and gives /dev/fd/63 to the program, and gcc would then run access() on it. So we actually need to support at least some FS operations on pipes. * pflocal/fs.c: New file. * pflocal/mig-mutate.h (FILE_INTRAN, FILE_INTRAN_PAYLOAD, FILE_DESTRUCTOR, FILE_IMPORTS): New macros. * pflocal/sserver.c: Include "fs_S.h". (sock_demuxer): Call fs_server_routine. * pflocal/Makefile (SRCS): Add fs.c. (MIGSTUBS): Add fsServer.o.
* pflocal: add payload-aware intrans functionsJustus Winter2014-12-071-0/+3
| | | | | | * pflocal/mig-mutate.h: Add mutators. * pflocal/mig-decls.c (begin_using_sock_user_payload): New function. (begin_using_addr_payload): Likewise.
* (IO_SELECT_REPLY_PORT): New def.Miles Bader1996-01-151-0/+2
|
* entered into RCSMiles Bader1995-07-161-4/+4
|
* Formerly mig-mutate.h.~2~Miles Bader1995-07-141-9/+10
|
* Initial revisionMiles Bader1995-07-141-0/+30