pb
a5251563a0
Make the following changes to PicoBSD kernel configurations:
...
- to account for recent changes in MFS:
add pseudo-device md
replace MFS_ROOT with MD_ROOT
- replace deprecated "disk" with "device"
1999-11-28 21:33:44 +00:00
msmith
4ec4627632
Add support for the AMI MegaRAID and Mylex drivers to sysinstall.
...
There are reports that installs to these controllers still don't
work, but this is at least one step closer.
1999-11-27 21:33:04 +00:00
obrien
d887bc094a
Update compiler entries.
...
Note the 100% total death of /dev/*sd*.
1999-11-27 21:18:19 +00:00
phk
2f018faacf
Make it possible to make release on archaic kernels.
1999-11-27 18:48:10 +00:00
roberto
5fe7d47a40
Add ftp.nz.freebsd.org to the list of available FTP sites.
...
Submitted by: "Dan Langille" <dan@freebsddiary.org>
1999-11-27 16:02:08 +00:00
phk
21243bc5b9
Remove BAD144 support.
1999-11-27 14:33:07 +00:00
phk
655cdf7d7a
Remove bad144 from floppy images.
1999-11-27 14:32:58 +00:00
phk
4ca01ca668
Create a symbolic link in the ftp directory, so that the user can
...
enter the URL directly to the FTP directory without worrying about
the BUILD_NAME.
Remove some extra quoting in a kernel config file.
1999-11-27 14:32:27 +00:00
jkh
4edd65bbda
minor bugfix to loader.conf code.
1999-11-25 17:56:00 +00:00
jkh
8a92380eef
Clean up the loader.conf write-out code.
1999-11-24 09:45:36 +00:00
marcel
33b10c948f
Add signal changes.
...
i386 only: Add Linuxulator sysctl variables.
1999-11-22 10:22:39 +00:00
jkh
32c2b8dfa2
Update for new doc paths.
...
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
PR: 15020
1999-11-21 22:04:13 +00:00
brian
62c4e5d19a
Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
...
to the release kernel.
1999-11-20 10:54:57 +00:00
obrien
31081e234a
Don't ask about SCO/IBSC2 binary support on the Alpha.
1999-11-18 03:03:01 +00:00
jkh
b839b31fcc
Remove obsolete token ring support comments.
...
Reminded by: joerg
1999-11-12 19:28:48 +00:00
sos
6c56f82668
Add devices from the ATA driver (ad, acd, afd, ast).
1999-11-09 19:10:15 +00:00
phk
8207ac2d14
Add libnetgraph
1999-11-09 10:22:56 +00:00
wes
d4a804e4d3
Add information about Intel managed EEPro card.
...
PR: docs/14505
Submitted by: Stephen J. Roznowski <sjr@home.net>
1999-11-09 06:58:02 +00:00
jkh
af24dd0170
Add the latest categories.
1999-11-08 16:23:34 +00:00
jkh
8417239202
Defensive coding to prevent a potential segfault.
...
PR: 14706
Submitted by: ru
1999-11-08 16:19:25 +00:00
jkh
4f4156cb29
Allow distributions to be excluded more easily in scripts.
...
Submitted by: Brian Dean <brdean@unx.sas.com>
1999-11-08 11:51:57 +00:00
jkh
1ac5d40f33
Make sure modes on new skeleton files are correct.
1999-11-05 11:04:30 +00:00
des
6380359f11
Document my TCP/IP hacks.
1999-11-02 08:44:26 +00:00
roger
12f5be6150
Update PicoBSD so it does not need to patch the passwd Makefile.
1999-10-30 09:19:30 +00:00
dwhite
6ee2209df1
Change MFS sizes to 2400k since gzip will compact free space anyway.
...
Add 'install' to the internal floppy type list.
1999-10-20 04:48:35 +00:00
dwhite
12aedb126c
Reverse the sense of the /mnt/boot/defaults dir check. This was causing
...
the bootloader to not load the loader.conf and thus the MFS image. The result
was 'panic: no init'.
1999-10-17 22:42:57 +00:00
dwhite
ad345ff4e4
Fix handling of the 'custom' directory symlink.
...
Properly abstract the PicoBSD build directory instead of depending too much
on pwd's and relative paths.
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-10-11 20:52:50 +00:00
dwhite
aafa907b0c
Be explicit about kzip location to avoid accidentally calling KDE kzip.
1999-10-11 05:13:52 +00:00
markm
b31c2356ed
Correct the Crypto dist's name in a string.
...
Get the KerberosIV dist from the correct files.
1999-10-10 07:13:33 +00:00
dwhite
6f53851bb1
Add documentation for the PicoBSD install floppy.
1999-10-08 05:20:06 +00:00
dwhite
7bbfacece4
Add a new floppy type, install. This type builds a disk that can
...
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.
Documentation following shortly.
1999-10-08 04:00:21 +00:00
nsayer
46994cbf2d
Reverse order of krb4 and des build so that SRA telnet does not
...
overwrite Kerberos Telnet.
1999-10-07 22:56:16 +00:00
jkh
244183965b
Really fix the auto keyword botch correctly by just letting it
...
do its job and not override it when set.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
1999-10-05 10:10:42 +00:00
phk
796028356c
Fix building non-crypto releases.
1999-10-03 06:43:57 +00:00
peter
3021933a6c
Use sigemptyset rather than sa_mask = 0.
...
Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-09-30 19:55:00 +00:00
jkh
da8f96a0d6
Sigh, too many late nights!
1999-09-30 08:32:35 +00:00
jkh
ef811049fd
Oh bollocks, I really screwed up the "auto" check here. Time
...
to crack the K&R; I must have forgotten the C language. :)
Embarrassingly noticed by: Howard Gutch <logix@foobar.franken.de>
1999-09-27 21:48:28 +00:00
jkh
a9675102dc
Guard against an rm returning non-zero status.
...
Noticed by: Makoto MATSUSHITA
1999-09-23 18:40:54 +00:00
wpaul
9e9ee6a9d8
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
...
ethernet card (PCI, VIA Rhine II chipset).
1999-09-22 19:46:14 +00:00
wpaul
ef2bc702ac
Spruce up the ADMtek driver: conver to newbus, miibus and add support
...
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created
a loadable module.
I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
1999-09-22 05:07:51 +00:00
markm
9c29053eed
Prepare for K5.
1999-09-19 22:30:39 +00:00
jkh
73f3f4d411
execute a strategic clear.
1999-09-19 08:24:32 +00:00
jkh
07af0a243b
Deal with new "auto" setting for network_interfaces.
1999-09-19 07:46:55 +00:00
jkh
7ab42b2253
Make trash removals less chatty.
1999-09-19 02:05:52 +00:00
jkh
3ef83ac32b
MF3: various small tweaks.
1999-09-17 09:32:22 +00:00
jkh
190e4bc3ed
Some minor cosmetics: make mkdir less chatty in the output and stop making /R
...
magic.
1999-09-16 08:44:22 +00:00
jkh
bef40192ab
If enlightenment is present, gnome-session starts it automagically.
1999-09-15 02:52:56 +00:00
jkh
177173e8b3
Don't need to add bpf anymore.
1999-09-14 18:43:35 +00:00
obrien
3cf9a59c4d
Foo. Maybe I should get Peter to hook ispell up in commit_prep.pl.
1999-09-14 10:38:45 +00:00
obrien
07344a5e94
Add the NIS domain to the tweakable knobs.
1999-09-14 09:15:35 +00:00