phk
32c7c831a6
Use -R argument to cvs, this lets us work with a read-only repository,
...
at least to the extent that cvs bugs allow us to.
1998-09-13 17:20:57 +00:00
wpaul
f2d8198cf7
Add device list entries for the tl and xl PCI ethernet devices.
1998-09-13 16:45:10 +00:00
obrien
27c3b019d2
Mention that Amd has been upgraded for 3.0.
1998-09-13 09:00:24 +00:00
jhay
de257a8911
Add the missing file, printf to a directory does not work.
1998-09-12 20:04:44 +00:00
jhay
ae481ffab6
Old bug that only showed up after we moved to elf.
1998-09-12 18:53:16 +00:00
jkh
1bbbbdba43
Add note about picobsd joining 3.0
1998-09-12 18:48:42 +00:00
alex
29b7d93c33
Note the addition of pthread read/write locks and expansion of ipfw's
...
byte/packet counters to 64 bits.
1998-09-12 13:53:10 +00:00
abial
9993c373dc
Fix to properly newfs the MFS in case of custom setup. Mention this in docs.
...
Submitted by: Richard Wackerbarth <rkw@Dataplex.NET>
1998-09-11 13:14:33 +00:00
jkh
4ed741ff31
Note ELF, Perl5 and Atapi tape support.
1998-09-10 07:03:16 +00:00
brian
94cb71ee24
Mention some of the major changes to ppp for 3.0
...
Fix a typo.
1998-09-09 22:50:28 +00:00
jkh
5a4955a0bc
Remove perl5 from list of ports to build now that it's in the base system.
1998-09-09 14:20:22 +00:00
danny
fbca1bfc85
Fix typos.
1998-09-09 05:09:55 +00:00
jkh
dfa12d74eb
Some preliminary updates to the release notes, just as I think of
...
them. By no means a comprehensive list of all the things which should
eventually go in here before 3.0-RELEASE, nor are the CAM issues
reflected here yet.
1998-09-09 03:37:00 +00:00
abial
2fb5d649f8
Update the diffs against current source + some other cleanup.
1998-09-08 12:47:35 +00:00
jkh
2c0dd32df1
Whoops, update the makefile too while I'm at it.
1998-09-08 11:44:37 +00:00
jkh
15f8e2550c
Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOS
...
library. I have to include MSDOSFS on the boot floppy anyway (so I can
read DOS floppies in a few other contexts) and since both -stable and
-current MSDOSFS handle long filenames, I'm OK on that now. Should
save about 10K of space.
1998-09-08 11:44:08 +00:00
jkh
d9b7f7adb8
Make totally sure that we have the latest 1.7 version of booteasy
...
(it looked like it already to me, but the PR gives me cause to wonder).
PR: 2514
1998-09-08 10:46:40 +00:00
abial
2235e43ba1
Add info on PicoBSD being a part of FreeBSD source tree.
1998-09-08 06:35:43 +00:00
abial
13e60c49de
Sync help files with actual contents of "dial" floppy.
1998-09-08 06:04:41 +00:00
jkh
3aaf774c9f
Do an installworld rather than install to populate the chroot tree.
...
Recommended by: jb
1998-09-07 23:55:22 +00:00
abial
06f84d5212
Change the way the help files are stored, and save ca. 30kB on the
...
"dial" floppy.
Submitted by: Eric P. Scott <eps@sirius.com>
1998-09-07 19:00:34 +00:00
abial
25736f2460
Set the ${suffix} only once...
1998-09-07 06:46:25 +00:00
abial
dd93cb4486
* Add code to display statistics continuously, every some seconds.
...
* Fix a number of mem leaks.
* Update README.
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
1998-09-07 06:41:14 +00:00
jkh
87d9974846
Set CHROOTDIR's initial object type also.
...
Suggested by: jb
1998-09-05 07:43:13 +00:00
jkh
4411ac3da1
Add OBJFORMAT to list of variables passed into /mk script since it seems
...
to think you're using aout otherwise (and emits a rather confusing and
inaccurate diagnostic about OBJFORMAT being set in /etc/make.conf when
it most demonstrably is not set there).
1998-09-05 06:54:42 +00:00
msmith
c9603566dc
Escape the \ characters so that the intended beep at the end of the
...
boot.help message is actually appended correctly.
1998-09-05 00:36:18 +00:00
jkh
24ab75c075
Actually *looking* at this file now, I see that a good deal more
...
can be eliminated. :)
1998-09-04 23:51:40 +00:00
abial
0000252549
Bring the docs more up-to-date. Document the 'custom' setup.
1998-09-04 19:47:24 +00:00
abial
6e0b0b48ec
Added special type of setup called 'custom'. It allows you to supply
...
your own config directory laid out exactly like the standard ones.
Suggested by: Richard Wackerbarth <rkw@dataplex.net>
1998-09-04 19:38:57 +00:00
jkh
1fdee35084
Just nuke the aout bootstrap stuff since we don't need it anymore.
...
Simplify accordingly for ELF.
Convinced by: jb
1998-09-04 08:22:59 +00:00
abial
9e91d3d6c6
Set OBJFORMAT=aout to affect the whole build - for now, it seems that too
...
many tools needed to build the floppies are dependent on a.out...
1998-09-04 08:08:05 +00:00
jkh
525a0456f6
Only move a.out libs if we're building for a.out.
1998-09-04 06:31:34 +00:00
abial
367654ad64
Added Makefile to have true dependency of kernel image on the kernel
...
config file.
1998-09-03 10:41:36 +00:00
abial
3d3bcf57cf
Minor fixes to 'clean' script.
...
Changed the 'build' script to use ../${TYPE}/conf/Makefile in order to
have true dependency of kernel image on the kernel config file.
1998-09-03 10:40:27 +00:00
abial
a5cf33f88f
Set OBJFORMAT=aout, until crunchide learns about ELF format...
1998-09-03 10:16:03 +00:00
max
2c94888c3d
Add ^G to the end of boot.help on the installation floppy so that it
...
beeps when the Boot: prompt appears on the screen and people installing
FreeBSD onto PC without display monitor can tell when to hit `-h'.
1998-09-02 18:04:18 +00:00
abial
c6af9e903c
Add options for bridging and bandwidth limiting (disabled by default).
...
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
1998-09-02 14:16:07 +00:00
abial
e04c758419
Ugh... Small correction to the previous commit.
...
_Now_ it compiles on 2.2.7...
1998-09-02 13:11:23 +00:00
abial
e618724b5d
Added code to display interface table and link layer info, as well
...
as bridging statistics when using Luigi's bridging code.
Also added some ifdef's to (hopefully) get it to compile under 2.2.x
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
1998-09-02 11:48:07 +00:00
jkh
9f6b1115ba
Put MSDOSFS back and look for something else to trim.
1998-09-01 06:57:18 +00:00
jkh
343eedd829
Don't set the router_enable variable by default.
1998-08-31 17:47:52 +00:00
abial
8c7dba5d2d
init.ee was being copied to wrong place.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:39:01 +00:00
abial
42bb5c8507
Add HOME variable to environment.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:43 +00:00
abial
77133e55b5
Remove some mysterious passwords (they are not used here anyway).
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:24 +00:00
abial
c64a002e99
Add link gzip -> gzcat
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:39 +00:00
abial
d4d86f1afd
Remove CVS directories from the target floppy.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:06 +00:00
abial
d4269e6f3f
We need only one device entry for PCI eth. cards.
...
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
1998-08-31 13:21:45 +00:00
abial
91f26db7f1
Oops.. Forgot to add the Makefile
...
Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 13:10:25 +00:00
abial
fb9aadfdf4
Corrections and additions to FAQ.
1998-08-31 13:08:16 +00:00
abial
14467d03c6
The file /README mentioned here doesn't exist. Don't mention it.
...
Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 12:50:31 +00:00