Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
971542c0
Commit
971542c0
authored
Sep 15, 1991
by
Linus Tolke Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added copyright note
parent
908b372b
Changes
110
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
110 changed files
with
2734 additions
and
94 deletions
+2734
-94
config/Makefile
config/Makefile
+24
-0
config/balance-config.h
config/balance-config.h
+25
-1
config/balance-defs.make
config/balance-defs.make
+25
-1
config/config-template.h
config/config-template.h
+25
-1
config/sun4os4-config.h
config/sun4os4-config.h
+25
-1
config/sun4os4-defs.make
config/sun4os4-defs.make
+25
-1
src/include/Makefile
src/include/Makefile
+24
-0
src/include/compiler.h
src/include/compiler.h
+24
-0
src/include/config.h
src/include/config.h
+24
-0
src/include/debug.h
src/include/debug.h
+24
-0
src/include/kom-errno.h
src/include/kom-errno.h
+24
-0
src/include/kom-types.h
src/include/kom-types.h
+24
-0
src/include/misc-types.h
src/include/misc-types.h
+24
-0
src/include/server/Makefile
src/include/server/Makefile
+24
-0
src/include/server/smalloc.h
src/include/server/smalloc.h
+24
-0
src/include/services.h
src/include/services.h
+24
-0
src/libraries/Makefile
src/libraries/Makefile
+24
-0
src/libraries/libansi/Makefile
src/libraries/libansi/Makefile
+24
-0
src/libraries/libansi/strerror.c
src/libraries/libansi/strerror.c
+25
-1
src/libraries/libcommon/Makefile
src/libraries/libcommon/Makefile
+24
-0
src/libraries/libcommon/kom-errno.c
src/libraries/libcommon/kom-errno.c
+25
-1
src/libraries/libcommon/misc-parser.c
src/libraries/libcommon/misc-parser.c
+25
-1
src/libraries/libcommon/misc-parser.h
src/libraries/libcommon/misc-parser.h
+25
-1
src/libraries/libcommon/parser.c
src/libraries/libcommon/parser.c
+25
-1
src/libraries/libcommon/parser.h
src/libraries/libcommon/parser.h
+25
-1
src/libraries/libmisc/Makefile
src/libraries/libmisc/Makefile
+24
-0
src/libraries/libmisc/numlist.c
src/libraries/libmisc/numlist.c
+25
-1
src/libraries/libmisc/numlist.h
src/libraries/libmisc/numlist.h
+25
-1
src/libraries/libmisc/numlist2.c
src/libraries/libmisc/numlist2.c
+25
-1
src/libraries/libmisc/numlist2.h
src/libraries/libmisc/numlist2.h
+25
-1
src/libraries/libmisc/pom.c
src/libraries/libmisc/pom.c
+25
-1
src/libraries/libmisc/pom.h
src/libraries/libmisc/pom.h
+25
-1
src/libraries/libmisc/s-collat-tabs.c
src/libraries/libmisc/s-collat-tabs.c
+25
-1
src/libraries/libmisc/s-collat-tabs.h
src/libraries/libmisc/s-collat-tabs.h
+25
-1
src/libraries/libmisc/s-string.c
src/libraries/libmisc/s-string.c
+25
-1
src/libraries/libmisc/s-string.h
src/libraries/libmisc/s-string.h
+25
-1
src/libraries/libmisc/testnumlist.c
src/libraries/libmisc/testnumlist.c
+25
-1
src/libraries/libmisc/zmalloc.c
src/libraries/libmisc/zmalloc.c
+25
-1
src/libraries/libmisc/zmalloc.h
src/libraries/libmisc/zmalloc.h
+25
-1
src/server/Makefile
src/server/Makefile
+25
-1
src/server/admin.c
src/server/admin.c
+25
-1
src/server/admin.h
src/server/admin.h
+25
-1
src/server/async.h
src/server/async.h
+25
-1
src/server/cache-node.c
src/server/cache-node.c
+25
-1
src/server/cache-node.h
src/server/cache-node.h
+25
-1
src/server/cache.h
src/server/cache.h
+25
-1
src/server/call-switch.awk
src/server/call-switch.awk
+25
-1
src/server/com-h.awk
src/server/com-h.awk
+25
-1
src/server/conference.c
src/server/conference.c
+25
-1
src/server/connections.c
src/server/connections.c
+25
-1
src/server/connections.h
src/server/connections.h
+25
-1
src/server/dbck-cache.c
src/server/dbck-cache.c
+25
-1
src/server/dbck-cache.h
src/server/dbck-cache.h
+25
-1
src/server/dbck.c
src/server/dbck.c
+25
-1
src/server/disk-cache.h
src/server/disk-cache.h
+25
-1
src/server/disk-end-of-atomic.c
src/server/disk-end-of-atomic.c
+25
-1
src/server/end-of-atomic.h
src/server/end-of-atomic.h
+25
-1
src/server/exp.h
src/server/exp.h
+25
-1
src/server/fnc-def-init.awk
src/server/fnc-def-init.awk
+25
-1
src/server/fncdef.txt
src/server/fncdef.txt
+25
-1
src/server/internal-connections.c
src/server/internal-connections.c
+25
-1
src/server/internal-connections.h
src/server/internal-connections.h
+25
-1
src/server/internal-services.h
src/server/internal-services.h
+25
-1
src/server/isc-interface.h
src/server/isc-interface.h
+25
-1
src/server/isc-parse.c
src/server/isc-parse.c
+25
-1
src/server/isc-parse.h
src/server/isc-parse.h
+25
-1
src/server/kom-types.c
src/server/kom-types.c
+25
-1
src/server/log.c
src/server/log.c
+25
-1
src/server/log.h
src/server/log.h
+25
-1
src/server/logII.c
src/server/logII.c
+24
-0
src/server/lyskomd.h
src/server/lyskomd.h
+25
-1
src/server/manipulate.h
src/server/manipulate.h
+25
-1
src/server/membership.c
src/server/membership.c
+25
-1
src/server/memory.c
src/server/memory.c
+25
-1
src/server/memory.h
src/server/memory.h
+25
-1
src/server/minmax.h
src/server/minmax.h
+25
-1
src/server/missing-ansi.c
src/server/missing-ansi.c
+25
-1
src/server/mux-parse.c
src/server/mux-parse.c
+25
-1
src/server/mux-parse.h
src/server/mux-parse.h
+25
-1
src/server/mux.c
src/server/mux.c
+25
-1
src/server/mux.h
src/server/mux.h
+25
-1
src/server/person.c
src/server/person.c
+25
-1
src/server/prot-a-output.c
src/server/prot-a-output.c
+25
-1
src/server/prot-a-output.h
src/server/prot-a-output.h
+25
-1
src/server/prot-a-parse-arg-c.awk
src/server/prot-a-parse-arg-c.awk
+25
-1
src/server/prot-a-parse-arg-h.awk
src/server/prot-a-parse-arg-h.awk
+25
-1
src/server/prot-a-parse.c
src/server/prot-a-parse.c
+25
-1
src/server/prot-a-parse.h
src/server/prot-a-parse.h
+25
-1
src/server/prot-a-send-async.c
src/server/prot-a-send-async.c
+25
-1
src/server/prot-a-send-async.h
src/server/prot-a-send-async.h
+25
-1
src/server/prot-a.c
src/server/prot-a.c
+25
-1
src/server/prot-a.h
src/server/prot-a.h
+25
-1
src/server/ram-output.c
src/server/ram-output.c
+25
-1
src/server/ram-output.h
src/server/ram-output.h
+25
-1
src/server/ram-parse.c
src/server/ram-parse.c
+25
-1
src/server/ram-parse.h
src/server/ram-parse.h
+25
-1
src/server/ram-smalloc.c
src/server/ram-smalloc.c
+25
-1
src/server/ramkomd.c
src/server/ramkomd.c
+25
-1
src/server/send-async.c
src/server/send-async.c
+25
-1
src/server/send-async.h
src/server/send-async.h
+25
-1
src/server/server-config.c
src/server/server-config.c
+25
-1
src/server/session.c
src/server/session.c
+25
-1
src/server/simple-cache.c
src/server/simple-cache.c
+25
-1
src/server/string-malloc.c
src/server/string-malloc.c
+25
-1
src/server/string-malloc.h
src/server/string-malloc.h
+25
-1
src/server/text-garb.c
src/server/text-garb.c
+25
-1
src/server/text-garb.h
src/server/text-garb.h
+25
-1
src/server/text.c
src/server/text.c
+25
-1
src/server/tmp-limits.h
src/server/tmp-limits.h
+25
-1
src/server/version.incl
src/server/version.incl
+25
-1
No files found.
config/Makefile
View file @
971542c0
#
# $Id: Makefile,v 1.5 1991/09/15 10:34:05 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
config/balance-config.h
View file @
971542c0
/*
* $Id: balance-config.h,v 1.3 1991/09/12 15:47:13 ceder Exp $
* $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $
*
* This works on a Sequent Balance running Dynix 2.1.1.
*/
...
...
config/balance-defs.make
View file @
971542c0
# $Id: balance-defs.make,v 1.4 1991/09/13 21:45:23 linus Exp $
#
# $Id: balance-defs.make,v 1.5 1991/09/15 10:33:58 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: balance-defs.make,v 1.5 1991/09/15 10:33:58 linus Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
...
config/config-template.h
View file @
971542c0
/*
* $Id: config-template.h,v 1.4 1991/09/12 15:47:12 ceder Exp $
* $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $
*
* This is a generic configuration file for LysKOM.
*/
...
...
config/sun4os4-config.h
View file @
971542c0
/*
* $Id: sun4os4-config.h,v 1.3 1991/09/12 15:47:10 ceder Exp $
* $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $
*
* Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1.
* This is the configuration we are running at Lysator, so this is
...
...
config/sun4os4-defs.make
View file @
971542c0
# $Id: sun4os4-defs.make,v 1.5 1991/09/13 21:45:19 linus Exp $
#
# $Id: sun4os4-defs.make,v 1.6 1991/09/15 10:33:46 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: sun4os4-defs.make,v 1.6 1991/09/15 10:33:46 linus Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
...
src/include/Makefile
View file @
971542c0
#
# $Id: Makefile,v 0.10 1991/09/15 10:13:19 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
src/include/compiler.h
View file @
971542c0
/*
* $Id: compiler.h,v 0.2 1991/09/15 10:13:16 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* compiler.h
* Defines different macros depending on the compiler to
...
...
src/include/config.h
View file @
971542c0
/*
* $Id: config.h,v 0.3 1991/09/15 10:13:11 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* config.h
*
...
...
src/include/debug.h
View file @
971542c0
/*
* $Id: debug.h,v 0.2 1991/09/15 10:13:07 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#include "config.h"
/* DEBUG is defined there */
#ifdef DEBUG
#define BUG(s) if (buglevel > 0) printf s ;
...
...
src/include/kom-errno.h
View file @
971542c0
/*
* $Id: kom-errno.h,v 0.2 1991/09/15 10:13:03 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* kom_errno.h
*
...
...
src/include/kom-types.h
View file @
971542c0
/*
* $Id: kom-types.h,v 0.2 1991/09/15 10:12:59 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* KOM-types.h -- Types used by both server and client of LysKOM
*
...
...
src/include/misc-types.h
View file @
971542c0
/*
* $Id: misc-types.h,v 0.2 1991/09/15 10:12:55 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* misc-types.h -- Miscellaneous types and constants that are useful
* in many places in LysKOM, but are not very LysKOM-
...
...
src/include/server/Makefile
View file @
971542c0
#
# $Id: Makefile,v 0.10 1991/09/15 10:17:54 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
src/include/server/smalloc.h
View file @
971542c0
/*
* $Id: smalloc.h,v 0.2 1991/09/15 10:17:50 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* smalloc.h
*
...
...
src/include/services.h
View file @
971542c0
/*
* $Id: services.h,v 0.2 1991/09/15 10:12:50 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* services.h -- All the services the LysKOM server makes available
* for clients.
...
...
src/libraries/Makefile
View file @
971542c0
#
# $Id: Makefile,v 0.8 1991/09/15 10:19:40 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
src/libraries/libansi/Makefile
View file @
971542c0
#
# $Id: Makefile,v 0.12 1991/09/15 10:19:56 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
src/libraries/libansi/strerror.c
View file @
971542c0
/*
* $Id: strerror.c,v 0.5 1991/09/15 10:19:51 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* LysKOM is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with LysKOM; see the file COPYING. If not, write to
* Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
* or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
** strerror.c
*/
static
char
*
rcsid
=
"$Id: strerror.c,v 0.
4
1991/09/
04 15:38:16 ceder
Exp $"
;
static
char
*
rcsid
=
"$Id: strerror.c,v 0.
5
1991/09/
15 10:19:51 linus
Exp $"
;
#include <m-config.h>
...
...
src/libraries/libcommon/Makefile
View file @
971542c0
#
# $Id: Makefile,v 0.9 1991/09/15 10:23:02 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
src/libraries/libcommon/kom-errno.c
View file @
971542c0
/*
* $Id: kom-errno.c,v 0.3 1991/09/15 10:22:58 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
* LysKOM is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by