| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
code controlled by it did not even compile.)
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
server mode.
|
| |
|
| |
|
|
|
|
| |
Pointed out by: An anonymous air traffic controller. :)
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
|
| | | |
| \ | |
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
maintained mbuf based ppp-deflate.c's have removed this.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
problems, which I'll have a go at shortly.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
in Opened state..... I have no idea why this never
caused problems in the past - maybe the restart
counter was bogusly initialised somewhere else :-/
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to lose our terminal session. Is this a bug in
setitimer() ? - it must be called again in the
child !
|
| | | |
| | | |
| | | |
| | | |
| | | | |
state machine back to ST_INITIAL without going
through any unnecessary TLS/TLF pairs.
|
| | | |
| | | |
| | | |
| | | | |
from libmytinfo
|
| | | |
| | | |
| | | |
| | | | |
Add #pragma weak for reset_*_mode() they will be replaced in libncurses
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(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
|
| | | |
| | | |
| | | |
| | | | |
we receive a link from another ppp.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
passing our controlling terminal, always record our pid so
that the receiving ppp knows who to HUP.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`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).
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
errno during a successful malloc() call.
|
| | | |
| | | |
| | | |
| | | | |
how to set things up for incoming connections.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
unconditionally declared although it can't be configured together
with snd) extern function sbintr.
|
| | | |
| | | |
| | | |
| | | | |
interrupt handlers. pcm is not in LINT, so it is hard to test.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't generate declarations for isa interrupt handlers at all.
Isa interrupt handlers are now declared in <i386/isa/isa_device.h>
but should be converted take a `void *' arg and staticized as
soon as possible.
Updated CONFIGVERS. New configs are very incompatible with
previous versions.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and don't depend on them being declared there. This will cause lots of
warnings for a few minutes until config is updated. Interrupt handlers
should never have been configured by config, and the machine generated
declarations get in the way of changing the arg type from int to void *.
|