]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoAnother boo-boo, this file defines cil.
fsmp [Thu, 21 Aug 1997 05:19:26 +0000 (05:19 +0000)]
Another boo-boo, this file defines cil.

27 years agoOops, this should have been in last commit.
fsmp [Thu, 21 Aug 1997 05:15:08 +0000 (05:15 +0000)]
Oops, this should have been in last commit.

Adds variable cil: current INTerrupt level.  This is part of the new
MP-safe spl algorithm.

27 years agoMade PEND_INTS default.
fsmp [Thu, 21 Aug 1997 05:08:25 +0000 (05:08 +0000)]
Made PEND_INTS default.
Made NEW_STRATEGY default.
Removed misc. old cruft.

Centralized simple locks into mp_machdep.c
Centralized simple lock macros into param.h

More cleanup in the direction of making splxx()/cpl MP-safe.

27 years agoPre-allocate buffer to avoid core dump in corner cases.
jlemon [Thu, 21 Aug 1997 03:41:41 +0000 (03:41 +0000)]
Pre-allocate buffer to avoid core dump in corner cases.
PR: 2968
Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>

27 years agochange bin to BINOWN and BINGRP
jmg [Thu, 21 Aug 1997 03:28:07 +0000 (03:28 +0000)]
change bin to BINOWN and BINGRP

Reviewed-by: joerg
27 years agoPerformance improvment to minimize delayed write output of files
dyson [Thu, 21 Aug 1997 01:42:47 +0000 (01:42 +0000)]
Performance improvment to minimize delayed write output of files
that have been deleted.
Submitted by: Peter M. Chen <pmchen@eecs.umich.edu>

27 years agoSome corrections to the anonymous page managment.
dyson [Thu, 21 Aug 1997 01:35:37 +0000 (01:35 +0000)]
Some corrections to the anonymous page managment.
Submitted by: Peter Chen <pmchen@eecs.umich.edu>

27 years agoExpand the "set stopped" command so that it can
brian [Wed, 20 Aug 1997 23:47:53 +0000 (23:47 +0000)]
Expand the "set stopped" command so that it can
idependently time out any of the FSMs.

Split LCP logging into LCP, IPCP and CCP logging,
and make room in "struct fsm" for the log level
that the state machine should use.

27 years agoAdd forward declaration for struct proc.
jlemon [Wed, 20 Aug 1997 19:57:24 +0000 (19:57 +0000)]
Add forward declaration for struct proc.

27 years agoFix a typo and while here cleanup the use of the .Nm macro.
steve [Wed, 20 Aug 1997 11:40:13 +0000 (11:40 +0000)]
Fix a typo and while here cleanup the use of the .Nm macro.

PR: docs/4339
Submitted by: Matthew Hunt <mph@pobox.com>

27 years agoUse err(3). Add usage(). Remove progname.
charnier [Wed, 20 Aug 1997 11:07:53 +0000 (11:07 +0000)]
Use err(3). Add usage(). Remove progname.

27 years agoUse err(3) and add usage().
charnier [Wed, 20 Aug 1997 11:05:28 +0000 (11:05 +0000)]
Use err(3) and add usage().

27 years agoNm uname -> Nm.
charnier [Wed, 20 Aug 1997 11:03:54 +0000 (11:03 +0000)]
Nm uname -> Nm.

27 years agoUse err(3), add usage() and prototypes.
charnier [Wed, 20 Aug 1997 11:01:59 +0000 (11:01 +0000)]
Use err(3), add usage() and prototypes.
Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).

27 years agoSynchronize with sys/i386/i386/trap.c revision 1.106 and
kato [Wed, 20 Aug 1997 10:25:21 +0000 (10:25 +0000)]
Synchronize with sys/i386/i386/trap.c revision 1.106 and
sys/i386/isa/sio.c revision 1.175.

27 years agoAttempt to make cy.c MP-safe.
fsmp [Wed, 20 Aug 1997 06:16:44 +0000 (06:16 +0000)]
Attempt to make cy.c MP-safe.
I have no way of testing this one, first SMP/cy user please let me know...
It is my belief that sio and cy are the only FAST_INTR() ISRs.  If this
is a bad assumption please educate me.

27 years agoPreperation for moving cpl into critical region access.
fsmp [Wed, 20 Aug 1997 05:25:48 +0000 (05:25 +0000)]
Preperation for moving cpl into critical region access.
Several new fine-grained locks.
New FAST_INTR() methods:
 - separate simplelock for FAST_INTR, no more giant lock.
 - FAST_INTR()s no longer checks ipending on way out of ISR.
