Commit Graph

3116 Commits

Author SHA1 Message Date
wilko
2145792506 Document API CS20 2001-02-04 12:11:09 +00:00
wilko
c2008b3e90 Document API CS20 support.
HARDWARE.TXT update to follow.
2001-02-03 18:38:24 +00:00
bmah
891639d410 BIND update now has security advisory number. 2001-02-02 17:02:05 +00:00
luigi
efe88b8afe Add the MD_ROOT_SIZE option.
These files might need further work before producing a compilable kernel.
2001-02-01 21:05:52 +00:00
luigi
579f99db85 Add a required option, MD_ROOT_SIZE
also put in a better set of devices and options.
2001-02-01 21:04:32 +00:00
phk
655183f54b Use mdconfig/md instead of vn. 2001-01-31 22:58:39 +00:00
bmah
1c30bd70e5 New release notes: bridge(4)/dummynet(4) updates, find(1) -empty,
tftpd(8) -c/-C, vidcontrol(1) -g, ldconfig(8) permission/ownership checks.
2001-01-30 16:18:56 +00:00
bmah
08bb302ddc Update release notes: devfs(5) now in GENERIC, libc_r changes. 2001-01-30 05:02:15 +00:00
bmah
14e5a52edb Update for security advisories: 01:11, 01:12, 01:13, BIND fix/update. 2001-01-29 23:54:48 +00:00
luigi
c74ebdb7fa Put picobsd build scripts in sync with the ones in -STABLE.
With these scripts i was able to build a _working_ image of a
bridge-like floppy image with a reasonable set of utilities
in it, despite the code size increase we have in 5.0

The scripts are slightly different from the previous ones especially
on the place where the kernel and binaries are built. Hopefully
this will not cause too much trouble to people (is there any???)
using the old scripts.
2001-01-29 22:47:46 +00:00
wilko
910ada7419 Document which options to use for API UP1[01]00 2001-01-28 19:21:46 +00:00
wilko
c4a340f7f1 API UP1100 mainboard has been verified to work. 2001-01-28 10:09:17 +00:00
wilko
f992037f33 Document API UP1100 mainboard which is reported to work fine with FreeBSD.
UP1100 owners are invited to comment on the info provided here.
2001-01-27 21:34:33 +00:00
luigi
f11a4d83b9 Make the shell handle arrow keys 2001-01-27 03:25:01 +00:00
luigi
65b967e4ae The magic for autodetecting the boot media does not work anymore
on STABLE or CURRENT.  Put the explicit name for the floppy.
2001-01-27 03:23:44 +00:00
luigi
2026245108 Add dummy -n option, for compatibility with the standard netstat 2001-01-27 03:18:55 +00:00
bmah
a1a0de4a3f Catch release notes up with security advisories 00:41, 00:76,
00:77 (mistakenly referenced as 00:78), 01:01 (listed previously but
now has an advisory number), 01:08, 01:09.
2001-01-26 20:24:39 +00:00
bmah
505dec4416 New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install
support for bzip2.
2001-01-26 19:06:00 +00:00
hm
5838cb11e7 Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. 2001-01-26 13:33:31 +00:00
bmah
7917480cf8 Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config,
clarify (I hope) libgcc_r.a note.  These and a few other items were/are
MFC-ed to RELENG_4.
2001-01-24 17:58:17 +00:00
gshapiro
5262546208 sendmail 8.11.2 has been imported 2001-01-21 22:24:37 +00:00
alex
cc52339846 Make the name of the init script and the interpreter compile time options.
If not defined, default to the old values (with _PATH_BSHELL instead
of "/bin/sh", though).

Reviewed by:	markm
2001-01-20 09:12:55 +00:00
bmah
393a878079 New release notes: Condition variables in kernel, ConnectionsPerPeriod
deprecated in sshd_config, cdcontrol(1) and CDROM, sysctl -N,
ports "origin", sysinstall->/usr/sbin.

Note MFC for LinkSys cards note, clarify and MFC syslogd(8) and
LOG_CONSOLE.
2001-01-18 19:25:40 +00:00
bmah
b0131b336e Document I386_CPU kernel options, and note removal of I386_CPU
from the GENERIC kernel.

Reviewed by:	peter, jhb
2001-01-18 17:25:34 +00:00
jkh
4e1b4f9cee Note that /stand/sysinstall is deprecated.
Forgotten by:	jhb
2001-01-18 08:13:38 +00:00
wilko
8f47f8f9fe Note fix for isp that made certain CDROM attach fail.
PR:		22650
2001-01-17 20:42:29 +00:00
jhb
8a89cedf52 Sysinstall has been repocopied to src/usr.sbin/sysinstall and everything
now uses the sources found there.
2001-01-17 07:14:45 +00:00
jhb
51ae6539df - sysinstall now gets built as part of world, so don't throw in extra
commands to build sysinstall manually during release.
- Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help
  rather than ${.CURDIR}/sysinstall/help.
