pk
c978f3a5c0
Fix another symbol mis-count noticed by Thorsten Lockert.
1996-12-28 01:11:25 +00:00
tls
7d4405a6a6
Import of 4.4BSD-Lite2 sources
1996-12-27 23:11:39 +00:00
pk
f2eb968909
asm => __asm__, and garbage collect a bit.
1996-12-27 21:44:59 +00:00
pk
31045b4490
Annul `__builtin_classify_type' and `__extension__' if __lint__.
1996-12-27 20:55:28 +00:00
pk
be41891152
For now, define `__indr_reference' and `__warn_references' as empty
...
macros if __GNUC__ not defined.
1996-12-27 20:51:31 +00:00
pk
269e64e16b
asm => __asm__
1996-12-27 20:48:56 +00:00
pk
25b5f4149a
Splice a union in the type data structure. Some of the members can be `in use'
...
simultaneously, e.g. an enumerated bit-field.
1996-12-27 20:46:23 +00:00
pk
12729c12d1
Add missing `#ifdef NFS_DEBUG' (from Rolf Grossmann; PR#3061).
1996-12-27 11:55:58 +00:00
pk
8c1b3470cd
link.h no longer liver here
1996-12-27 10:44:21 +00:00
veego
bc9228cf4f
Fix typo in the last commit.
1996-12-27 10:42:47 +00:00
pk
7002100e64
Document disklabel routines.
1996-12-27 10:20:25 +00:00
matthias
2793a4050c
* Set __ps_strings + some code cleanup.
1996-12-27 08:30:13 +00:00
mikel
ca9a02b5b1
oops, missed a comma.
1996-12-27 05:53:53 +00:00
mikel
d894f16336
fix reboot(8) xref
1996-12-27 05:51:14 +00:00
mark
adfe1faa81
Removed bogus devices.
1996-12-27 02:04:45 +00:00
mark
ad3eed8ce3
Fixed PPP soft interrupts.
...
Make sure soft interrupts are only every delivered when the interrupt
depth is 1.
1996-12-27 02:01:02 +00:00
mark
77f7e266f1
Added a definition for the maximum amount of kernel VM space buffers can
...
occupy.
1996-12-27 01:55:48 +00:00
cjs
234f178084
Configure sendmail use tcp_wrappers (/etc/hosts.allow) for validating
...
hosts connecting via TCP/IP.
1996-12-27 01:54:07 +00:00
mark
2cfb4cba1e
Added temporary fix for excessive VM memory allocation for buffers.
1996-12-27 01:53:41 +00:00
mark
cc3383de63
Fixed a couple of STM^ instructions lurking in the FPE core.
1996-12-27 01:46:07 +00:00
mark
02d0fd2ea5
Added function fpe_set_execption_mask() to allow the FP exception mask
...
to be manipulated.
During initialisation the exception mask is set to allow divide by zero
and overflow exceptions to be signaled.
1996-12-27 01:39:14 +00:00
cjs
8c6c957cfd
8.8.4 initgroups patch from Eric Allman
1996-12-27 00:29:11 +00:00
leo
c4b08fe059
Add intr_establish/disestablish functions. Currently only the lpt-driver
...
is converted to use them...
1996-12-26 23:25:01 +00:00
christos
3463f39651
PR/2981: use ${VAR:Q} instead of '${VAR}' to avoid quoting problems
1996-12-26 21:32:37 +00:00
christos
2c8d554885
PR/2981: use ${VAR:Q} instead of "${VAR}" to avoid quoting problems
1996-12-26 21:32:08 +00:00
christos
56829373e8
PR/2981: use ${VAR:Q} instead of '${VAR}' to avoid quoting problems
1996-12-26 21:30:59 +00:00
cjs
ea04966433
Fix typo: PR bin/3059
1996-12-26 17:35:35 +00:00
leo
112a968fb4
Make sure that the caches are pushed and turned off before jumping into
...
the kernel image. This makes booting a 040 kernel finally reliable.
1996-12-26 15:07:33 +00:00
leo
0b4a540e3b
Correct the IDE port-addresses and data transfer method so this will work
...
both Hades & Falcon.
1996-12-26 14:55:16 +00:00
mikel
8a207c6ea3
eliminate obsolete reference to mkfs(8);
...
from Klaus Klein <kleink@layla.inka.de>.
also fixed buggy -a flag lines, reference fsck_ffs(8) instead of fsck(8).
1996-12-26 04:37:18 +00:00
mikel
875986c568
eliminate obsolete references to mkfs(8);
...
from Klaus Klein <kleink@layla.inka.de>
1996-12-26 04:33:34 +00:00
mikel
0b45206666
eliminate incorrect self-reference.
1996-12-26 02:32:22 +00:00
mikel
6a37335a9d
reference sigaction(2) instead of the obsolete sigvec(3); fixes PR 3058.
1996-12-26 02:29:58 +00:00
mikel
0f5ac976de
add ahc and move bt to bha; fixes PR 3036
...
also added boca and fdc.
1996-12-26 02:18:10 +00:00
mikel
445cee15ef
add missing comma; fixes PR 3037.
1996-12-26 01:53:59 +00:00
christos
764c65979e
- make sure that the reply string is null-terminated, and copy only up to
...
the initialized copy of the source string, since the source string is not
null terminated at this point.
1996-12-25 16:02:06 +00:00
christos
942194d9f4
- Don't print the '500 command not understood' reply for the SIZE and
...
MDTM commands which are not supported by all ftp servers, unless we
are in debugging mode.
1996-12-25 16:00:38 +00:00
christos
41b4e57ece
fix previous booboo that broke all rpc services...
1996-12-24 21:49:55 +00:00
christos
8819044d2a
[initial version of the substitution/regexp changes were courtesy of Der Mouse]
...
- fix the variable substitution code in make [PR/2748]
1. change s/a/b/ so that it substitutes the first occurance of the
pattern on each word, not only the first word.
2. add flag '1' to the variable substitution so that the substitutions
get performed only once.
***THIS IS AN INCOMPATIBLE CHANGE!***
Unfortunately there was no way to make things consistent without
modifying the current behavior. Fortunately none of our Makefiles
depended on this.
OLD:
VAR = aa1 aa2 aa3 aa4
S/a/b/ = ba1 aa2 aa3 aa4
S/a/b/g = bb1 bb2 bb3 bb4
NEW:
VAR = aa1 aa2 aa3 aa4
S/a/b/ = ba1 ba2 ba3 ba4
S/a/b/1 = ba1 aa2 aa3 aa4
S/a/b/g = bb1 bb2 bb3 bb4
S/a/b/1g = bb1 aa2 aa3 aa4
- add regexp variable substitution via 'C/foo/bar/' [PR/2752]
- add variable quoting via the ${VAR:Q} modifier. This is useful when running
recursive invocations of make(1):
make VAR=${VAR:Q}
will always work... (This may prove useful in the kernel builds...) [PR/2981]
1996-12-24 17:36:27 +00:00
christos
772697e293
Report yp errors every _yplib_nerrs like the other routines.
1996-12-24 15:08:39 +00:00
mikel
a1e8465484
fix typo; PR bin/3038.
1996-12-24 02:44:58 +00:00
mikel
aff1970d41
remove mkfs(8) xref; PR 3041
1996-12-24 02:32:25 +00:00
pk
e4de95f8a5
<link.h> is now installed from the rtld source directory.
1996-12-23 22:15:36 +00:00
pk
db6c2ee527
<link.h> has moved in with the run-time linker source.
1996-12-23 22:13:03 +00:00
christos
9d10a25919
- add missing prototypes.
...
- fix function call inconsistencies
- fix int <-> long and pointer conversions
It should run now on 64 bit machines...
1996-12-23 19:42:01 +00:00
jonathan
18a537d1da
Pander to "kernel_text" kludge.
1996-12-23 15:27:47 +00:00
veego
94b6312429
Get rid of __BROKEN_INDIRECT_CONFIG.
1996-12-23 09:09:49 +00:00
matthias
92a5d4d222
* We no longer have a scsi subdirectory. Remove it from the list of
...
directories in which get tag links.
1996-12-23 08:38:02 +00:00
matthias
2e7cb22267
* Use bcopy, not memcpy.
1996-12-23 08:37:55 +00:00
matthias
54e6abd9e7
* Remove __BROKEN_INDIRECT_CONFIG.
1996-12-23 08:37:43 +00:00