sio made MP-safe (I hope).

27 years agoPreperation for moving cpl into critical region access.
fsmp [Wed, 20 Aug 1997 05:22:33 +0000 (05:22 +0000)]
Preperation for moving cpl into critical region access.
Several new fine-grained locks.
Control of new FAST_INTR() methods.

27 years agoMoved splq() to isa/ipl_funcs.c for SMP only.
fsmp [Wed, 20 Aug 1997 05:19:49 +0000 (05:19 +0000)]
Moved splq() to isa/ipl_funcs.c for SMP only.
This is in preperation for moving all cpl accesses behind a critical region lock.

27 years ago(1) Be nicer about mtree file missing. (Actually, just suggest where
asami [Wed, 20 Aug 1997 03:44:14 +0000 (03:44 +0000)]
(1) Be nicer about mtree file missing.  (Actually, just suggest where
    you can get one from.)

(2) Use "reinstall" as DEPENDS_TARGET if target is "reinstall".  In
    particular, this will make it possible to do a "make reinstall" on
    several NFS clients and have them install all dependencies
    correctly.
Tested by: davidn

27 years agoFix example to match ls(1)'s output.
steve [Wed, 20 Aug 1997 02:05:29 +0000 (02:05 +0000)]
Fix example to match ls(1)'s output.

PR: docs/3681
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>

27 years ago- In dlsym(), if the lookup fails using the original symbol, prepend an
nate [Tue, 19 Aug 1997 23:33:45 +0000 (23:33 +0000)]
- In dlsym(), if the lookup fails using the original symbol, prepend an
  underscore and try looking it up again.  This is a non-issue if we
  switch to ELF.

Reviewed by: sef, jdp

27 years agoDocument correct option in manual page.
jlemon [Tue, 19 Aug 1997 21:52:07 +0000 (21:52 +0000)]
Document correct option in manual page.

PR: 3769
Submitted by: johnp@lodgenet.com

27 years agoRemove temporary file on exit.
jlemon [Tue, 19 Aug 1997 20:45:45 +0000 (20:45 +0000)]
Remove temporary file on exit.

PR: 4010
Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>

27 years agoPad the input buffer whenever sync is used, not just if the noerror flag
jlemon [Tue, 19 Aug 1997 19:46:18 +0000 (19:46 +0000)]
Pad the input buffer whenever sync is used, not just if the noerror flag
    is also set.
Change osync to not to tack on an empty block if the input buffer is null,
    or an even multiple of the blocksize.
Also change osync to pad the output with nulls/spaces depending whether
   this is a block-oriented conversion or not (same as sync).

PR: 3818

27 years ago*gulp* First pass at merging in ppp-2.3.0's pppd. (this has
peter [Tue, 19 Aug 1997 17:52:48 +0000 (17:52 +0000)]
*gulp*  First pass at merging in ppp-2.3.0's pppd.  (this has
dial-on-demand, packet filtering, idle timeouts, etc).  The IPX support
is pretty much there but more work needs to be done in sys-bsd.c for
the interface ioctls (Linux has a very different way of configuring IPX
interfaces).

Along the way some things have temporarily been lost due to very messy
conflicts.  I will recover them shortly when I can think clearer.
The main one is the local:remote address override in pap-secrets and
chap-secrets.  Some other home-grown features (dns1,dns2) have been
implemented differently.  Microsoft's chap client auth hacks have been
implemented.  There are bound to be more rough edges...  The changes for
connect-max-retries doesn't fit well with the dial-on-demand code.

27 years agoUndo last commit.
wosch [Tue, 19 Aug 1997 17:16:14 +0000 (17:16 +0000)]
Undo last commit.

Uncomment abuse, security, and ftp aliases.

Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address
which print our ftp daemon if a user type the command 'rhelp'.

Reviewed by: joerg

27 years agoMention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.
peter [Tue, 19 Aug 1997 17:11:35 +0000 (17:11 +0000)]
Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.

27 years agoRemove some stray extra prototypes
peter [Tue, 19 Aug 1997 17:07:07 +0000 (17:07 +0000)]
Remove some stray extra prototypes

27 years agoUse two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control
peter [Tue, 19 Aug 1997 17:05:26 +0000 (17:05 +0000)]
Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control
whether or not to compile the two ppp compression methods.

