]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoSynchronize with sys/i386/isa/clock.c revision 1.99.
KATO Takenori [Thu, 21 Aug 1997 08:23:52 +0000 (08:23 +0000)]
Synchronize with sys/i386/isa/clock.c revision 1.99.

27 years agoForward declaration for the intr routine, avoids compiler warning.
Steve Passe [Thu, 21 Aug 1997 07:55:10 +0000 (07:55 +0000)]
Forward declaration for the intr routine, avoids compiler warning.

27 years agoAdd several casts and include several header files to eliminate compiler
Steve Passe [Thu, 21 Aug 1997 07:36:44 +0000 (07:36 +0000)]
Add several casts and include several header files to eliminate compiler
warnings.

27 years agoAdd a cast to eliminate a compiler warning.
Steve Passe [Thu, 21 Aug 1997 07:35:23 +0000 (07:35 +0000)]
Add a cast to eliminate a compiler warning.

27 years agoBring comment on '-a' flag in line with reality.
Daniel O'Callaghan [Thu, 21 Aug 1997 07:30:08 +0000 (07:30 +0000)]
Bring comment on '-a' flag in line with reality.

27 years agoA few more casts and a function declaration for warning free kernel builds.
Steve Passe [Thu, 21 Aug 1997 07:05:54 +0000 (07:05 +0000)]
A few more casts and a function declaration for warning free kernel builds.

27 years agoUse err(3) instead of local redefinition. Add usage().
Philippe Charnier [Thu, 21 Aug 1997 06:52:43 +0000 (06:52 +0000)]
Use err(3) instead of local redefinition. Add usage().

27 years agoUse err(3) instead of local redefinition.
Philippe Charnier [Thu, 21 Aug 1997 06:51:10 +0000 (06:51 +0000)]
Use err(3) instead of local redefinition.

27 years agoUse err(3). Cosmetic in usage(). Rewrote man page in mdoc format.
Philippe Charnier [Thu, 21 Aug 1997 06:49:33 +0000 (06:49 +0000)]
Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.

27 years agoAdded a half dozen casts to eliminate annoying warnings.
Steve Passe [Thu, 21 Aug 1997 06:39:41 +0000 (06:39 +0000)]
Added a half dozen casts to eliminate annoying warnings.

27 years agoRevert my previous commit about using CS_SECURE macro.
Philippe Charnier [Thu, 21 Aug 1997 06:33:04 +0000 (06:33 +0000)]
Revert my previous commit about using CS_SECURE macro.
Requested by: Bruce.

27 years agoFixed a warning about undefined isa_irq_pending(). (UP kernel only)
Steve Passe [Thu, 21 Aug 1997 06:16:12 +0000 (06:16 +0000)]
Fixed a warning about undefined isa_irq_pending(). (UP kernel only)

27 years agoImplement "eod" as an alias for "eom". HP-UX uses this name, for
Joerg Wunsch [Thu, 21 Aug 1997 05:49:29 +0000 (05:49 +0000)]
Implement "eod" as an alias for "eom".  HP-UX uses this name, for
example.

Also cleaned up the man page a little.

27 years agoMoved the COM_LOCK and COM_UNLOCK macros to machine/param.h.
Steve Passe [Thu, 21 Aug 1997 05:47:25 +0000 (05:47 +0000)]
Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.

27 years agoAnother boo-boo, this file defines cil.
Steve Passe [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.
Steve Passe [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.
Steve Passe [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.
Jonathan Lemon [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
John-Mark Gurney [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
John 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.
John 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 Somers [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.
Jonathan Lemon [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 Price [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.
Philippe 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().
Philippe Charnier [Wed, 20 Aug 1997 11:05:28 +0000 (11:05 +0000)]
Use err(3) and add usage().

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

27 years agoUse err(3), add usage() and prototypes.
Philippe 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 Takenori [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.
Steve Passe [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.
Steve Passe [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.
Steve Passe [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.
Steve Passe [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
Satoshi 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 Price [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 Williams [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.
Jonathan Lemon [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.
Jonathan Lemon [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
Jonathan Lemon [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 Wemm [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.
Wolfram Schneider [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 Wemm [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 Wemm [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 Wemm [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.
Paul Traina [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 '-'.
Jonathan Lemon [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 Wemm [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.
Jonathan Lemon [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 Wemm [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 Wemm [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 Wemm [Tue, 19 Aug 1997 11:29:01 +0000 (11:29 +0000)]
oops, missed a debug printf somehow..

27 years agoSpelling police.
Daniel O'Callaghan [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 Wemm [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.
Daniel O'Callaghan [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 Wemm [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 Wemm [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 Wemm [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 Wemm [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 Wemm [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 Wemm [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 Wemm [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 Wemm [Tue, 19 Aug 1997 05:57:04 +0000 (05:57 +0000)]
Regenerate

27 years agoSVR4/XPG-style getpgid()/getsid() syscalls.
Peter Wemm [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,
Satoshi 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
Satoshi 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 Somers [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
John 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.
Jordan K. Hubbard [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
Jordan K. Hubbard [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.
Jordan K. Hubbard [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)
Jonathan Lemon [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
Jonathan Lemon [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 Somers [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,
Jonathan Lemon [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 Somers [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.
Jonathan Lemon [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}.
Jonathan Lemon [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
Paul Traina [Mon, 18 Aug 1997 16:49:40 +0000 (16:49 +0000)]
Remove 100.clean-src

27 years agocron.d -> periodic
Paul Traina [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.
Søren Schmidt [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 Wemm [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 Takenori [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().
Philippe Charnier [Mon, 18 Aug 1997 07:30:15 +0000 (07:30 +0000)]
Add usage().

27 years agoNm tsort -> Nm.
Philippe 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.
Philippe 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.
Philippe 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().
Philippe 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.
Philippe 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.
Philippe 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).
Philippe Charnier [Mon, 18 Aug 1997 07:16:12 +0000 (07:16 +0000)]
Add prototypes, usage(). Use err(3).

27 years agoUse CS_SECURE macro.
Philippe 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 Wemm [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 Wemm [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 Wemm [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 Klemm [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.
Steve Passe [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 Wemm [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.
Steve Passe [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
David Nugent [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.
Steve Passe [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.