| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
together.
|
| |
|
|
|
|
| |
and SMC 9332).
|
|
|
|
| |
we did this already?!?
|
|
|
|
| |
anyway.
|
|
|
|
|
| |
Remove old salt cause possible endless loop
Submitted by: <wosch@cs.tu-berlin.de>
|
| |
|
|
|
|
| |
and in_pcblookuphash.
|
| |
|
| |
|
|
|
|
| |
cannot even go below 0x300...
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
drivers to protect DDB from being invoked while the console is in
process-controlled (i.e., graphics) mode.
Implement the logic to use this hook from within pcvt. (I'm sure
Søren will do the syscons part RSN).
I've still got one occasion where the system stalled, but my attempts
to trigger the situation artificially resulted int the expected
behaviour. It's hard to track bugs without the console and DDB
available. :-/
|
| |
|
| |
|
|
|
|
| |
/usr/share/examples/cvs for use by the cvsinit script.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: SunOS /etc/services
|
| |
|
| |
|
|
|
|
|
|
| |
warnings and are cosmetic only. Poul once requested them, but neither
Sean nor Søren commented on them, so i commit it now before it's
getting lost some day.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
way to do it. Doesn't support DMA or high speeds.
Contributed by: Dean Huxley <dean@fsa.ca> via NetBSD
|
|
|
|
|
|
|
|
| |
card. This is the braindamaged card with the 80186 CPU on it. It is
slow, probably not very good after all, but hey, if you have one lying
around doing nothing anyway...
Added the "zp0" driver to GENERIC.
|
|
|
|
|
|
|
| |
Second part of update to fdlibm 5.2: speed up argument reduction for trig
functions in the case pi/4 < |x| < 3pi/4.
Remove unused static constants ("one").
|
|
|
|
|
| |
First part of update to fdlibm 5.2: fix jn(n, x) and jnf(n, x).
jn(-1, x) was too large by a factor of 3.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
isctype.c:
o The tolower() and toupper() functions duplicated too much code
and were out of date (surprise). This didn't matter because
it was difficult to call them.
o Change formatting to be more like that in <ctype.h> (with
extra parentheses as in the macros). Perhaps this file should
be machine generated or everything should be handled like
__tolower() so that no code is repeated.
nomacros.c:
o Instead of looking at _USE_CTYPE_INLINE_ to see what <ctype.h>
has done, set _EXTERNALIZE_CTYPE_INLINES_ to tell <ctype.h>
what to do, so that we don't have anything left to do. Note
that code is now generated even if inlines are used by default.
This allows users to switch to non-inline versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix numerous ANSI conformance bugs and other nits.
ctype.h:
o There were no prototypes behind the macros (conformance bug).
o isascii() didn't have enough parentheses (plain bug).
o tolower() and toupper were always static inline (conformance
bug? You could undef them and take their address, but this
gave different addresses in different modules. You couldn't
undef them and declare them (correctly) again). <stdio.h>'s
treatment of putc() shows one way to handle this problem,
but it only works because the putc() macro is allowed to
reevaluate its args. I used a hack controlled by
_EXTERNALIZE_CTYPE_INLINES_ to get <ctype.h> to generate the
code (the previous hack involving _ANSI_LIBRARY_ goes away).
This has the advantage that the core of the functions is only
written down once and the disadvantage that another layer of
functions is required. The extra layer goes away if inline
functions are used, leaving only the problem of understanding
why there are functions named toupper(), __toupper and
___toupper() as well as a macro named toupper.
o Nothing seems to define _USE_CTYPE_LIBRARY_. Eliminate it
o Let the user set _USE_CTYPE_INLINE_ and _DONT_USE_CTYPE_INLINE_
for full control over inlining.
o The args for the inline functions didn't have enough
underscores (conformance bug).
o The formatting and ordering was inconsistent (style bug).
o TODO: fix conformance bugs brought by including <runetype.h>.
|
|
|
|
| |
Obtained from: 1.x
|
|
|
|
|
|
|
|
|
| |
of the linker to enforce linking of modules in command line order it is
not possible to link gdb shared with -lcompat.
*HACK ALERT*
Removed -lcompat from LDADD and bring in the necessary functions out of
libcompat as a source module until the linker can be fixed.
|
|
|
|
|
|
|
|
| |
underlying bugs which are caused by mixing static/shared libraries with
this change in place.
The shlib code is not capable of supporting this feature in it's present
state and will need significant modifications in order to do so.
|
|
|
|
|
| |
tip removed from cpio.flp (!) crunch chokes on it after the latest changes.
source for secure & eBones moved into securedist.
|
|
|
|
| |
Michael :) from "Additional Contributors" list.
|
|
|
|
|
|
|
| |
Fix printf("%g", 0.0) - print "0", not "0.". The previous fixes in this
area had one non-cosmetic (non-)change that caused this bug.
Bruce
|
|
|
|
|
|
| |
browser at index.html to see how it works. Ultimately what currently
lives in the tutorials section will become the User and Admin manual
sections.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
folks with lots of features the output use to wrap and look ugle.
Reviewed by: phk
|
|
|
|
|
|
|
| |
all the ``fdc0: ready for output in input'' messages when probing
for ft devices.
Submitted by: Steve Gerakines <steve2@genesis.tiac.net>
|
|
|
|
|
|
| |
Destination Gateway Flags Refs Use Netif Expire
199.182.75.128 link#1 UC 0 0 ed0 -842660
Submitted by: John Capo <jc@irbs.com>
|
|
|
|
|
|
|
|
|
|
|
| |
properly. I know, tcsh is not a "Real Shell".
jc p2 :0.0 Tue04PM - -u (tcsh)
^^^
7173 p2 S+ 0:01.33 -u (tcsh)
^^^
Submitted by: John Capo <jc@irbs.com>
|