simonb
da942834bb
Fix a logic botch where if a number smaller than the square of the seive
...
was prime to still called the Pollard Rho function when it didn't have
to. Problem report by Nathan Williams.
Unfortunately this one can't be picked up by a simple regression test
since the broken way still produced the correct output, but just took
far longer...
2002-06-17 15:43:52 +00:00
itojun
362b9a5b71
add tools to partition MBR-based disk
2002-06-17 15:34:37 +00:00
itojun
58c61a7835
add sbin/fdisk and usr/mdec/mbr to package
2002-06-17 15:27:05 +00:00
itojun
245453be61
mbr for FDISK-formatted macppc disk
2002-06-17 15:25:45 +00:00
itojun
b11bd24490
fdisk is now useful for macppc, build it
2002-06-17 15:11:46 +00:00
itojun
9e1c373ba9
make it possible to handle/mount FDISK-partitioned disk.
...
extended FDISK partitions are not supported yet.
openbsd code was used as reference.
2002-06-17 15:07:06 +00:00
jdolecek
1d64dfa199
regen:
...
add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs
2002-06-17 14:08:25 +00:00
jdolecek
8a8c3e3040
add VIA Technologies VT8653 and VT8633 entries
...
move VT82C686A_MC97 entry to where it numerically belongs
2002-06-17 14:07:14 +00:00
fredette
51c7735d8a
Compile all standalones for the 68010, which makes bootblocks
...
compiled for the sun3 also usable on a sun2. This enables
making a single filesystem that can boot on all of sun2, sun3,
and sun3x (say, like on a CD-ROM).
2002-06-17 13:35:04 +00:00
fredette
82e3b21cfd
When making devices for the ramdisk, instead of making character
...
devices for CD-ROMs, which aren't useful on the ramdisk, make
block devices instead. This makes it easier to boot a CD-ROM
and install a miniroot from same.
2002-06-17 13:30:39 +00:00
drochner
fbb91339a2
make the port more complete
2002-06-17 10:50:01 +00:00
kanaoka
23508069b7
- Show SCI interrupt information.
...
- Remove ACPI_STA_DEV_SHOW from device check in acpi_build_tree().
2002-06-17 08:18:51 +00:00
martin
802d01cc19
Add support for Zcomax/ELSA XI325. From Jasper Wallace in PR 17252.
2002-06-17 07:47:33 +00:00
martin
1afa7ca375
Regen (XI325 Wireless LAN added)
2002-06-17 07:40:31 +00:00
martin
c7a70b196f
Add ELSA XI325 Wireless LAN, from Jasper Wallace
2002-06-17 07:38:42 +00:00
lukem
56dc20a9f6
ntpd_chrootdir needs /dev/clockctl as well
2002-06-17 06:47:58 +00:00
lukem
4f0cd76133
Add clockctl device (at major # 55).
2002-06-17 06:27:26 +00:00
lukem
9574a41373
regen for clockctl
2002-06-17 05:25:18 +00:00
lukem
fde6ae6f04
Enable "pseudo-device clockctl" in all kernels, except
...
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
2002-06-17 05:14:02 +00:00
manu
758eb330b4
build without DEBUG_IRIX
2002-06-17 05:01:56 +00:00
wiz
97bab15ef2
Add Xrefs to shm*(2).
2002-06-16 22:43:30 +00:00
wiz
0f085a5188
Add Xrefs to ipcs(1) and ipcrm(1).
2002-06-16 22:39:32 +00:00
itojun
69757aee7e
make factor work with and without openssl.
2002-06-16 22:24:00 +00:00
augustss
75ccf77ae3
Don't use -Dlint when compiling to get rid of unused copyright strings,
...
use -Wno-unused to get rid of the warning instead.
XXX This is not the right way either, but at least it compiles on ppc now.
2002-06-16 21:40:03 +00:00
manu
eae183fa32
Added COMPAT_LINUX and COMPAT_ULTRIX (commented out)
2002-06-16 21:03:36 +00:00
manu
e7be1a51a5
Commented out COMPAT_IRIX in GENERIC kernels, because it is still
...
quite experimental.
Added irix_kmem and irix_usema pseudo devices which are used by
IRIX binary compatibility (commented out for now)
2002-06-16 20:54:28 +00:00
thorpej
24e460d382
If any of __pentiumpro__, __tune_pentiumpro__, or __tune_i686__ are
...
defined, use bf_enc_686.S, else bf_enc_586.S.
2002-06-16 18:35:02 +00:00
thorpej
d8a2597f4b
* Don't put the pathname to the host-tool compiler into the library.
...
Instead, inject the compiler version info from ${CC} -v.
* Don't put the date into the library. Instead, inject the OS version
info.
2002-06-16 17:57:29 +00:00
itojun
3033187db0
previous commit cached pcb policy too much (when pcb points to
...
SPD entry that is not ipsec - like "none"). back it out. sync w/kame
2002-06-16 16:28:36 +00:00
itojun
bcc100404b
typo. From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
2002-06-16 16:00:31 +00:00
augustss
0c3e1ecc44
Match Sony Clie 4.1.
2002-06-16 15:01:31 +00:00
augustss
a66fe6523b
Regen.
2002-06-16 15:00:41 +00:00
augustss
72ec9576e9
Add Sony Clie 4.1 devices.
2002-06-16 15:00:18 +00:00
augustss
9b2766b49b
Use different quirks for Sony Memory Stick. From John Heasley in kern/16946.
...
Also don't munge all sony devices when patching subclass.
2002-06-16 14:59:58 +00:00
bjh21
f4de492459
Parenthesise arguments to VIDC_BLUE and VIDC_GREEN correctly.
2002-06-16 14:53:24 +00:00
wiz
ccb24c64f4
Consistency patch by John Franklin from bin/17281; additional grammar fix
...
by me.
2002-06-16 14:43:46 +00:00
bjh21
0501229019
Revert last. vidcvideo_textpalette() and vidcvideo_stdpalette set the palette
...
by different means.
2002-06-16 14:02:04 +00:00
bjh21
fe2313a380
vidcvideo_stdpalette() and vidcvideo_textpalette() do precisely the same thing.
...
G/C the latter and change its only caller to use the former.
2002-06-16 13:38:12 +00:00
bjh21
a246f35cb2
Un-__P, ANSIfy, clean up comments.
2002-06-16 13:25:02 +00:00
bjh21
00ae586c6d
None of the children of vidc now use their aux pointer, so there's no need
...
to set it, and vidcprint isn't needed to print it. G/C all that code, and
most of the rest of vidcsearch too.
This also means that the locators on vidc's children are unused, so G/C them
as well.
2002-06-16 13:20:14 +00:00
bjh21
fe5dfeb33a
struct lmcaudio_softc.iobase was unused other than to initialise it. G/C it.
...
This also means that the "aux" parameter to lmcaudio_attach is unused.
2002-06-16 12:38:11 +00:00
bjh21
cb54bb1599
struct vidcaudio_softc.iobase was unused other than to initialise it. G/C it.
...
This also means that the "aux" parameter to vidcaudio_attach is unused.
2002-06-16 12:36:42 +00:00
bjh21
1ee77efc62
Un-__P, ANSIfy, KNF.
2002-06-16 12:33:41 +00:00
bjh21
feccadb213
Un-__P, ANSIfy and light KNF.
2002-06-16 12:30:13 +00:00
bjh21
c20d5eb645
sc_iobase wasn't used, except to initialiase it at attach time. Kill it.
...
Hence remove all uses of "aux".
2002-06-16 12:24:23 +00:00
bjh21
5ed34fe182
Kill options XSERVER: nothing referred to it anyway.
2002-06-16 12:14:30 +00:00
bjh21
125a3becb6
Pull out config(8) input for arch/arm/iomd code into files.iomd, since that's
...
clearly where it belongs. Normalise the whitespace in the moved text.
2002-06-16 12:11:23 +00:00
martin
7edefc7cd1
Include <bsd.own.mk>, to make MKCRYPTO available.
2002-06-16 10:21:40 +00:00
wrstuden
0e65ecc5d2
Catch error code from mount command, and if it's the
...
error given when we ask for a v3 mount on a v2-only kernel,
*and* we weren't forcing v3, try the mount again as a v2 mount
before erroring out.
2002-06-16 02:27:31 +00:00
wiz
3afc88a556
Add walnut installation notes.
...
Information to fill them mostly provided by eeh and simonb.
Fix some random buglets I stumbled over.
2002-06-16 00:38:33 +00:00