jkh
fd7c9f4229
Always set the MBR value. When you leave it uninitialized, it seems
...
like libdisk does bad things. :)
1999-08-28 12:10:13 +00:00
roger
4551595b84
Backout my last commit. Exit status is $?
1999-08-28 08:04:15 +00:00
roger
197433c381
Add file which was missed in last commits due to CVS problems
1999-08-28 06:24:16 +00:00
roger
a5e1f71238
Add file which was missing from previous commits
1999-08-28 06:22:07 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
roger
74c7494ba1
'build' calls 'stage1'
...
The check for the exit status of the 'stage1' script was broken.
Change "X$?" != "X0" to "X?" != "X0"
1999-08-27 07:41:25 +00:00
jkh
e7fac5b9a5
Fix a typo.
...
Reported by: Terry Jones <terry@cliffs.ucsd.edu>
1999-08-27 06:25:37 +00:00
nik
c3f2c4e2a9
Handle the new Makefile infrastructure in the doc/ repository.
...
Set ALLLANG to install all the languages, otherwise set DOC_LANG
to just the languages (and encodings) you want to install.
Default to building the html-split (lots of small HTML files, with
links to go between them), html (one big honking HTML file), and plain
text versions of the documentation. Does not compress any of the docs
prior to doing the installation.
Testing and feedback: Jack O'Neill <jack@germanium.xtalwind.net>,
Cockups and typos: nik
1999-08-26 19:50:14 +00:00
roger
2e56906b46
Sync with -stable version
1999-08-26 18:36:36 +00:00
roger
77d8ff89a2
Comment out references to ssh to allow builds to complete.
1999-08-26 17:58:58 +00:00
roger
7f8de05700
Update so it applies cleanly
1999-08-26 15:17:24 +00:00
roger
48980afdc0
Update patch so it applies cleanly
1999-08-26 15:13:00 +00:00
roger
74f029a93f
Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE
...
Suggested by: Alan Cox
1999-08-26 11:11:48 +00:00
gallatin
2511d28a26
Mention our support of the xp1000 family
1999-08-25 21:14:03 +00:00
dwhite
e0240141ee
Add missing quote.
1999-08-25 01:12:55 +00:00
dwhite
ad67ebdb8c
Fix patch so it applies without asking for a filename.
1999-08-24 23:28:26 +00:00
dwhite
f92baad414
Add 'options MFS_ROOT' back in to kernel configs -- not going to get far
...
without that!
1999-08-23 18:49:52 +00:00
luigi
41ff5573af
Add missing files from previous commits.
1999-08-23 11:04:23 +00:00
luigi
4dc9c6202d
Add missing file from previous commit
1999-08-23 11:02:08 +00:00
luigi
5ac09b3628
Remove some files probably forgotten from previous commit.
1999-08-23 10:23:32 +00:00
luigi
f4e491e93d
Add missing files probably forgotten in previous commit
1999-08-23 10:19:15 +00:00
luigi
3486685dfa
Add missing files probably forgotten in previous commit
1999-08-23 10:13:06 +00:00
luigi
1a7c6b5ed0
Add missing file probably forgotten from previous commit
1999-08-23 10:05:20 +00:00
luigi
e2e7549f11
More cleanup: move device entries in Picobsd makefiles in a more
...
accessible place.
1999-08-23 08:52:05 +00:00
luigi
56742da8c9
Additional cleanup of the picobsd scripts.
...
Also bump Version to 0.445
1999-08-23 08:33:08 +00:00
dwhite
9cda01decb
Major PicoBSD update by luigi with some debugging help from myself.
...
. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel
THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.
Submitted by: luigi
1999-08-22 21:45:24 +00:00
wpaul
2d6692b058
Mention that the 3Com 3cSOHO100-TX adapter (cheap version of the 3c905B) is
...
supported, as well as the 3c980B server adapter (newer rev of the 3c980,
same PCI ID) and the 3c905C-TX.
1999-08-22 16:34:52 +00:00
jkh
0496045171
Fix assorted style problems and bring up to date.
...
Submitted by: Alexey M. Zelkin <phantom@cris.net>
PR: 13271
1999-08-22 05:14:23 +00:00
wpaul
db4fdbd041
This commit adds device driver support for the Sundance Technologies ST201
...
PCI fast ethernet controller. Currently, the only card I know that uses
this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the
only cards I have are samples sent to me by D-Link.)
This driver is the first to make use of the miibus code once I'm sure
it all works together nicely, I'll start converting the other drivers.
The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design
only with its own register layout. Support is provided for ifmedia,
hardware multicast filtering, bridging and promiscuous mode.
1999-08-21 18:34:58 +00:00
jkh
156e57ed72
Quiet some overly chatty debug output, do some minor cleanups to
...
the DHCP support code.
1999-08-21 07:13:20 +00:00
jkoshy
1d080a921d
Link libcrypt_p.a to the DES profiled library, if this library is present.
...
PR: misc/7759
Submitted by: Carl Mascott <cmascott@world.std.com>
Reviewed by: jkh
1999-08-19 06:36:24 +00:00
chris
212887c836
Fix a bunch of broken cross-references
1999-08-18 05:55:22 +00:00
mpp
b35c0c9c72
The sysinstall man page menetions that it was due to be replaced
...
in a previous FreeBSD version. That never happened. Document that
it is due to be replaced, but leave it open-ended as to when.
Also do some mdoc cleanup.
PR: docs/13148
PR: docs/13144
Submitted by: Lee Cremeans <lcremeans@erols.com>
Alex M. Zelkim <phantom@cris.net>
Discussed with: jkh
1999-08-17 10:57:18 +00:00
luigi
fad170345a
Enable printing of bridging statistics.
1999-08-17 03:30:34 +00:00
luigi
cf902ddda0
Fix a problem in printing interface names.
1999-08-12 05:40:07 +00:00
hm
8953068b03
update list of ISDN hardware supported by isdn4bsd 0.83
1999-08-07 12:14:39 +00:00
jkh
a5df34bc5f
Re-enable play-nice-with-DHCP option now that bpf is the default
...
in GENERIC. Now a dhcp-configured system will both install and boot
initially with proper interface configuration.
1999-08-07 01:43:39 +00:00
sos
abecc22881
Add a local distribution under the "costum distribution" menu.
...
This allows to add local additions on install time..
1999-08-05 20:04:56 +00:00
phk
7117f963c2
Make the newfs parameters a global option.
...
The default is still "-b 8192 -f 1024" but my experiments show that
"-b 16384 -f 4096 -c 100" is a more sensible value for modern
disksizes.
1999-08-05 19:50:26 +00:00
jkh
c32597f761
Stay on the serial console if installed that way.
...
Requested by: max
1999-08-05 10:07:09 +00:00
jkh
faee7df917
I was clearly smoking crack when I committed the change to allow for
...
architecture-specific docs on the boot floppy and CDROM. Do it right this
time.
Noticed by: jhay
1999-08-05 08:37:31 +00:00
jkh
e38551e9fa
Turn docs back on - ache was very quick.
1999-08-05 01:28:00 +00:00
jkh
340cfc8163
Turn docs off by default again - somebody has broken the docproj port.
1999-08-04 17:30:00 +00:00
asami
ede804a714
Add new ports category "ftp".
1999-08-02 11:33:19 +00:00
jkh
50a739edfc
Add INSTALL.TXT back.
1999-07-31 19:15:29 +00:00
billf
d217f4f226
Add the 'Swiss' font, which refers to the name of the font, not the locale.
...
Apologies To: Dan Nelson <dan@emsphone.com>
1999-07-29 21:15:10 +00:00
billf
a0a9bba6c0
we only need to declare i if we are building for the alpha.
1999-07-29 21:12:54 +00:00
brian
6136b590e0
Allow room for editing labels on disks that are >= 10000Mb
...
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-29 06:28:52 +00:00
jkh
34b40fa57f
Don't show fdisk choice on Alpha.
...
Suggested by: obrien
1999-07-29 06:23:17 +00:00
nik
1f6c047817
Change "telesis" to "telesyn" to reflect their change of name.
...
PR: docs/12435
Submitted by: Adam Kranzel <shade@dnai.com>
1999-07-27 18:25:29 +00:00