OpenBSD CVS

src/usr.bin/sdiff/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sdiff

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   18 years  otto   Move two functions to separate file; from Ray Lai; ok jaredy@
[TXT] common.c  1.4   17 years  ray   Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK mo...
[TXT] common.h  1.2   17 years  ray   Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK mo...
[TXT] edit.c  1.18   16 years  deraadt   - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by temporar...
[TXT] extern.h  1.4   17 years  ray   Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK mo...
[TXT] sdiff.1  1.15   16 years  jmc   *long* options are undocumented; ok ray
[TXT] sdiff.c  1.23   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg