kuriyama
9a78c29750
Minimal distribution now gets cropto binaries.
...
This can avoid waring about "no sshd" at booting after installation.
Approved by: jkh
2000-11-11 02:09:18 +00:00
bmah
5102063cae
New release notes documenting: thread library enhancements, chflags(1)
...
move from /usr/bin to /bin, and CSMG_* macros fix.
2000-11-10 18:01:57 +00:00
ru
f9c7198049
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
bmah
753ee9d1c3
Remove SMP kernel config note that wasn't really applicable to the alpha.
...
Submitted by: obrien
2000-11-10 17:37:12 +00:00
sanpei
98f4105bf3
add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)
...
and this PC-Card has function ID as modem, pccard.conf entry
is not needed.
Submitted by: (Roger Hardiman <roger@freebsd.org>)
2000-11-10 12:43:49 +00:00
sanpei
952e780c5a
Add MELCO IGM-PCM56KH
...
Submitted by: HIDETOSHI Imai <hidepin@infonets.hiroshima-u.ac.jp>
bsd-nomads:14735
2000-11-10 12:38:21 +00:00
sanpei
db512072eb
add Xircom 10/100 Network PC Card adapter.(rev.1.149)
...
add BUFFALO LPC3-CLX
Submitted by: Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp>
2000-11-10 12:35:26 +00:00
kuriyama
79cb327242
Make numeric shortcut key behaving correctly in "Installation Media" menu.
...
Approved by: jkh
2000-11-10 09:50:22 +00:00
jkh
1d19c805e8
Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_add
...
in order to suppress onwonted package interaction.
Submitted by: steve
2000-11-10 09:34:06 +00:00
jhb
b05cc526a0
Update this patch to apply to the latest XFree86 3.x port.
2000-11-09 21:26:28 +00:00
jhb
975cd169e1
Correct some old comments.
2000-11-09 21:25:58 +00:00
jhb
ed6e07be54
Add in a few extra documents built by the latest XFree86 3.x port.
2000-11-09 21:22:42 +00:00
joe
325d90edc9
Remove libipsec and libradius. We're now building without support
...
for these by default.
2000-11-08 02:23:26 +00:00
jkh
8ba83fb185
For High security profile, set securelevel to 1 to protect /dev/*mem
...
and mounted disks, among other things.
Requested by: kirk
2000-11-07 23:05:14 +00:00
joe
a880fcd0b8
Fixup the /tmp directory permissions to 01777.
...
PR: misc/15875
2000-11-07 20:40:21 +00:00
hosokawa
c1e3bf3555
This file has not been used for long time.
2000-11-07 14:14:38 +00:00
hosokawa
93fd8b30f9
Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp)
2000-11-07 14:00:04 +00:00
joe
cc3b767ced
Load the kernel and root file systems from floppy:/.
2000-11-07 12:33:46 +00:00
hosokawa
53a86f3ed9
Added Intel Gigabit Ethernet card to device menu.
2000-11-07 09:16:14 +00:00
hosokawa
73079989d1
release/sysinstall/lndir.c has not been used, but statically linked
...
to sysinstall for long time. Remove it.
2000-11-06 09:28:54 +00:00
jkh
f62dc3fcb3
MFS: comment character and readability fixes.
2000-11-05 22:49:15 +00:00
truckman
8848151ef6
Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH
...
with these in the normal case.
Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting
the fixit shell.
2000-11-05 17:59:29 +00:00
truckman
5edcd15529
Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted
...
filesystem.
2000-11-05 15:38:05 +00:00
truckman
d413956ca1
Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally
...
overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so
that the copy of MAKEDEV on the fixit floppy is usable, since mknod and
expr live in /mnt2/stand when the fixit floppy is running.
Get rid of the sed invokation in release/Makefile that attempts to
delete the PATH setting stuff from MAKEDEV on the fixit floppy. This
hasn't worked since a long ago change to MAKEDEV caused the sed
expression to no longer match.
PR: misc/21241
2000-11-05 15:34:58 +00:00
joe
671dc19e99
Crunchgen now has the necessary magic to include the make hooks that
...
munge_crunchmk was adding for us.
2000-11-03 15:50:04 +00:00
jkh
609d052a6f
Update ports count to "over 4000"
2000-11-03 10:05:26 +00:00
joe
d1ac711b1d
Fold the buildopts into the existing crunch.inc file.
...
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options. Tools not policy. Move these global settings out into each
picobsd distribution.
2000-11-03 01:33:03 +00:00
hosokawa
1479cc2ba2
Better way to ensure vn.ko is loaded.
...
This does not affect the kernel that vn is linked statically.
2000-11-02 15:14:27 +00:00
joe
8f40e5815a
Build picobsd object files in /usr/obj/picobsd/${TYPE}.
2000-11-02 13:38:10 +00:00
hosokawa
cf899b18b1
Revert 1.574 (maybe dummy vnconfig is better)
...
Requested by: jkh@FreeBSD.org
2000-11-02 13:22:25 +00:00
joe
15b3c04600
Post process the crunch1.mk file to allow make arguments to passed on
...
a per program basis allowing a greater control on what is built.
The buildopts file contains Makefile lines of form:
# Anything added to OPTS is added to every build rule.
OPTS= -DNOPAM
# These should only be added to the build of user-ppp.
ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one. Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.
2000-11-02 13:16:43 +00:00
joe
f678c10b71
Remove an unneeded declaration for OBJ.
2000-11-02 12:46:02 +00:00
hosokawa
e0d5255889
Merge from RELENG_4 (1.536.2.24 to 1.536.2.25).
...
Ensure vn.ko is loaded.
Submitted by: obrien@FreeBSD.org
2000-11-02 12:29:22 +00:00
sanpei
52fdfd8f75
add support for 3Com 3c575TX Fast Etherlink XL.
...
Device information for 3C575-TX is from NetBSD,
sys/dev/cardbus/if_ex_cardbus.c file.
Reviewed by: wpaul, imp
2000-11-02 06:49:38 +00:00
joe
d50db8c8e8
Copy the built kernel from the right place. (Forgotten in the last
...
commit.)
2000-11-02 01:57:23 +00:00
n_hibma
e6afdafd90
Metricom Ricochet GS wireless USB modems are now supported.
2000-11-01 18:03:14 +00:00
n_hibma
0833988697
Update the entry for uscanner (only list devices that we know that work)
...
Also add an entry for umodem (3Com 5605)
2000-11-01 01:27:09 +00:00
bmah
29f26b0bc9
Note MFC of uscanner(4).
2000-11-01 00:01:49 +00:00
bmah
1bcf6c2f9f
Note bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++
...
runtime initialization code, BIND update to 8.2.3-T6B.
2000-10-31 22:01:32 +00:00
hosokawa
f2c54e735c
I forgot the driver configuration file for mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:41:38 +00:00
hosokawa
f306aafb4e
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:39:07 +00:00
jkh
57f1667b96
Changes have been made to support a concept of VAR_FIXIT_TTY being
...
standard or serial. This change needs to be done to the entire system that
depends on this. This way we don't have some code using OnVTY checks
and other doing
strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.
Also fixed a dialog problem in that dialog was used when dialog was
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
PR: 22352
2000-10-30 23:46:12 +00:00
bmah
318ca610f2
Note ipfilter update to 3.4.12, cd(4) support for write operations,
...
MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc
import, mergemaster improvements.
2000-10-30 21:43:27 +00:00
bmah
c182b385dc
MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.
...
PR: misc/22383
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
2000-10-30 19:09:50 +00:00
bmah
e80bc3f03c
Note MFC to 4-STABLE of mly(4) driver.
...
Submitted by: msmith
2000-10-30 18:52:22 +00:00
sos
9002a5f803
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
eivind
5523c894ed
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
non
8b62d4d5d4
Add about ncv, nsp, and stg SCSI drivers and card names which
...
are supposed to work.
2000-10-29 05:58:27 +00:00
sanpei
4dda8545f9
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
msmith
39c124ef2e
Mention the new '40LD' AMI RAID controllers that we now support.
2000-10-28 11:51:12 +00:00