peter
db9cd5ac86
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
1997-08-18 11:39:19 +00:00
kato
1030957bb5
Synchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.c
...
revisions 1.256, 1.105 and 1.51, respectively.
1997-08-18 11:30:05 +00:00
charnier
bb57ad2407
Add usage().
1997-08-18 07:30:15 +00:00
charnier
467a801d97
Nm tsort -> Nm.
1997-08-18 07:28:50 +00:00
charnier
546d7b7b78
Use err(3) insteadof local redefinition. Sync usage string with man page.
1997-08-18 07:27:59 +00:00
charnier
188deefee8
Nm true -> Nm.
1997-08-18 07:25:50 +00:00
charnier
6473d1562f
Use err(3) instead of local redefinition. Cosmetic in usage().
1997-08-18 07:24:58 +00:00
charnier
5e2454839f
Cosmetic.
1997-08-18 07:22:53 +00:00
charnier
51f10d4b16
Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270.
1997-08-18 07:21:48 +00:00
charnier
6fbe0aac6d
Add prototypes, usage(). Use err(3).
1997-08-18 07:16:12 +00:00
charnier
e0224667fe
Use CS_SECURE macro.
...
Reviewed by: John Dyson
1997-08-18 06:58:59 +00:00
peter
b224a05842
Pass command line args to 'buildworld' and 'installworld' etc. Otherwise
...
'make -DNOCLEAN world' is completely ignored.
1997-08-18 06:54:18 +00:00
peter
2528a5618e
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.
1997-08-18 06:44:44 +00:00
peter
0abf5130c2
split beforeinstall hook up so that the header install stuff is reachable
...
without risking invoking ${SHARED}.
1997-08-18 06:28:47 +00:00
andreas
ccd541db0a
had to add CFLAGS+=-I/usr/include/tcl
...
otherwise it doesn't find tcl.h
1997-08-18 06:08:56 +00:00
fsmp
9bfedd3632
Turn on the lockmanager by default for SMP.
...
Reviewed by: "John S. Dyson" <toor@dyson.iquest.net>
1997-08-18 05:34:01 +00:00
peter
f2f5619d66
Drop the TCL hook for the time being until the tcl dust settles some more.
1997-08-18 05:25:14 +00:00
fsmp
ebd28144e7
Removed volatile from arg to simple_lock & friends.
1997-08-18 03:35:59 +00:00
davidn
faf85e7cf0
".if exists(${CURDIR}/../../secure)" rather than testing relative to the
...
object directory.
1997-08-18 03:32:09 +00:00
fsmp
24a2d0d38a
Added includes of smp.h for SMP.
...
This eliminates a bazillion warnings about implicit s_lock & friends.
1997-08-18 03:29:21 +00:00
ache
8eb2262ed1
Add ~/.login_conf prototype with example of l10n (commented out)
1997-08-18 03:07:43 +00:00
steve
4d76e42e81
Make all status values an integral type and use
...
pid_t when referring to process IDs.
1997-08-18 02:53:20 +00:00
dyson
cc823b6e73
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.
1997-08-18 02:06:35 +00:00
davidn
228bbc181c
Test that rc.shutdown exists before attempting to run it - silently
...
return success if it doesn't to prevent any unwanted error msgs.
1997-08-18 01:40:12 +00:00
julian
d9556b110d
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.
1997-08-18 01:34:38 +00:00
jdp
cf454cbf25
Bye bye /usr/share/examples/sup.
1997-08-18 00:08:16 +00:00
jdp
1a1794f7e7
Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam.
1997-08-18 00:06:48 +00:00
brian
a88afd3bf2
Fix possible buffer overrun while "expect"ing
...
something that's "nearly" what it wants.
1997-08-17 22:47:07 +00:00
brian
bea84654b4
Typo police
1997-08-17 22:45:25 +00:00
andreas
6a5002f88b
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.
1997-08-17 21:33:39 +00:00
andreas
6f6fafa081
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.
1997-08-17 21:24:06 +00:00
joerg
2819c5d8c9
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...
1997-08-17 21:21:50 +00:00
andreas
a9522afe04
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.
1997-08-17 21:14:22 +00:00
sos
dc4edce04f
First import of my little "video graphic library".
...
See the manpage vgl.3 for more info.
A little example will follow shortly.
1997-08-17 21:09:35 +00:00
brian
48abae6115
Allow the use of a "stopped" timeout via the
...
"set stopped" directive. If the timeout occurs
it will cause a "Down" event, hanging up the line
if it's still up. This *isn't* part of the FSM
diagram, but I consider it ok as a "higher level
implementation specific timeout" as specified in
the rfc ;-}
Discussed briefly with: joerg
1997-08-17 20:45:50 +00:00
brian
6f340c20e5
Allow specification of fallback phone numbers to
...
be used only if the dial script fails.
PR: 4262
1997-08-17 20:38:45 +00:00
jdp
7708b374b9
Add new CVSup mirror sites.
1997-08-17 20:26:36 +00:00
wollman
b72fe7ea88
Delete a bit of debugging code that mistakenly crept in, and as a consequence
...
revert rev. 1.28's header file additions which are no longer needed.
1997-08-17 19:47:28 +00:00
cwt
23cc65f5a5
Repair ESC-r processing in the gtags emacs mode (typo).
...
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-08-17 18:01:54 +00:00
pst
68eaf42a45
Cosmetic changes.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1997-08-17 17:55:45 +00:00
pst
738fa2d3d2
This was disabled, but it doesn't even make sense to leave it in as
...
an example, it's totally bogus.
1997-08-17 17:54:41 +00:00
tegge
3dbac0faf6
Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.
1997-08-17 17:42:59 +00:00
tegge
e1e14dc94c
Use KERNBASE, not 0xf0000000.
1997-08-17 17:40:11 +00:00
steve
80d2cce401
.Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5.
...
PR: bin/4079
1997-08-17 16:36:41 +00:00
joerg
5d172ee46e
Ooops. Wrong branch, back out previous commit.
1997-08-17 15:02:34 +00:00
joerg
84fcbd4f79
MFC: rev 1.125, remove old PID files at startup
1997-08-17 14:58:57 +00:00
itojun
8d1042dd0d
To handle scsi RESERVATION CONFLICT properly in ahc driver.
...
Could somebody please update other drivers so that SCSI_RSVD (0x18)
to be handled just like SCSI_BUSY(0x08)?
There's no need for extra state, so we use XS_BUSY for SCSI_RSVD too.
PR: 4257
1997-08-17 14:04:08 +00:00
itojun
351295a40c
preparation for scsi device RESERVATION CONFLICT support.
...
PR: 4257
1997-08-17 14:02:18 +00:00
jkh
623e3cede9
Sync with rc.conf change for weak_mountd_authentication
1997-08-17 10:08:25 +00:00
jkh
fa1973cf0b
Remove non-orthnogonal weak_mountd_authentication variable hack
...
and expose mountd_flags in its place. Still allow the usage of
weak_mountd_authentication in legacy configs to result in an implicit
mountd_flags=-n, so folks shouldn't break because of this.
Suggested by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
1997-08-17 10:04:52 +00:00