bde
173432bb17
Removed unused includes.
...
Ifdefed conditionally used includes.
Finished rev.1.39. (I only submitted the request.)
1998-06-21 16:51:06 +00:00
bde
ce83e5a138
Removed unused includes.
...
Don't depend on "implicit int".
1998-06-21 15:54:11 +00:00
bde
523cdbc4e0
Removed unused includes.
...
Don't depend on "implicit int".
Don't bloat the data section with explicit initialization to 0.
1998-06-21 15:49:39 +00:00
bde
403bdcb97b
Removed unused includes.
1998-06-21 14:53:44 +00:00
bde
7b5837ee51
Ifdefed a conditionally used include.
1998-06-21 14:45:00 +00:00
mckay
446517db81
Since I got no objections to this patch, and no one has offered any
...
alternative, I present .. ta! da! .. the __error() hack.
This patch to the a.out dynamic loader provides old a.out binaries
with __error() if they are linked with an older libc that lacks it,
but are also linked against a library that needs it.
There is a smaller, tricker hack that takes advantage of the fact
that ld.so has __error() too, courtesy of the new libc, but this
hack is the straightforward version.
1998-06-21 14:22:29 +00:00
mckay
f5384af525
Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.
1998-06-21 14:08:27 +00:00
bde
5fa2e9f17b
Moved P1003 options from the middle of the devices section to the
...
end of the main options section.
Turned on documented option OVERRIDE_TUNER. LINT is primarily
for turning on options, not for documenting them.
Don't list IPFILTER twice (once as broken).
1998-06-21 13:36:53 +00:00
bde
193dd07396
Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,
...
code controlled by it did not even compile.)
1998-06-21 12:50:12 +00:00
bde
a5331e458c
Added a missing options include.
1998-06-21 12:36:12 +00:00
bde
37526a29b0
Round tickadj up. This prevents tickadj from being 0 when HZ > 500,
...
which makes adjtime(2) useless and confuses xntpd(8) into refusing
to start even when it would use the kernel PLL instead of adjtime().
The result is the same as recommended by tickadj(8), at least when
HZ divides 10^6. Of course, you wouldn't want to actually use
adjtime() when HZ is large. In the silly boundary case of HZ == 10^6,
tickadj == tick == 1 so the clock stops while adjtime() is active.
1998-06-21 12:22:35 +00:00
bde
7645c57470
Converted add_interrupt_randomness() to take a `void *' arg. Rewrote
...
mmioctl() to fix hundreds of style bugs and a few error handling bugs
(don't check for superuser privilege for inappropriate ioctls, don't
check the input arg for the output-only MEM_RETURNIRQ ioctl, and don't
return EPERM for null changes).
1998-06-21 11:33:32 +00:00
brian
203d5be5bf
Suggest the use of `accept dns'', not
`enable dns'' in
...
server mode.
1998-06-21 11:14:50 +00:00
peter
bffadee042
remove old hack that's no longer needed and now breaks the compile
1998-06-21 04:47:21 +00:00
jkh
3211c657b3
Say goodbye to Airport 71
1998-06-21 04:46:53 +00:00
jkh
c1a1642c2d
Nuke this, it's bogus and out of date.
...
Pointed out by: An anonymous air traffic controller. :)
1998-06-21 04:46:04 +00:00
mph
866042c3ac
Correct punctuation.
1998-06-21 04:33:36 +00:00
peter
e08eccffd4
Merge 3.2.3 -> 3.2.7 changes into mainline.
1998-06-20 18:43:25 +00:00
peter
595e4ae373
Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.
1998-06-20 18:37:51 +00:00
peter
b9ddfe987f
This commit was generated by cvs2svn to compensate for changes in r37074,
...
which included commits to RCS files with non-trunk default branches.
1998-06-20 18:29:38 +00:00
peter
9529c38ad8
Import trimmed version of ipfilter 3.2.7.
...
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
1998-06-20 18:29:38 +00:00
peter
dc2ce9cb96
This commit was generated by cvs2svn to compensate for changes in r37071,
...
which included commits to RCS files with non-trunk default branches.
1998-06-20 18:18:05 +00:00
peter
58a6b13b40
Import ipfilter 3.2.7 kernel components
1998-06-20 18:18:05 +00:00
peter
91edc33c5d
Import ipfilter 3.2.7 kernel components
1998-06-20 18:18:05 +00:00
peter
5cb66c6885
Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.
1998-06-20 18:02:16 +00:00
peter
a63a049b7c
Zap what appears to be a relic of the older version of zlib. The other
...
maintained mbuf based ppp-deflate.c's have removed this.
1998-06-20 16:55:44 +00:00
peter
1e927e3034
Missing splx().
1998-06-20 16:39:35 +00:00
peter
30f088ad7b
Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more
...
problems, which I'll have a go at shortly.
1998-06-20 16:28:04 +00:00
brian
cbd53d5292
Do an InitRestartCounter when we get a TerminateReq
...
in Opened state..... I have no idea why this never
caused problems in the past - maybe the restart
counter was bogusly initialised somewhere else :-/
1998-06-20 01:55:28 +00:00
brian
c2aa2f38cd
Re-initialise our timer service after fork()ing
...
to lose our terminal session. Is this a bug in
setitimer() ? - it must be called again in the
child !
1998-06-20 01:36:38 +00:00
brian
6e7ded224d
Create & use fsm2initial(), a function to bring a
...
state machine back to ST_INITIAL without going
through any unnecessary TLS/TLF pairs.
1998-06-20 00:19:42 +00:00
ache
d3ff12efce
Fix keypad on/off for ^Z suspends by replacing reset_*_mode()
...
from libmytinfo
1998-06-19 16:12:41 +00:00
ache
2e210ceb51
Add check for non-NULL cur_term
...
Add #pragma weak for reset_*_mode() they will be replaced in libncurses
1998-06-19 16:09:20 +00:00
jkoshy
20df804cb4
Fixes per PR 2850:
...
(a) Note that the default securelevel value is -1, in -current and -stable.
(b) Mention kernel sysctl variable that controls securelevel.
(c) Add warning the `fsck' will fail if securelevel >= 2.
(d) Suggest end of /etc/rc as the right place to raise securelevel.
and one spelling fix.
PR: 2850
1998-06-19 08:34:52 +00:00
brian
04eef5d8c3
Make sure our recvmsg() is a SCM_RIGHTS message when
...
we receive a link from another ppp.
1998-06-18 23:38:04 +00:00
brian
ac4ff7f061
Don't assume that all ttys support carrier detect. If we're
...
passing our controlling terminal, always record our pid so
that the receiving ppp knows who to HUP.
1998-06-18 22:43:18 +00:00
peter
1ae078b0a3
ELF versions of __warn_references() and __weak_reference(). Note that this
...
doesn't work with libc/net/res_stubs.c since gas wants the weak reference
to take place in the same context as the real definition, presumably so
that it can get hold of the symbol typing etc.
However, this doesn't matter for libc/elf since we don't have binaries
that use the old symbol names.
1998-06-18 18:35:04 +00:00
bde
3c6f0bafac
Converted isa_strayintr() to take a `void *' arg.
1998-06-18 16:08:46 +00:00
bde
5f62f0e8d0
Changed the type of an isa/general interrupt handler to take a
...
`void *' arg. Fixed or hid most of the resulting type mismatches.
Handlers can now be updated locally (except for reworking their
global declarations in isa_device.h).
1998-06-18 15:32:09 +00:00
wosch
ee69dd69c5
Create a save TMPDIR using `mktemp -d'.
1998-06-18 09:26:22 +00:00
peter
03956e03bf
preserve errno across the readlink() calls. There is no value in trashing
...
errno during a successful malloc() call.
1998-06-18 09:13:16 +00:00
brian
700135c819
Mention the ``allow users'' command when describing
...
how to set things up for incoming connections.
1998-06-18 01:24:29 +00:00
jb
32f1e04359
Don't allow a SIGCHLD to wake up a thread if the process has the default
...
signal handler installed for SIGCHLD. The ACE MT_SOCK_Test was hanging
as the result of being interrupted when it didn't expect to be.
1998-06-17 22:29:12 +00:00
bde
bd99227578
Renambed sbintr to sb_intr to avoid a conflict with the (now
...
unconditionally declared although it can't be configured together
with snd) extern function sbintr.
1998-06-17 16:59:30 +00:00
bde
70674f0276
Don't depend on <sys/conf.h> declaring isa device structs or isa
...
interrupt handlers. pcm is not in LINT, so it is hard to test.
1998-06-17 16:54:22 +00:00
kato
149a7bbdfc
Delete redundant declaration of lptintr.
1998-06-17 16:33:14 +00:00
kato
e9f7ca5e5c
Declare bsintr when PC98 is defined.
1998-06-17 16:32:23 +00:00
kato
d8d1f07ea9
Sync with sys/i386/conf/Makefile.i386 revision 1.114.
1998-06-17 16:30:53 +00:00
kato
4cce4905e4
Sync with sys/i386/i386/machdep.c revision 1.300.
1998-06-17 16:30:16 +00:00
kato
9540692542
Sync with sys/i386/isa/if_ed.c revision 1.142.
1998-06-17 16:29:27 +00:00