Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c2bedd42
Commit
c2bedd42
authored
Aug 28, 1991
by
Per Cederqvist
Browse files
Added RCS $I-d$ keywords.
parent
524dfac6
Changes
71
Hide whitespace changes
Inline
Side-by-side
src/server/ChangeLog
View file @
c2bedd42
Wed Aug 28 03:21:27 1991 Per Cederqvist (ceder at lysator)
* La till RCS-Id i alla k{llkodsfiler.
* prot-a-parse-arc-c.awk: "smalloc.h" heter <server/smalloc.h>.
* dbck-cache2.c heter nu dbck-cache.c.
* cache.c, end-of-atomic.c, lyskomd.c, ram-cache.c: Borttagna.
...
...
src/server/Makefile
View file @
c2bedd42
# $Id: Makefile,v 0.7 1991/08/28 02:22:07 ceder Exp $
TOPDIR
=
/usr/lyskom/src
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
@@ -7,8 +9,8 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \
prot-a-parse.h cache.h limits.h prot-a-send-async.h connections.h
\
log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h
\
manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h
\
minmax.h
smalloc.h
internal-connections.h mux-parse.h
\
std-disclaimer.h
internal-services.h mux.h text-garb.h
\
minmax.h internal-connections.h mux-parse.h
\
internal-services.h mux.h text-garb.h
\
version.incl cache-node.h
LIBS
=
-lisc
-lmisc
-llyskom-server
-lansi
-lresolv
...
...
src/server/admin.c
View file @
c2bedd42
...
...
@@ -3,6 +3,9 @@
*
* Administrative calls.
*/
static
char
*
rcsid
=
"$Id: admin.c,v 0.4 1991/08/28 02:22:05 ceder Exp $"
;
#include
<stdlib.h>
#include
"lyskomd.h"
#include
<kom-types.h>
...
...
src/server/admin.h
View file @
c2bedd42
/*
* $Id: admin.h,v 0.2 1991/08/28 02:22:04 ceder Exp $
*
* admin.h
*/
extern
Info
kom_info
;
src/server/async.h
View file @
c2bedd42
/*
* $Id: async.h,v 0.2 1991/08/28 02:22:02 ceder Exp $
*
* This file contains the parts of the async protocol that are common
* to the server and the client.
*/
...
...
src/server/cache-node.c
View file @
c2bedd42
...
...
@@ -4,6 +4,9 @@
* Used in diskomd.
*/
static
char
*
rcsid
=
"$Id: cache-node.c,v 0.5 1991/08/28 02:22:01 ceder Exp $"
;
#include
<stdio.h>
#include
<kom-types.h>
#include
"exp.h"
...
...
src/server/cache-node.h
View file @
c2bedd42
/*
* $Id: cache-node.h,v 0.4 1991/08/28 02:22:00 ceder Exp $
*
* cache-node.h
*/
...
...
src/server/cache.h
View file @
c2bedd42
/*
* $Id: cache.h,v 0.5 1991/08/28 02:21:58 ceder Exp $
*
* This file contains the cached data that the server stores.
* .h file created by ceder 1990-04-18
*/
...
...
src/server/call-switch.awk
View file @
c2bedd42
# $Id: call-switch.awk,v 0.2 1991/08/28 02:21:57 ceder Exp $
BEGIN
{
printf
(
"/* Don't edit this file - it is generated automatically"
);
printf
(
" from\n call-switch.awk and fncdef.txt */\n"
);
...
...
src/server/com-h.awk
View file @
c2bedd42
# $Id: com-h.awk,v 0.2 1991/08/28 02:21:56 ceder Exp $
BEGIN
{
printf
(
"/*\n"
);
printf
(
" * Don't edit this file! It is generated from fncdef.txt\n"
);
...
...
src/server/conference.c
View file @
c2bedd42
...
...
@@ -4,6 +4,9 @@
* All atomic calls that deals with conferences.
*/
static
char
*
rcsid
=
"$Id: conference.c,v 0.9 1991/08/28 02:21:54 ceder Exp $"
;
#include
<time.h>
#include
<ctype.h>
#include
<stdlib.h>
...
...
src/server/connections.c
View file @
c2bedd42
...
...
@@ -6,6 +6,9 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.8 1991/08/28 02:21:52 ceder Exp $"
;
#include
<errno.h>
#include
<setjmp.h>
#include
<sys/types.h>
...
...
src/server/connections.h
View file @
c2bedd42
/*
/*
* $Id: connections.h,v 0.4 1991/08/28 02:21:51 ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
* Requires kom-types.h, com.h
...
...
src/server/dbck-cache.c
View file @
c2bedd42
...
...
@@ -8,6 +8,9 @@
* Also save time as a time_t instead of a struct tm.
*/
static
char
*
rcsid
=
"$Id: dbck-cache.c,v 0.4 1991/08/28 02:21:49 ceder Exp $"
;
/*
* All functions that can fail sets kom_errno to a suitable value
* if they fail.
...
...
src/server/dbck-cache.h
View file @
c2bedd42
/*
* $Id: dbck-cache.h,v 0.2 1991/08/28 02:21:48 ceder Exp $
*
*/
extern
void
cached_flush_text
(
Text_no
text_no
,
String
message
);
...
...
src/server/dbck.c
View file @
c2bedd42
...
...
@@ -4,6 +4,9 @@
* Author: Per Cederqvist.
*/
static
char
*
rcsid
=
"$Id: dbck.c,v 0.3 1991/08/28 02:21:46 ceder Exp $"
;
#include
<stdarg.h>
#include
<stdio.h>
#include
<stdlib.h>
...
...
src/server/disk-cache.h
View file @
c2bedd42
/*
* $Id: disk-cache.h,v 0.2 1991/08/28 02:21:45 ceder Exp $
*
*/
/* Returns TRUE when the sync is ready. */
Bool
sync_part
(
void
);
...
...
src/server/disk-end-of-atomic.c
View file @
c2bedd42
...
...
@@ -12,6 +12,9 @@
* to forget old texts.
*/
static
char
*
rcsid
=
"$Id: disk-end-of-atomic.c,v 0.4 1991/08/28 02:21:44 ceder Exp $"
;
#include
<kom-types.h>
#include
<server/smalloc.h>
#include
"text-garb.h"
...
...
src/server/end-of-atomic.h
View file @
c2bedd42
/*
* $Id: end-of-atomic.h,v 0.2 1991/08/28 02:21:42 ceder Exp $
*
* end-of-atomic.c
*/
...
...
src/server/exp.h
View file @
c2bedd42
/*
* $Id: exp.h,v 0.2 1991/08/28 02:21:41 ceder Exp $
*
*/
#define EXPORT
#define INTERNAL static
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment