Skip to content

Commit fcbbc40

Browse files
committed
vlmcsd-svn1099-2016-10-25-Hotbird64
1 parent 936811f commit fcbbc40

39 files changed

+905
-306
lines changed

etc/vlmcsd.ini

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,17 @@
8787
;WhiteListingLevel = 0
8888

8989
# Check that the client time is within +/- 4 hours of the system time
90-
# Command Line: -c0, -c1
90+
# Command line: -c0, -c1
9191
;CheckClientTime = false
9292

93+
# Maintain a list of CMIDs
94+
# Command line: -M0, -M1
95+
;MaintainClients = false
96+
97+
# Start with empty CMID list (Requires MaintainClients = true)
98+
# Command line: -E0, -E1
99+
;StartEmpty = false
100+
93101
# Set activation interval to 2 hours
94102
# Command line: -A
95103
;ActivationInterval = 2h
@@ -107,7 +115,7 @@
107115
;group = vlmcsdgroup
108116

109117
# Disable or enable the NDR64 transfer syntax in RPC (default enabled)
110-
# Command line: -N0 and -B1
118+
# Command line: -N0 and -N1
111119
;UseNDR64 = true
112120

113121
# Disable or enable bind time feature negotiation in RPC (default enabled)

floppy/floppy144.vfd

0 Bytes
Binary file not shown.

hotbird64-mass-build/make_linux

Lines changed: 108 additions & 101 deletions
Large diffs are not rendered by default.

hotbird64-mass-build/make_openbsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ REUSEOBJFLAGS="-j12"
1616
CF="-static-libgcc -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants"
1717
CF45="-static-libgcc -pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants"
1818
CFCLANG="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants"
19-
LF="-Wl,-z,norelro"
20-
LFCLANG="-Wl,-z,norelro"
19+
LF="-lpthread -Wl,-z,norelro"
20+
LFCLANG="-lpthread -Wl,-z,norelro"
2121

22-
gmake -Bj12 allmulti $MAKEFLAGS CC=egcc MULTI_NAME=$BINDIR/vlmcsdmulti-OpenBSD-x64 PROGRAM_NAME=$BINDIR/vlmcsd-OpenBSD-x64 CLIENT_NAME=$BINDIR/vlmcs-OpenBSD-x64 CFLAGS="$CF" LDFLAGS="$LF"
22+
gmake -Bj12 allmulti $MAKEFLAGS CC=egcc THREADS=1 MULTI_NAME=$BINDIR/vlmcsdmulti-OpenBSD-x64 PROGRAM_NAME=$BINDIR/vlmcsd-OpenBSD-x64 CLIENT_NAME=$BINDIR/vlmcs-OpenBSD-x64 CFLAGS="$CF" LDFLAGS="$LF"
2323

2424
#gmake allmulti $MAKEFLAGS CAT=2 MULTI_NAME=vlmcsdmulti-OpenBSD-x86 PROGRAM_NAME=vlmcsd-OpenBSD-x86 CLIENT_NAME=vlmcs-OpenBSD-x86 CFLAGS="$CF45 -m32" LDFLAGS="$LF"
2525

man/vlmcs.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vlmcs.1.pdf

0 Bytes
Binary file not shown.

man/vlmcsd-floppy.7

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.mso www.tmac
2-
.TH "VLMCSD-FLOPPY" 7 "June 2016" "Hotbird64" "KMS Activation Manual"
2+
.TH "VLMCSD-FLOPPY" 7 "October 2016" "Hotbird64" "KMS Activation Manual"
33
.LO 8
44

55
.SH NAME
@@ -166,6 +166,9 @@ Sets the password for the pre-defined guest user. This user has the same privili
166166
.IP "\fBINETD=\fRY | N"
167167
\fBINETD=\fRY specifies that \fBinetd\fR(8) should automatically be started. That means you can telnet and ftp to your virtual machine.
168168

169+
.IP "\fBVLMCSD_EXTRA_ARGS=\fR\fIcomma-seperated-argument-list\fR"
170+
Allows you to specify additional command line options that will be passed to \fBvlmcsd\fR(8). Instead of spaces you use commas between arguments. Example: \fBVLMCSD_EXTRA_ARGS=\fR\-c1,-K3,-M1
171+
169172
.SH OPERATION
170173

171174
.SS Diskless System

man/vlmcsd-floppy.7.dos.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@ CONFIGURATION
310310
That means you can telnet and ftp to your virtual machine.
311311

312312

313+
VLMCSD_EXTRA_ARGS=comma-seperated-argument-list
314+
Allows you to specify additional command line options that will
315+
be passed to vlmcsd(8). Instead of spaces you use commas between
316+
arguments. Example: VLMCSD_EXTRA_ARGS=-c1,-K3,-M1
317+
318+
313319
OPERATION
314320
Diskless System
315321
The floppy144.vfd virtual machine is a diskless system that works
@@ -527,4 +533,4 @@ SEE ALSO
527533

528534

529535

530-
Hotbird64 June 2016 VLMCSD-FLOPPY(7)
536+
Hotbird64 October 2016 VLMCSD-FLOPPY(7)

man/vlmcsd-floppy.7.html

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vlmcsd-floppy.7.pdf

298 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)