| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
-DMAKE_EBONES -> -DMAKE_KERBEROS4
|
|
|
|
| |
-DMAKE_EBONES is changed to -DMAKE_KERBEROS4
|
| |
|
|
|
|
| |
Add KTH names for Kerberos services. (K5-ready).
|
| |
|
|
|
|
| |
telent.h is installed from libtelnet, not the include dir.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Quieten -Wall a bit.
From Joe Traister:
The previous patch did not propogate the KRBTKFILE environment variable
into the new environment when -l is given to su, making it impossible
for kdestroy to find the ticket file. This patch corrects that problem
as well as the original segfault problem.
(Fixes PR 3903)
|
|
|
|
| |
Also quieten -Wall a bit.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As this is the non-crypto version, remove the useless (commented out)
directives and macros.
|
|
|
|
| |
Also make -Wall a bit quieter
|
|
|
|
| |
Also make -Wall a bit quieter.
|
| |
|
|
|
|
| |
Also make -Wall a bit quieter.
|
|
|
|
| |
Detected by: Simon Shapiro <Shimon@i-Connect.Net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reminded-by: Simon Shapiro <Shimon@i-Connect.Net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
operands that are set during seqeuncer program download instead of at
assembly time.
Remove the REJBYTE sram variable. The host driver can just as easly
read the accumulator to get this value.
This should fix the reported problems with cards that don't have devices
attached to them failing with a stream of "Somone reset bus X" messages.
Doug Ledford determined the cause of the problem, fixes by me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
operands that are set during seqeuncer program download instead of at
assembly time.
Convert the sequencer code to use" downloaded constants" for four run time
constants that vary depending on the board type. This frees up 4 bytes
of sequencer scratch ram space where these constants used to be stored and
also removes the additional instructions required to load their values
into the accumulator prior to using them.
Remove the REJBYTE sram variable. The host driver can just as easly
read the accumulator to get this value.
The scratch ram savings is important as the old code used to clober the
SCSICONF register on 274X cards which sits near the top of scratch ram
space. The SCSICONF register controls bus termination, and clobbering
it is not a good thing. Now we have 4 bytes to spare.
This should fix the reported problems with cards that don't have devices
attached to them failing with a stream of "Somone reset bus X" messages.
Doug Ledford determined the cause of the problem, fixes by me.
|
|
|
|
|
| |
Suggested by: Peter Childs <pjchilds@imforei.apana.org.au>
Merge the whole module into a few lines in pap.c
|
|
|
|
| |
be too much magic for 99.9 % of the users.
|
|
|
|
|
|
| |
disable clustered read and write, respectively.
Reviewed by: bde
|
|
|
|
|
|
|
|
|
| |
a couple typos, and consistent double-spacing after sentences.
This is actually a spinoff from the "ports-current discontinued"
blow-up some time ago.
Ack'd by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Clustered I/O is switched by the MNT_NOCLUSTERR and MNT_NOCLUSTERW
bits of the mnt_flag. The sysctl variables, vfs.foo.doclusterread
and vfs.foo.doclusterwrite are deleted. Only mount option can
control clustered I/O from userland.
2. When foofs_mount mounts block device, foofs_mount checks D_CLUSTERR
and D_CLUSTERW bits of the d_flags member in the block device switch
table. If D_NOCLUSTERR / D_NOCLUSTERW are set, MNT_NOCLUSTERR /
MNT_NOCLUSTERW bits will be set. In this case, MNT_NOCLUSTERR and
MNT_NOCLUSTERW cannot be cleared from userland.
3. Vnode driver disables both clustered read and write.
4. Union filesystem disables clutered write.
Reviewed by: bde
|
| |
|
|
|
|
| |
Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl>
|
|
|
|
| |
Minor formatting
|
| |
|
|
|
|
|
|
| |
2) Revive __maskrune, just return mask now
3) Express __istype via !!__maskrune
4) Use __maskrune in digittoint
|
| |
|
| |
|
|
|
|
|
| |
Not sure what this does to exportability but it's probably not
good.
|
|
|
|
| |
card we are using and calculate the IRQ accordingly.
|
|
|
|
| |
the Pro/10+ cards as well.
|
|
|
|
|
|
|
| |
- some addition of comments (for readability)
- iso-2022 G0 designation support. This does almost nothing. Just for
avoiding garbled screen when got "ESC ( B".
(how about G1/2/3 designation? I'm not sure)
|
| |
|
|
|
|
|
| |
up with a blown objdir for the depend stage, leaving the
.depend file in ${SRCDIR} instead.
|
| |
|
|
|
|
| |
Also, comment out the not so very commonly used interviews settings.
|
|
|
|
| |
Noticed by: bde
|