summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-13- mention bsd.rd in the release contents, this is an easy way to upgradeMiod Vallat
- mention you can't install with less than 16MB those days - hardware list slight updates and precisions - document correctly which drivers are available on which install media - mention that the root partition needs to be located in the first 8GB (and perhaps a smaller limit on older machines) to boot properly this includes some contributions from nick@ and some feedback from deraadt@
2002-04-13allow todd to do very weird things at the timezone prompt; fix from krwTheo de Raadt
2002-04-13only fsck root once in upgrade; from krwTheo de Raadt
2002-04-13small typos; ok miod@Ian Darwin
2002-04-13last rev forgot to handle the "swap on" types; drahnTheo de Raadt
2002-04-13put the right things on a bsd.rdTheo de Raadt
2002-04-13Use a grizzly sed script to ensure that the rootdev is determined out ofTheo de Raadt
the last possible dmesg block in the buffer; clubbed together by espie
2002-04-13Try MUCH harder to always print a "root on" lineTheo de Raadt
2002-04-13machdep.allowaperture is normally 1; found by artTheo de Raadt
2002-04-13do not check filesystems; krw okTheo de Raadt
2002-04-12Sort mount points when generating fstab file. This prevents problemsTodd C. Miller
when people specify, e.g. /usr/local before /usr. deraadt@ OK
2002-04-12kbd setting code for the installer. smat@acm.org, miod, and krw. MinimalTheo de Raadt
last minute tweaks to it by me, but you can trust me, right?
2002-04-12kbd setting code for the installer. kbd needs to be compiled without KVMTheo de Raadt
support. smat@acm.org, miod, and krw.
2002-04-12kbd setting code for the installer. smat@acm.org, miod, and krw. MinimalTheo de Raadt
last minute tweaks to it by me, but you can trust me, right?
2002-04-12syncTheo de Raadt
2002-04-12ramdisk needs wskbd0Theo de Raadt
2002-04-11o Document the difference between "open system" and "shared key" authTodd C. Miller
o IBSS is now port type 4 o Add an explanation of the various port types
2002-04-11Add IBSS examples.Todd C. Miller
2002-04-11syncTheo de Raadt
2002-04-11pci should be 600; matthieu okTheo de Raadt
2002-04-11Accept "ibss" for port type 4Todd C. Miller
2002-04-11Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics.Todd C. Miller
deraadt@ OK
2002-04-11o Check supported speeds before examing capabiltiesTodd C. Miller
o If capinfo doesn't match, save it anyway for debugging porpoises o Add more info for capinfo failures in debug mode
2002-04-11- update package list with a more complete list, which also listsMiod Vallat
non-x86 packages (hfsplus, ogle-altivec, etc) - mention that OpenSSH will be at 3.2 for this release ok deraadt@
2002-04-11Make sure this always prints the 'root on' line. Also, treat ramdisksJason Wright
as disks in a few other places so that autoconf doesn't complain: 'use one of: ...' when rd0 is wired as root.
2002-04-11update approximation of package list (good enough)Theo de Raadt
2002-04-11bye bye betaTheo de Raadt
2002-04-11Fix Lucent <-> Prism2 WEP interop bug. We only want to set theTodd C. Miller
EXCLUDE_UNENCRYPTED bit in the WI_RID_P2_ENCRYPTION value if we are in shared key mode. Symbol cards, just to be different, supposedly always want the EXCLUDE_UNENCRYPTED bit set (confirmed with the Linux orinoco and spectrum24 drivers). I have so far been unable to get my Symbol card to interop with Lucent or Prism2 WEP. In BSS mode at least, this Symbol card does not list WEP as a capability it supports. This is, to put it mildly, rather annoying.
2002-04-11syncTheo de Raadt
2002-04-11o Set feature flags based on firmware type and version.Todd C. Miller
o Move the sc->has_wep flag into sc->wi_flags o Only do the COR reset on Symbol cards just to play it safe. o Remove unused sc->sc_enabled variable. o Kill ibss_portmap array in favor of sc->wi_ibss_port, which is stored in little endian. mickey@ OK
2002-04-10Document IKE mode-cfg config. deraadt@ ok.Hakan Olsson
2002-04-10Document the FIFO ui. deraadt@ ok.Hakan Olsson
2002-04-10If disk device nodes are missing, and MAKEDEV can be found on the media,Theo de Raadt
use it to make 'em. Now you can install with as many disks as you want. cleanup by espie, tests by jason
2002-04-10o Add ibss and ibss-master mediaopt for ifconfigTodd C. Miller
o Map port type 4 to ibss regardless of firmware type. This gives us a consistent way to set ibss mode.
2002-04-10Add missing IFM_OPTIONS macro. Previously 'ifconfig -mediaopt' couldTodd C. Miller
clear bits other than media options. Fix from NetBSD.
2002-04-10For PLX cards move CIS handling to be earlierTodd C. Miller
2002-04-10nfs_realign from FreeBSD. The old code was over-optimized, occasionally ↵Constantine Sapuntzakis
overwriting other parts of a TCP stream, occasionally dereferencing NULL pointers
2002-04-10Handle all pending adb interrupts when searching for devices.Dale Rahn
Adjust delays in the probe code. ok miod, matthieu, lebel, brad.
2002-04-10don't attach to system processes.Federico G. Schwindt
art@ niklas@ markus@ millert@ deraadt@ ok.
2002-04-10If the IP header length is zero, the packet will loop in ip_print().Theo de Raadt
Taken from tcpdump 3.7.1; mbing@nfr.net; ho ok
2002-04-10Clean up after pw_file().Mike Pechkin
millert@ ok deraadt@ ok to commit
2002-04-10OpenSSH_3.2Markus Friedl
2002-04-10no x11fwd, no debugMarkus Friedl
2002-04-10strip '@' from username only for KerbV and known broken clients, bug #204Markus Friedl
2002-04-10syncTheo de Raadt
2002-04-10may as well put a few more nodes on the disk..Theo de Raadt
2002-04-10leave a stripped MAKEDEV aroundTheo de Raadt
2002-04-10echo SPECIALsTheo de Raadt
2002-04-10MAKEDEV can stayTheo de Raadt
2002-04-10Be sure to print 'root on' line for RAMDISK kernelsJason Wright