2001-01-17 07:13:40 +00:00
jhb
113ef49997 Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull it
from /usr/src/release.
2001-01-17 07:11:05 +00:00
peter
c47990530f Backtrack a bit.. Put the dangerously dedicated option under a
non-advertised option (F = "FreeBSD only"), and leave the A key with
standard partitioning.  It seems people still want a runtime backdoo
to get to dangerously dedicated mode.
2001-01-15 08:15:19 +00:00
peter
6625c7253a Don't invite trouble by waving the 'Dangerously Dedicated' (DD) option
at people.  This has been sitting in my tree for a few months now.  I
have spoken with quite a few folks about this and the support for doing
this was pretty strong.  I dont remember names though, so I cannot share
the blame :-(.  Note that this does not *remove* DD mode, it just stops
waving it at new users.  You can still set it via config files etc, and
the bootblocks and kernel still support it.  You can still use disklabel
to make true DD disks.
2001-01-15 05:29:53 +00:00
sanpei
49e9d347cd add new PC-Card entry, Melco/Buffalo LPC2-CLT
ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0
ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit)

Submitted by:	[FreeBSD-users-jp 58182]
		YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
2001-01-14 08:40:20 +00:00
dannyboy
fa7491a65d The -i option to ln requests user confirmation, not configuration.
PR:		24279
Submitted by:	Roelof Osinga <roelof@nisser.com>
2001-01-13 01:53:23 +00:00
bmah
766b43eccc New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).

MFCs noted:  aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
joe
58fa4973f9 MF4: Allow the build process to continue even if crunchgen returns an error.
Most crunchgen errors are non-fatal.
2001-01-11 22:35:57 +00:00
obrien
8a981f497e Add the us.pc-ctrl and us.unix keymaps. 2001-01-11 20:53:36 +00:00
abial
26305f1e26 Fix so that the netmask is displayed correctly when it does not
consist of contiguous bits in little endian format. Before the fix
the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was
displayed /24 instead of /28.

Also, add a missing include.

Submitted by:	Maxime Soule <Maxime.Soule@IPricot.com>
2001-01-10 23:06:31 +00:00
abial
574d3439a8 Reformat to be a bit closer to style(9). 2001-01-10 22:25:54 +00:00
abial
ea73fbfd96 Fix breakage after moving from struct proc/eproc to kinfo_proc. 2001-01-10 22:24:07 +00:00
wilko
b109ef890b Small note on FDDI support using DEC DEFPA 2001-01-08 22:38:11 +00:00
wilko
ff04787bea Document support for FDDI using DEC DEFPA adapters.
Thanks to: Andrew Gallatin for the actual patch that makes DEFPA work
2001-01-08 22:36:21 +00:00
wilko
a08052a582 Try, as much as possible, the messy situation around SCSI adapters on the
EB164 family. The mess is such that it is hard to document, but try to do the
best we can.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-01-06 18:18:44 +00:00
bmah
49bc7437a3 Fix typo: s/libscrypt/libcrypt
Submitted by:	gshapiro
2001-01-03 23:43:33 +00:00
bmah
92dd1a6a42 New release notes: libscript/libdescript unification, passwd(1) and
pw(8) select password hash algorithm at run time.

Submitted by:	peter
2001-01-03 20:44:11 +00:00
bmah
3bc31b4465 New release notes: md(4)/mdconfig(8) updates, ray(4) added, finger(1)
and .publickey, fix gcc typo, ancontrol(8)/wicontrol(8) fixes,
rdist(1) retired, Kerberos IV -> 1.0.5, ppp(8) tcpmssfixup.
2001-01-03 20:03:53 +00:00
sanpei
1828f1339b add new PC-Card entry, COREGA FEther PCC-TXD
ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0
ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
2001-01-03 08:42:08 +00:00
peter
bb20b7c63f Further tidy up the sbin/init and release builds. 2001-01-01 21:39:00 +00:00
bmah
5ab559e5a0 Sync up the list of supported AMI MegaRAID controllers with reality.
Submitted by:	msmith
2000-12-30 20:11:55 +00:00
bmah
35f9a6491c Fix some misplaced release notes, correct some omissions and
inconsistencies between architectures.
2000-12-29 19:34:46 +00:00
bmah
d237426b4a New release notes: vinum(4) updates, ICMP ECHO and TSTAMP reply
rate limiting, ICMP admin prohibited handling, PECOFF support,
retired kernfs(5), killall(1) behavior restored, rm(1) -v output
change, lpr(1)/lpq(1)/lpd(8) enhancements, pkg_update(1), libdisk
install-time configuration of boot0 for i386.

Also note MFC of an(4) changes for WEP.
2000-12-28 22:11:22 +00:00