Wilko Bulte
4c859e8ae9
Correct info on AS2[01]00
...
Submitted by: Andrew Gallatin
2000-06-05 17:48:40 +00:00
Yoshihiro Takahashi
a40915d750
- Remove obsolete PC-card boot.flp hack. It was for making both PC-card
...
boot.flp and plain boot.flp.
- Clean up crunchgen related routine.
- Add PC-98 support.
TODO:
o Documentation
o Fix some messages for PC-98
o Decrease the size of fixit.flp to 1.2MB
o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html )
No response from jkh
2000-06-05 13:17:23 +00:00
Brian Somers
3142868451
Specify a trigger address of 0.0.0.0 here so that we can sucessfully
...
negotiate with broken ppp implementations that won't supply an IP
number unless we suggest 0.0.0.0
Noted by: Andrew Parry <andrew.parry@db.com>
2000-06-05 10:59:43 +00:00
Josef Karthauser
3ad254b3de
Disable colour support in ls when building the fixit floppy, and make
...
a note of it in the release Makefile.
2000-06-05 02:25:55 +00:00
Wilko Bulte
234376e62c
First shot at documenting DemiSable, Sable, Lynx & Rawhide. Owners/users
...
of these machines please comment!
2000-06-04 18:33:25 +00:00
Jordan K. Hubbard
ce51a9fcf9
Add a new release variable, AUTO_KEYBOARD_DETECT. If you set it to
...
1, the -P flag is used on the boot floppies. If not, don't. The new
default is to not use it.
2000-06-04 04:41:41 +00:00
John W. De Boskey
b334e16698
Remove less from fixit.flp until the space issues are resolved.
...
Approved by: jkh
2000-06-01 23:35:15 +00:00
Jordan K. Hubbard
50ee7e6c72
Make the ports readmes and foreign docs more optional.
...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-01 02:43:55 +00:00
Jordan K. Hubbard
91bb0c05fe
Update the australian NTP server entry.
...
Submitted by: Peter Matthews <peter@netwise.com.au>
2000-05-31 21:40:50 +00:00
John W. De Boskey
ca7d5d8c6d
With the removal of more, update the fixit floppy to contain
...
less (and symlink more to less).
Approved by: jkh
2000-05-31 15:26:03 +00:00
Luigi Rizzo
1bcc7e80bf
Move mfs-related files to a different subtree
2000-05-31 12:27:38 +00:00
Luigi Rizzo
f09a623ad9
Move mfs-related files to a new location
2000-05-31 12:25:39 +00:00
Mike Smith
07b1028579
Finish the /dev/rXXX removal job. With the libdisk fixes, this should
...
actually work again.
2000-05-31 00:57:48 +00:00
David E. O'Brien
13c6acf19d
Add the 'Z' key to the slice editor. Hitting it toggles the units the
...
sizes are displayed in.
Ok'ed by: murray
2000-05-26 00:38:20 +00:00
Mike Smith
6af0a0de78
Remove all of the block devices, correct major numbers to point to the
...
corresponding character devices. This is (currently) untested, but
should be correct.
2000-05-25 02:48:15 +00:00
Mike Smith
f8883ef3e1
Teach sysinstall about 'twe' disks. Note that this is currently
...
untested, and with the current state of flux surrounding the death
of bdevs other things here may need to change.
2000-05-25 02:28:50 +00:00
Joerg Wunsch
d166185f0d
Minor nit: this tar(1) replacement still used /dev/rst0 as its default
...
device.
2000-05-19 16:02:54 +00:00
Wilko Bulte
a7919b459d
Parallel ports are supported in the 5.x stream, not (yet?) in 4-stable
2000-05-17 20:23:03 +00:00
David E. O'Brien
9ee6ec34ef
Add an option to select the Fix-it tty. The current behavior is utterly
...
*useless* on serial consoled machines.
2000-05-16 22:05:32 +00:00
Wilko Bulte
595e3b035e
Parallel ports now work on Alpha.
2000-05-16 17:43:30 +00:00
Garrett Wollman
44f56af160
Add a note about exclusion support in mtree(8).
2000-05-16 17:13:59 +00:00
John Baldwin
9f8b8491c9
Add support for USB to sysinstall. This includes running usbd and
...
setting 'usbd_enable' in rc.conf during nwe installs if USB is detected.
Also, since usbd already handles USB mice automatically, note that the
mouse setup section in sysinstall only applies to non-USB mice.
2000-05-12 03:01:17 +00:00
John Baldwin
fead5c443b
Add USB devices to /dev on the install floppy.
...
Add usbd.conf to /etc on the install floppy.
2000-05-12 02:58:59 +00:00
John Baldwin
88ecacfeac
Add usbd and usbdevs to the install floppy in /stand.
2000-05-12 02:57:56 +00:00
Murray Stokely
0f32c069d9
Fixed small bug introduced in my last commit.
...
Approved by: jkh
2000-05-11 23:43:12 +00:00
Wilko Bulte
be5ff4439f
Claim support / explain white-box Alphas.
...
Obtained from: drew
2000-05-11 18:56:45 +00:00
John Baldwin
065aa0a04f
Actually, overriding DISTFILES at all is just a bad idea, so remove the
...
variable all together.
PR: misc/14104
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
2000-05-09 21:21:42 +00:00
Wilko Bulte
1f2c1783b5
Add reference to new name DIGITAL Server 330x for AlphaServer 800
2000-05-09 20:30:04 +00:00
John Baldwin
f6ede19c6d
Add a DOCDISTFILES variable to point to a directory containing the
...
distfiles to build the docproj port during release. Prior to this, the
distfiles were copied froom ${DISTFILES}. However, if like me, you needed
to store the distfiles in some directory other than /usr/ports/distfiles,
for example /usr/docdistfiles, then when you overrode ${DISTFILES} it broke
the release build when it tried to build docproj port in the chroot'd
release area. To preserve backwards compatibility, DOCDISTFILES defaults
to the value of DISTFILES.
Ok'd by: jkh
2000-05-08 22:21:17 +00:00
Kris Kennaway
080f16d410
Update device names
2000-05-07 09:26:49 +00:00
Jonathan Lemon
e003b0836e
Add blurb about kqueue to the release notes.
2000-05-06 02:33:44 +00:00
Wilko Bulte
2ae2d6ba88
Added PWS as abbreviated name for Miata
...
Submitted by: naddy@mips.inka.de
2000-05-03 21:02:29 +00:00
Wilko Bulte
5ec3fef95c
Add Samsung 164BX to non-SRM mainboards
2000-04-28 19:18:52 +00:00
Wilko Bulte
3ac18dd767
Remove PC164UX from 'might work/might have SRM'. Add warning for
...
non-SRM for PC164UX and XL/XLT DEC machines
Submitted by: <naddy@mips.rhein-neckar.de>
2000-04-27 20:19:48 +00:00
Joseph Koshy
01f31528b0
Correct typo in description string: CANNOT' ->
CAN'.
...
PR: docs/18177
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
2000-04-26 05:21:54 +00:00
Doug White
9547f4e793
Remove mistakenly added {o}init. The build system adds it automatically.
2000-04-25 19:03:31 +00:00
Doug White
223b633217
Commit PicoBSD mega-patch:
...
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first
unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.
Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment. The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK. I will be adressing these in the
near future (unless someone beats me to it :-) ).
PR: misc/17737
Submitted by: Omachonu Ogali <oogali@intranova.net>
2000-04-25 19:00:08 +00:00
Garrett Wollman
553654a570
Note the presence of POSIX.1b Shared Memory Objects.
...
There's got to be a better way to handle cross-architecture
kernel changes.
2000-04-22 15:36:56 +00:00
Jordan K. Hubbard
e0477e7f07
make release builds a bit more error-resistant
2000-04-22 09:00:51 +00:00
Paul Saab
f336d4cd95
Mention the support for PXE in the release notes.
2000-04-20 06:42:39 +00:00
Mitsuru IWASAKI
15558ea043
Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.
2000-04-17 05:13:27 +00:00
Mitsuru IWASAKI
e8bbfc060c
Fix the location of pccard.conf,
...
etc/pccard.conf.sample -> etc/defaults/pccard.conf.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-04-17 03:09:05 +00:00
Robert Watson
27322174cd
Add mention of extended attributes in release notes.
...
Suggested by: kkenn
2000-04-16 20:06:11 +00:00
Wilko Bulte
2c339a6dea
Add web pointers to Multia FAQs
2000-04-14 10:29:03 +00:00
Wilko Bulte
8acc98e2f1
Update Multia section with floppy boot problems & workaround.
2000-04-13 18:17:59 +00:00
Wilko Bulte
35e02801dd
update Monet information
2000-04-12 20:21:56 +00:00
Murray Stokely
443b94ac1b
Installing via an HTTP proxy should not attempt to resolve the
...
hostname of the FTP server; that is the proxy's job. This temporarily
deletes the nameserver variable before calling mediaSetFTP.
PR: 17371
Approved by: jkh
2000-04-10 19:39:01 +00:00
Murray Stokely
c79f6ff977
More error checking and idiot-proofing for the user editor.
...
PR: 14318
Approved by: jkh
2000-04-08 03:08:12 +00:00
Murray Stokely
471d7061ad
PR: 17559
...
Approved by: jkh
You can't enable 'emulate 3 button' option for moused in sysinstall.
This adds a menu option to set moused_flags and the help text explains
that entering "-3" will enable this feature.
2000-04-08 03:04:32 +00:00
Wilko Bulte
23d434bead
Update DS10 description, add info on DS10L "Slate"
2000-04-06 18:10:45 +00:00