27 years agoChange local_cron to local_periodic.
pst [Tue, 19 Aug 1997 16:49:35 +0000 (16:49 +0000)]
Change local_cron to local_periodic.
Submitted by: bde

27 years agoRequire all compatability options to begin with '-'.
jlemon [Tue, 19 Aug 1997 15:58:15 +0000 (15:58 +0000)]
Require all compatability options to begin with '-'.

PR: 4145

27 years agoTemporarily move these to the Attic so that there's no confusion over
peter [Tue, 19 Aug 1997 14:36:54 +0000 (14:36 +0000)]
Temporarily move these to the Attic so that there's no confusion over
mixed up versions.  Also, these were imported onto the 1.1.2 branch
(since the last one was imported there, sigh) and that causes cvsup in
checkout mode some problems (there isn't any 1.1.1 branch at all!!).

27 years agoPermit hex/octal parameters to cmp, to match what the manual page says.
jlemon [Tue, 19 Aug 1997 14:34:04 +0000 (14:34 +0000)]
Permit hex/octal parameters to cmp, to match what the manual page says.

PR: 3850, 3855

27 years agoInitial revision
peter [Tue, 19 Aug 1997 14:29:39 +0000 (14:29 +0000)]
Initial revision

27 years agoUpdate kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the
peter [Tue, 19 Aug 1997 14:10:50 +0000 (14:10 +0000)]
Update kernel parts of pppd from 2.2.0 to 2.3.0.  I've yet to look at the
2.3.0 -> 2.3.1 changes, but I seem to recall that there are certain
"issues" with 2.3.1 (I'm not sure if it's just pppd or the whole lot, I
am not quite that far).  The present pppd seems to work with it just fine
for the time being.

Among the changes are that zlib (aka LZ77 aka deflate aka gzip) compression
is implemented as well as the original compress(1) LZW style.

27 years agooops, missed a debug printf somehow..
peter [Tue, 19 Aug 1997 11:29:01 +0000 (11:29 +0000)]
oops, missed a debug printf somehow..

27 years agoSpelling police.
danny [Tue, 19 Aug 1997 11:27:00 +0000 (11:27 +0000)]
Spelling police.

27 years agoRedo the $CVSHeader$ support to use code similar to that from David Dawes
peter [Tue, 19 Aug 1997 11:21:34 +0000 (11:21 +0000)]
Redo the $CVSHeader$ support to use code similar to that from David Dawes
but adapted to run within cvs instead of rcs.
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.

27 years agoTypo fixes.
danny [Tue, 19 Aug 1997 11:18:34 +0000 (11:18 +0000)]
Typo fixes.

27 years agoRedo the $CVSHeader$ support to use code from David Dawes as in XFree86.
peter [Tue, 19 Aug 1997 11:17:37 +0000 (11:17 +0000)]
Redo the $CVSHeader$ support to use code from David Dawes as in XFree86.
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.

27 years agoManpage for getsid(2).
peter [Tue, 19 Aug 1997 07:19:43 +0000 (07:19 +0000)]
Manpage for getsid(2).

27 years agoForgot to mention what getpgid(0) does.
peter [Tue, 19 Aug 1997 07:04:43 +0000 (07:04 +0000)]
Forgot to mention what getpgid(0) does.

27 years agoManpage for getpgid(2), wording taken from NetBSD.
peter [Tue, 19 Aug 1997 07:00:53 +0000 (07:00 +0000)]
Manpage for getpgid(2), wording taken from NetBSD.

27 years agoSyscall stubs for getpgid()/getsid().
peter [Tue, 19 Aug 1997 06:23:45 +0000 (06:23 +0000)]
Syscall stubs for getpgid()/getsid().

27 years agoPrototypes for getsid() and getpgid(). Also, prefix type names in
peter [Tue, 19 Aug 1997 06:19:45 +0000 (06:19 +0000)]
Prototypes for getsid() and getpgid().  Also, prefix type names in
setpgrp() prototype with _ as per style(9).

27 years agoImplement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses the
peter [Tue, 19 Aug 1997 06:00:27 +0000 (06:00 +0000)]
Implement XPG/SYSV-style getpgid()/getsid() syscalls.  getpgid() uses the
same syscall number as NetBSD/OpenBSD.  The getpgid() came from NetBSD
(I think) originally, but it's basically cut/paste/edit from the other
simple get*() syscalls.

27 years agoRegenerate
peter [Tue, 19 Aug 1997 05:57:04 +0000 (05:57 +0000)]
Regenerate

27 years agoSVR4/XPG-style getpgid()/getsid() syscalls.
peter [Tue, 19 Aug 1997 05:53:48 +0000 (05:53 +0000)]
SVR4/XPG-style getpgid()/getsid() syscalls.

27 years agoBe consistent with other utilities in spelling "Kbytes". (Actually,
asami [Tue, 19 Aug 1997 01:57:53 +0000 (01:57 +0000)]
Be consistent with other utilities in spelling "Kbytes".  (Actually,
there even was one of them about ten lines above in the same file.)

Reminded by: joerg's commit to usr.bin/ftp/ftp.c rev 1.9

27 years agoFix 1.17 properly by adding ${DESTDIR} in front. (I know this part is
asami [Tue, 19 Aug 1997 01:52:11 +0000 (01:52 +0000)]
Fix 1.17 properly by adding ${DESTDIR} in front.  (I know this part is
not enabled now.)

27 years agoCorrect the forth arg to "set ifaddr". If specified,
brian [Tue, 19 Aug 1997 01:10:24 +0000 (01:10 +0000)]
Correct the forth arg to "set ifaddr".  If specified,
it gives the IP number that should be used for initial
IPCP config requests, irrespective of MYADDR.

27 years agoAllow lockmgr to work without a current process. Disallowing that
dyson [Tue, 19 Aug 1997 00:27:07 +0000 (00:27 +0000)]
Allow lockmgr to work without a current process.  Disallowing that
was a mistake in the lockmgr rewrite.

27 years agoFix fstab sequence number bug.
jkh [Mon, 18 Aug 1997 21:47:34 +0000 (21:47 +0000)]
Fix fstab sequence number bug.
Add a few more strategic screen clears.
Fix registration form bug.

27 years agoWork around potential state machine bogon with FILL. This needs
jkh [Mon, 18 Aug 1997 21:34:12 +0000 (21:34 +0000)]
Work around potential state machine bogon with FILL.  This needs
to be scrapped, ultimately, and it will be.

27 years ago2nd round doc cleanup.
jkh [Mon, 18 Aug 1997 21:10:26 +0000 (21:10 +0000)]
2nd round doc cleanup.

27 years agodivnum is no longer silently restricted to the range 0..9. (cf: 4098)
jlemon [Mon, 18 Aug 1997 21:01:45 +0000 (21:01 +0000)]
divnum is no longer silently restricted to the range 0..9.  (cf: 4098)

changequote(,) is now a synonym for changequote().   (cf: 803)

buffer size for translit() enlarged to handle a full string

PR: 803, 4098

27 years agodb close routine actually writes data out to disk; return value was
jlemon [Mon, 18 Aug 1997 20:48:35 +0000 (20:48 +0000)]
db close routine actually writes data out to disk; return value was
not being checked.  Change code to fail if db->close errors.

PR: 4202

27 years agoHint at how to use TZ.
brian [Mon, 18 Aug 1997 20:27:17 +0000 (20:27 +0000)]
Hint at how to use TZ.
Submitted by: grog@lemis.com

27 years ago A ':' in the data file was always interpreted as a category divider,
jlemon [Mon, 18 Aug 1997 20:26:32 +0000 (20:26 +0000)]
A ':' in the data file was always interpreted as a category divider,
    even if escaped.  Changed code so that the next character after a '\'
    is skipped.  This should not cause a buffer overflow, as backslashes
    at the end of a line are handled earlier in the code.

    Also correct a slight grammatical nit in the bard datfile.

PR: 3777, 3917

27 years agoIntroduce the "bg" command. It's pretty
brian [Mon, 18 Aug 1997 20:15:10 +0000 (20:15 +0000)]
Introduce the "bg" command.  It's pretty
much the same as "shell", but it's in the
background.

27 years agoAdd doscmd.
jlemon [Mon, 18 Aug 1997 18:51:46 +0000 (18:51 +0000)]
Add doscmd.

27 years agoClean up Makefile, make compiling in X support dependent on ${X11BASE}.
jlemon [Mon, 18 Aug 1997 18:48:33 +0000 (18:48 +0000)]
Clean up Makefile, make compiling in X support dependent on ${X11BASE}.

27 years agoRemove 100.clean-src
pst [Mon, 18 Aug 1997 16:49:40 +0000 (16:49 +0000)]
Remove 100.clean-src

27 years agocron.d -> periodic
pst [Mon, 18 Aug 1997 16:49:22 +0000 (16:49 +0000)]
cron.d -> periodic

27 years agoFix the key marked '9' ')' ']' to produce ascii gs with control.
sos [Mon, 18 Aug 1997 16:21:38 +0000 (16:21 +0000)]
Fix the key marked '9' ')' ']' to produce ascii gs with control.

27 years agouse -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
peter [Mon, 18 Aug 1997 11:39:19 +0000 (11:39 +0000)]
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl

27 years agoSynchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.c
kato [Mon, 18 Aug 1997 11:30:05 +0000 (11:30 +0000)]
Synchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.c
revisions 1.256, 1.105 and 1.51, respectively.

27 years agoAdd usage().
charnier [Mon, 18 Aug 1997 07:30:15 +0000 (07:30 +0000)]
Add usage().

27 years agoNm tsort -> Nm.
charnier [Mon, 18 Aug 1997 07:28:50 +0000 (07:28 +0000)]
Nm tsort -> Nm.

27 years agoUse err(3) insteadof local redefinition. Sync usage string with man page.
charnier [Mon, 18 Aug 1997 07:27:59 +0000 (07:27 +0000)]
Use err(3) insteadof local redefinition. Sync usage string with man page.

27 years agoNm true -> Nm.
charnier [Mon, 18 Aug 1997 07:25:50 +0000 (07:25 +0000)]
Nm true -> Nm.

27 years agoUse err(3) instead of local redefinition. Cosmetic in usage().
charnier [Mon, 18 Aug 1997 07:24:58 +0000 (07:24 +0000)]
Use err(3) instead of local redefinition. Cosmetic in usage().

27 years agoCosmetic.
charnier [Mon, 18 Aug 1997 07:22:53 +0000 (07:22 +0000)]
Cosmetic.

27 years agoAdd usage. Use /usr/share/misc/map3270 instead of /etc/map3270.
charnier [Mon, 18 Aug 1997 07:21:48 +0000 (07:21 +0000)]
Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270.

27 years agoAdd prototypes, usage(). Use err(3).
charnier [Mon, 18 Aug 1997 07:16:12 +0000 (07:16 +0000)]
Add prototypes, usage(). Use err(3).

27 years agoUse CS_SECURE macro.
charnier [Mon, 18 Aug 1997 06:58:59 +0000 (06:58 +0000)]
Use CS_SECURE macro.
Reviewed by: John Dyson

27 years agoPass command line args to 'buildworld' and 'installworld' etc. Otherwise
peter [Mon, 18 Aug 1997 06:54:18 +0000 (06:54 +0000)]
Pass command line args to 'buildworld' and 'installworld' etc.  Otherwise
'make -DNOCLEAN world' is completely ignored.

27 years agoIn the includes target, call the header install target explicitly and then
peter [Mon, 18 Aug 1997 06:44:44 +0000 (06:44 +0000)]
In the includes target, call the header install target explicitly and then
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
In the includes target, call the header install target explicitly and then
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
we set this up manually earlier, and if we do a 'make all install', we
replace the symlink tree in the obj dirs with new copies of the files
which breaks any chance of -DNOCLEAN working.

27 years agosplit beforeinstall hook up so that the header install stuff is reachable
peter [Mon, 18 Aug 1997 06:28:47 +0000 (06:28 +0000)]
split beforeinstall hook up so that the header install stuff is reachable
without risking invoking ${SHARED}.

27 years agohad to add CFLAGS+=-I/usr/include/tcl
andreas [Mon, 18 Aug 1997 06:08:56 +0000 (06:08 +0000)]
had to add CFLAGS+=-I/usr/include/tcl
otherwise it doesn't find tcl.h

27 years agoTurn on the lockmanager by default for SMP.
fsmp [Mon, 18 Aug 1997 05:34:01 +0000 (05:34 +0000)]
Turn on the lockmanager by default for SMP.

Reviewed by: "John S. Dyson" <toor@dyson.iquest.net>

27 years agoDrop the TCL hook for the time being until the tcl dust settles some more.
peter [Mon, 18 Aug 1997 05:25:14 +0000 (05:25 +0000)]
Drop the TCL hook for the time being until the tcl dust settles some more.

27 years agoRemoved volatile from arg to simple_lock & friends.
fsmp [Mon, 18 Aug 1997 03:35:59 +0000 (03:35 +0000)]
Removed volatile from arg to simple_lock & friends.

27 years ago".if exists(${CURDIR}/../../secure)" rather than testing relative to the
davidn [Mon, 18 Aug 1997 03:32:09 +0000 (03:32 +0000)]
".if exists(${CURDIR}/../../secure)" rather than testing relative to the
object directory.

27 years agoAdded includes of smp.h for SMP.
fsmp [Mon, 18 Aug 1997 03:29:21 +0000 (03:29 +0000)]
Added includes of smp.h for SMP.
This eliminates a bazillion warnings about implicit s_lock & friends.

27 years agoAdd ~/.login_conf prototype with example of l10n (commented out)
ache [Mon, 18 Aug 1997 03:07:43 +0000 (03:07 +0000)]
Add ~/.login_conf prototype with example of l10n (commented out)

27 years agoMake all status values an integral type and use
steve [Mon, 18 Aug 1997 02:53:20 +0000 (02:53 +0000)]
Make all status values an integral type and use
pid_t when referring to process IDs.

27 years agoFix kern_lock so that it will work. Additionally, clean-up some of the
dyson [Mon, 18 Aug 1997 02:06:35 +0000 (02:06 +0000)]
Fix kern_lock so that it will work.  Additionally, clean-up some of the
VM systems usage of the kernel lock (lockmgr) code.  This is a first
pass implementation, and is expected to evolve as needed.  The API
for the lock manager code has not changed, but the underlying implementation
has changed significantly.  This change should not materially affect
our current SMP or UP code without non-standard parameters being used.

27 years agoTest that rc.shutdown exists before attempting to run it - silently
davidn [Mon, 18 Aug 1997 01:40:12 +0000 (01:40 +0000)]
Test that rc.shutdown exists before attempting to run it - silently
return success if it doesn't to prevent any unwanted error msgs.

27 years agoTake verbal beating by wollman into account and fix DIAGNOSTIC test.
julian [Mon, 18 Aug 1997 01:34:38 +0000 (01:34 +0000)]
Take verbal beating by wollman into account and fix DIAGNOSTIC test.
This version.
1/ avoids garret's introduced  potential page fault. (I got one)
2/ removes compiler warnings

Also fix the tunable scheduling quantum to return a better error code when
fed a bad argument.

27 years agoBye bye /usr/share/examples/sup.
jdp [Mon, 18 Aug 1997 00:08:16 +0000 (00:08 +0000)]
Bye bye /usr/share/examples/sup.

27 years agoAgnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam.
jdp [Mon, 18 Aug 1997 00:06:48 +0000 (00:06 +0000)]
Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam.

27 years agoFix possible buffer overrun while "expect"ing
brian [Sun, 17 Aug 1997 22:47:07 +0000 (22:47 +0000)]
Fix possible buffer overrun while "expect"ing
something that's "nearly" what it wants.

27 years agoTypo police
brian [Sun, 17 Aug 1997 22:45:25 +0000 (22:45 +0000)]
Typo police

27 years agoFixed another make world stopper ;)
andreas [Sun, 17 Aug 1997 21:33:39 +0000 (21:33 +0000)]
Fixed another make world stopper ;)
If TCLINTERP is defined, CFLAGS needs an additional include path:
 -I/usr/include/tcl
Otherwise tcl.h can't be found during make world.

27 years agoduring the ,beforeinstall' target mp.h has to be installed as well
andreas [Sun, 17 Aug 1997 21:24:06 +0000 (21:24 +0000)]
during the ,beforeinstall' target mp.h has to be installed as well
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.

27 years agoMinor hack to also allow for syscons's "interesting" arrow keys.
joerg [Sun, 17 Aug 1997 21:21:50 +0000 (21:21 +0000)]
Minor hack to also allow for syscons's "interesting" arrow keys.

I'm using "#if __i386__ && __FreeBSD__" to check for a ``potentially
syscons-relevant environment''.  Hope that's ok...

27 years agofix a make world problem.
andreas [Sun, 17 Aug 1997 21:14:22 +0000 (21:14 +0000)]
fix a make world problem.
updated beforeinstall target.
mp.h from gnu/lib/libgmp.h has to be installed to /usr/include
so that usr.bin/chkey and usr.bin/newkey can be compiled.

27 years agoFirst import of my little "video graphic library".
sos [Sun, 17 Aug 1997 21:09:35 +0000 (21:09 +0000)]
First import of my little "video graphic library".

See the manpage vgl.3 for more info.

A little example will follow shortly.