Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-13 | - mention bsd.rd in the release contents, this is an easy way to upgrade | Miod 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-13 | allow todd to do very weird things at the timezone prompt; fix from krw | Theo de Raadt | |
2002-04-13 | only fsck root once in upgrade; from krw | Theo de Raadt | |
2002-04-13 | small typos; ok miod@ | Ian Darwin | |
2002-04-13 | last rev forgot to handle the "swap on" types; drahn | Theo de Raadt | |
2002-04-13 | put the right things on a bsd.rd | Theo de Raadt | |
2002-04-13 | Use a grizzly sed script to ensure that the rootdev is determined out of | Theo de Raadt | |
the last possible dmesg block in the buffer; clubbed together by espie | |||
2002-04-13 | Try MUCH harder to always print a "root on" line | Theo de Raadt | |
2002-04-13 | machdep.allowaperture is normally 1; found by art | Theo de Raadt | |
2002-04-13 | do not check filesystems; krw ok | Theo de Raadt | |
2002-04-12 | Sort mount points when generating fstab file. This prevents problems | Todd C. Miller | |
when people specify, e.g. /usr/local before /usr. deraadt@ OK | |||
2002-04-12 | kbd setting code for the installer. smat@acm.org, miod, and krw. Minimal | Theo de Raadt | |
last minute tweaks to it by me, but you can trust me, right? | |||
2002-04-12 | kbd setting code for the installer. kbd needs to be compiled without KVM | Theo de Raadt | |
support. smat@acm.org, miod, and krw. | |||
2002-04-12 | kbd setting code for the installer. smat@acm.org, miod, and krw. Minimal | Theo de Raadt | |
last minute tweaks to it by me, but you can trust me, right? | |||
2002-04-12 | sync | Theo de Raadt | |
2002-04-12 | ramdisk needs wskbd0 | Theo de Raadt | |
2002-04-11 | o Document the difference between "open system" and "shared key" auth | Todd C. Miller | |
o IBSS is now port type 4 o Add an explanation of the various port types | |||
2002-04-11 | Add IBSS examples. | Todd C. Miller | |
2002-04-11 | sync | Theo de Raadt | |
2002-04-11 | pci should be 600; matthieu ok | Theo de Raadt | |
2002-04-11 | Accept "ibss" for port type 4 | Todd C. Miller | |
2002-04-11 | Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics. | Todd C. Miller | |
deraadt@ OK | |||
2002-04-11 | o Check supported speeds before examing capabilties | Todd 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 lists | Miod Vallat | |
non-x86 packages (hfsplus, ogle-altivec, etc) - mention that OpenSSH will be at 3.2 for this release ok deraadt@ | |||
2002-04-11 | Make sure this always prints the 'root on' line. Also, treat ramdisks | Jason 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-11 | update approximation of package list (good enough) | Theo de Raadt | |
2002-04-11 | bye bye beta | Theo de Raadt | |
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd 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-11 | sync | Theo de Raadt | |
2002-04-11 | o 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-10 | Document IKE mode-cfg config. deraadt@ ok. | Hakan Olsson | |
2002-04-10 | Document the FIFO ui. deraadt@ ok. | Hakan Olsson | |
2002-04-10 | If 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-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd 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-10 | Add missing IFM_OPTIONS macro. Previously 'ifconfig -mediaopt' could | Todd C. Miller | |
clear bits other than media options. Fix from NetBSD. | |||
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller | |
2002-04-10 | nfs_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-10 | Handle all pending adb interrupts when searching for devices. | Dale Rahn | |
Adjust delays in the probe code. ok miod, matthieu, lebel, brad. | |||
2002-04-10 | don't attach to system processes. | Federico G. Schwindt | |
art@ niklas@ markus@ millert@ deraadt@ ok. | |||
2002-04-10 | If 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-10 | Clean up after pw_file(). | Mike Pechkin | |
millert@ ok deraadt@ ok to commit | |||
2002-04-10 | OpenSSH_3.2 | Markus Friedl | |
2002-04-10 | no x11fwd, no debug | Markus Friedl | |
2002-04-10 | strip '@' from username only for KerbV and known broken clients, bug #204 | Markus Friedl | |
2002-04-10 | sync | Theo de Raadt | |
2002-04-10 | may as well put a few more nodes on the disk.. | Theo de Raadt | |
2002-04-10 | leave a stripped MAKEDEV around | Theo de Raadt | |
2002-04-10 | echo SPECIALs | Theo de Raadt | |
2002-04-10 | MAKEDEV can stay | Theo de Raadt | |
2002-04-10 | Be sure to print 'root on' line for RAMDISK kernels | Jason Wright | |