simonb
d7d808597e
Add regression tests for div/ldiv/lldiv.
...
Inspired by port-i386/11914 from Luke Mewburn.
2001-01-08 04:39:31 +00:00
phil
957f1a0095
Finish the import of bc-1.06.
2001-01-08 04:03:30 +00:00
phil
0215b1186b
Import bc-1.06
2001-01-08 03:28:58 +00:00
fvdl
275b941468
When -I is specified, we mean to initialize the label if it's not there
...
already. So, don't fail if there appears to be a corrupt label or
no 'fake' label; get the 'default' label (which is generated
from DIOCGDEFLABEL) instead.
2001-01-08 02:19:58 +00:00
fvdl
d040bd5908
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
...
the number of partitions is > OLDMAXPARTITIONS. This is better
than silently truncating the label (don't want to silently throw
away partitions when using an old disklabel binary on a label with
> 8 partitions). From Enami Tsugutomo.
2001-01-08 02:03:45 +00:00
thorpej
4d4b2b5626
Nevermind that it's silly to include PROT_EXEC even if a vnode
...
doesn't have the exec bit set, we need to have PROT_EXEC set
in order for some expected mmap/mprotect behavior to work, so
do the last bit slightly differently: if udv_attach() fails, and
the protection (NOT maxprot) doens't include PROT_EXEC, then clear
PROT_EXEC from maxprot and try udv_attach() again.
Sigh, mmap really needs to be rototilled.
2001-01-08 01:35:03 +00:00
lukem
10fc746e6d
if HAVE_VASPRINTF (set ifdef BSD4_4), use vasprintf() instead of homegrown
...
code in doformat(). results in slightly smaller /bin/sh. idea suggested by
Witold J. Wnuk <witek@pd37.warszawa.sdi.tpnet.pl>, approved by christos.
2001-01-07 23:39:07 +00:00
thorpej
b79ddef845
Also ignore receiver errors if VLAN_MTU is enabled; the 21040 appears
...
to require this.
2001-01-07 23:29:12 +00:00
christos
339f061e38
remove redundant decls
2001-01-07 23:21:44 +00:00
lukem
dd7296f47a
support %ll (as synonym for %q) in doformat(), since my changes to %q -> %ll
...
broke this :/
problem reported in private email by Witold J. Wnuk.
<witek@pd37.warszawa.sdi.tpnet.pl>.
2001-01-07 22:19:53 +00:00
martin
6b82e7fe42
64bit police.
...
Rumors say there are archs without ISA busses, so avoid including
(uneccesarily) isa bus headers in MI files.
XXX this is the minimal solution, layer interface calls will have
XXX to be revisited later
2001-01-07 21:47:24 +00:00
leo
0aa3c2b02f
Sync machine types with atari/include/cpu.h
2001-01-07 21:24:05 +00:00
leo
427a7dcda0
Kill a typo.
2001-01-07 21:19:05 +00:00
leo
b9a7cb087a
Nuke a cf_unit abuse.
2001-01-07 21:17:32 +00:00
leo
fb19421ce8
Expand identify_cpu() for the Milan.
2001-01-07 21:12:31 +00:00
leo
c21ca4d86a
Add the Milan as a possible machine type.
2001-01-07 21:08:03 +00:00
leo
3c48826086
Make ahdi_part and ahdi_root 'packed' so I can use this include file on
...
an x86 machine to analyze my atari disk.
2001-01-07 21:05:16 +00:00
martin
a6df9f9ad3
Fix coyp&pasto bug when parsing the ppp-expect-password option, reported by
...
Thomas Moestl against the FreeBSD version.
2001-01-07 21:01:03 +00:00
leo
6ad6e22efb
Update the printf format in straymfpint() too.
2001-01-07 20:59:29 +00:00
leo
d6ef667612
Fixes for straytrap():
...
- make it clear that we are printing hex-numbers
- fix the loop protection.
2001-01-07 20:56:51 +00:00
mycroft
feb89c799a
Add a COMPATIBILITY section, mentioning the lossage with IDEA-encrypted keys.
2001-01-07 20:48:06 +00:00
bjh21
2aa1fb4020
Remove old-style interrupt-counting infrastructure (intrnames/intrcnt).
2001-01-07 19:39:08 +00:00
ad
d761639670
Add /etc/rc.d/isdnd.
2001-01-07 18:35:54 +00:00
sommerfeld
4522010c18
Make certain we see COM_MPLOCK, MULTIPROCESSOR, and LOCKDEBUG
...
to avoid any confusion about whether or not we have a lock in the softc.
2001-01-07 18:09:26 +00:00
fvdl
e2d1c1f926
Adapt all disk devices in MI directories to handle ODIOC* calls
...
for ports that have bumped MAXPARTITIONS (and thus define
__HAVE_OLD_DISKLABEL).
2001-01-07 18:09:01 +00:00
fvdl
3947143db7
Define __HAVE_OLD_DISKLABEL in <machine/types.h> for i386 (where the
...
other __HAVE_* defines are). Conditionalize definition of old
disklabel struct and ODIOC* definitions on it, allowing other ports
to bump the number of partitions in the label if they want to
(see comment in sys/disklabel.h).
2001-01-07 17:55:40 +00:00
martin
f9d12c2349
Don't fiddle with any isdn interface if the isdnd variable is set to NO
...
in rc.conf.
Actually do install the isdnd script.
2001-01-07 17:53:36 +00:00
martin
15a3b3b6e1
Add startup script for isdnd.
2001-01-07 17:04:49 +00:00
bjh21
d6bd1012e3
Add facilities for counting interrupts, and a "machine irqstat" command to
...
DDB to tell us what's going on.
2001-01-07 17:01:53 +00:00
ad
dc084200cc
Sync with reality.
2001-01-07 16:01:10 +00:00
bjh21
2b076072d3
Add a "name" argument to irq_establish and friends, in imitation of arm32.
2001-01-07 15:56:01 +00:00
bjh21
6b513dfe29
Remove ioc_irq_establish -- It wasn't serving any useful purpose.
2001-01-07 15:36:34 +00:00
bjh21
fb3dd6b589
ANSIfy.
2001-01-07 15:27:37 +00:00
augustss
6861904096
Regen.
2001-01-07 15:01:06 +00:00
augustss
55c57a573f
Add an Altima PHY.
2001-01-07 15:00:46 +00:00
bjh21
32ad12527c
ANSIfy.
2001-01-07 15:00:02 +00:00
augustss
e90b26477e
Regen.
2001-01-07 14:47:00 +00:00
augustss
6d5a1918f8
Add Epson 1640 scanner. (From FreeBSD)
2001-01-07 14:46:31 +00:00
augustss
2e7677dc49
Make this compile again.
...
(I thought the idea was to test things before commiting;
if it doesn't even compile it can't possibly have been tested.)
2001-01-07 14:44:03 +00:00
bjh21
32ff4eef91
ANSIfy.
2001-01-07 14:28:02 +00:00
augustss
5b6d98341e
Try both the old (wrong) and new SOFT_RESET request type.
2001-01-07 14:26:19 +00:00
jdc
13dfd1f5bb
Free(3) delstr after use.
...
Pointed out by Mike Grupenhoff in email.
2001-01-07 13:56:42 +00:00
bjh21
c730bd06be
Un-__P, remove arg names.
2001-01-07 13:48:24 +00:00
bjh21
5c09bd5fc5
Un-__P and remove function arg names.
2001-01-07 13:38:42 +00:00
jdc
ebc0cfbccf
Bump libmenu and libform majors because of libcurses major bump.
...
Pointed out by mrg.
2001-01-07 13:15:10 +00:00
martin
218d552c4c
Note ISDN devices.
2001-01-07 13:10:54 +00:00
jdc
6b6028160d
Use wrefresh(curscr) instead of clearok().
...
Suggested by Thomas Dickey.
2001-01-07 13:07:57 +00:00
martin
844116d987
Add isdn userland utilities and their man pages.
...
Sort.
2001-01-07 13:05:28 +00:00
mrg
1ab6aa7287
s/ramdisk/xminiroot/
2001-01-07 09:31:17 +00:00
mrg
ca68673e36
rename sparc64 "ramdisk" to "xminiroot" to avoid confusion about what it actually does.
2001-01-07 09:30:12 +00:00