CVS log for misc/emlog/emlog.c |
 |
|
Up to [CENS] / misc / emlog
Request diff between arbitrary revisions
/ Display revisions graphically
/ Jump to LXR
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Aug 3 19:53:32 2002 UTC (7 years, 3 months ago) by jelson
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
to selected 1.8
Nicu Pavel - 2 patches for 2.4.18 compiling
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 8 20:59:47 2002 UTC (7 years, 8 months ago) by jelson
Branch:
MAIN
Changes since 1.10: +4 -5 lines
Diff to previous 1.10
to selected 1.8
Checked for MODVERSIONS after the linux includes... duh
Added a .cvsignore file
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 17:04:07 2001 UTC (7 years, 11 months ago) by jelson
Branch:
MAIN
Changes since 1.9: +8 -7 lines
Diff to previous 1.9
to selected 1.8
freed the info struct in free_einfo
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Aug 30 05:20:40 2001 UTC (8 years, 2 months ago) by jelson
Branch:
MAIN
Changes since 1.8: +3 -4 lines
Diff to previous 1.8
comment changes
Revision
1.8
/
(as text)
/
(view)
- annotate
- [selected]
, Thu Aug 30 05:11:05 2001 UTC (8 years, 2 months ago) by jelson
Branch:
MAIN
Changes since 1.7: +13 -7 lines
Diff to previous 1.7
Moved MOD_INC_USE_COUNT up to the top of emlog_open, with a corresponding
MOD_DEC_USE_COUNT at the end of that function if it's returning ane error.
Based on Rubini's book which mentioned that a module could conceivably
be removed *inside* the open callback!
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 13 20:29:20 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
CVS Tags:
emlog_040
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
to selected 1.8
The einfo structure now keeps track of both inode number and device number,
to guarantee that all buffers are kept track of uniquely throughout the
system
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 13 20:12:48 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
Changes since 1.5: +29 -27 lines
Diff to previous 1.5
to selected 1.8
Took out the call to schedule() that we were doing after a write to the
log, since it didn't seem to have any effect on the reliability of
streaming data but still ends up costing the calling process some time.
Banner including version number now emitted to kernel log when module
is inserted. Added version number constant to header file.
General cleanup: more consistent use of macros, etc.
Now compiles cleanly with -Wall (why didn't I do this before?)
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 13 07:10:18 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
Changes since 1.4: +82 -55 lines
Diff to previous 1.4
to selected 1.8
First pass at an emlog that knows how to keep reader-specific offsets
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 13 05:01:31 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
to selected 1.8
Now use vmalloc instead of kmalloc for emlog's buffer allocation
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 13 04:51:45 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
Changes since 1.2: +4 -7 lines
Diff to previous 1.2
to selected 1.8
Added MODVERSIONS support
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 1 09:24:52 2001 UTC (8 years, 8 months ago) by jelson
Branch:
MAIN
Changes since 1.1: +34 -17 lines
Diff to previous 1.1
to selected 1.8
Implemented poll()/select()
Fixed a bug: all instances were sharing a single waitq!
Now compiles with linux 2.4
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jun 6 08:11:13 2000 UTC (9 years, 5 months ago) by jelson
Branch:
MAIN
CVS Tags:
emlog_020
Diff
to selected 1.8
emlog -- the first version
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.