summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-04-10MAKEDEV can remain on the install media (it is now sed stripped)Theo de Raadt
2002-04-10remove ahc from here againTheo de Raadt
2002-04-10syncTheo de Raadt
2002-04-10sd2 fitsTheo de Raadt
2002-04-10leave MAKEDEV, it fitsTheo de Raadt
2002-04-10correct name of ramdisk target (and remove crud)Theo de Raadt
2002-04-09make sure we fflush() after a sending a message and fix a typo in a commentMike Frantzen
ok beck@ and deraadt@
2002-04-09because SUNW,fas boards don't have a corresponding 'dma' device, searchingJason Wright
for the corresponding 'dma' for a non-fas 'esp' needs to have an offset (really a count of the number of 'fas's)