summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-30typo, art okAnil Madhavapeddy
2002-09-30a few new spaces -> tabsTheo de Raadt
2002-09-30fix return value; from marius@umich.edu via provosJun-ichiro itojun Hagino
2002-09-29Keep track of all devices that makedev() creates and recreateKenneth R Westerback
them in the installed system. ok deraadt@. (which I forgot to mention for the last commit).
2002-09-29Plug memory leak; nyar-junk@int0rnet.netJason Wright
2002-09-29Modify makedev so that it does not attempt to create network interfaceKenneth R Westerback
devices, to allow ask_which() to be used for interface configuration. Rework network interface configuration logic to use ask_which() instead of local code. This 1) May fix the problem noted by David Norman, where the prompts are somehow broken, since no such problems have been noted with the ask_which() code. 2) Shrinks the install output by a few lines. 3) Makes the install script smaller and clearer. 4) Makes interface configuration consistant with other 'device' configurations. 5) Makes it impossible for a user to configure an interface more than once. Add the interface name to the 'IP address (or dhcp)' question. This makes it more informative, especially if a '!' or '!foo' shell escape has been used and overwritten the list of interfaces and the display of the name of the one being configured.
2002-09-29much prettier; wgriffin@jtan.comTheo de Raadt
2002-09-29syncTheo de Raadt
2002-09-29Add login_radius back now that the license issue has been resolvedTodd C. Miller
2002-09-29BSD-licensed as per Stephen Diercouff of tfm associatesTodd C. Miller
2002-09-29re-add; license will be fixed by millert sometime tonightTheo de Raadt
2002-09-28Cleanup/fix/improve question asking.Kenneth R Westerback
1) If the user escapes to a shell with '!' or executes a command with '!foo' at a prompt then repeat the prompt when the shell or command returns. 2) If ask_which() is passed an empty list of devices , then set resp to 'done' and return. Replaces a couple of checks before calling ask_which(). Also emit a message about the lack of devices. 3) In ask_which(), delete any trailing blank which rmel() may have appended to the device list. Replaces a check before calling ask_which(). 4) Remove an unneeded blank line before the 'invalid choice' message from ask_which(). 5) Make the first disk device the default answer when asking for which disk contains install sets. A few code/verbiage nits: 1) make _a a local in cutlast(). 2) use normal ': ${_defdev:=done}' idiom instead of an or condition in ask_which. 3) Eliminate an unnecessary blank line/paragraph by putting 3(!) sentences into a single paragraph when describing process of selecting install sets. 4) Eliminate another unnecessary blank line between the list of possible install sources and the question about which one to use. 5) Eliminate another unnecessary blank line before the 'Extract more sets?' question 6) Eliminate a double blank line after the sanity check error messages. ok deraadt@.
2002-09-28better word; ishTheo de Raadt
2002-09-28Add support for OS defined halt action on Pele and Spitfire.Hugh Graham
Testing by Brandon Creighton and Jim Uhl.
2002-09-28use rescan, not NULL, since ^X-t is not a prefixTheo de Raadt
2002-09-28- disable if_timer handling (there's a bug which causes this not to getJason Wright
reset, causing watchdog timeouts). The interfaces work fine, but the timer doesn't get reset correctly. - make IFF_SIMPLEX only set iff the media is IFM_FDX (prevents ip6 from seeing it's packets and thinking another machine with the same mac is on the wire when running half-duplex); from NetBSD.
2002-09-28doc that undo is a teeny bit differentTheo de Raadt
2002-09-28format usage nicer, and add startssl to summary usage. also order theHenning Brauer
parameters a bit more logical. missing startssl pointed out by jsyn@, what made me look at it ;-) ok deraadt@
2002-09-27Add a caveat about PCI ROMs possibly sitting in the iomem rangeTodd C. Miller
the pcic wants. With miod@; OK deraadt@
2002-09-27new Netgear adapterNathan Binkert
2002-09-27syncNathan Binkert
2002-09-27tweak fbtabs for /dev/X0 target; ok deraadt@Todd T. Fries
thanks to nick@openbsd.org for finding this thanks to nick@openbsd.org, drahn@openbsd.org, and lurene@daemonkitty.net for testing on short notice!
2002-09-27systrace policy files belong to the etc set, not base.Miod Vallat
ok deraadt@ millert@
2002-09-27daddr was used where saddr was meant while checking incoming packets forHenning Brauer
binat. pointed out by Ryan McBride, mcbride at countersiege dot com, Thanks! ok frantzen@ pb@ jasoni@ deraadt@
2002-09-27clarify compression level protocol 1 only; ok markus@ deraadt@Kevin Steves
2002-09-27add a generic match for a prober, such as sie big brother; idea from ↵Michael Shalayeff
stevesk@; markus@ ok
2002-09-26Bring the /etc/myname file installed from etcXX.tgz into line with theKenneth R Westerback
one created during an install by making the name it contains a FQDN. Make the /etc/hosts file installed from etcXX.tgz internally consistant by including a valid entry for the name in /etc/myname. These two files will 'survive' the install process only if the user chooses to *not* configure the network. In that scenario these changes silence the sendmail complaints about 'My unqualified host name ...'. ok deraadt@.
2002-09-26syncTheo de Raadt
2002-09-26disable login_radius until a license problem is resolvedTheo de Raadt
2002-09-26MakefileTheo de Raadt
2002-09-26time-bind the codec r/w loops, still does not solve problems on transmeta; ↵Michael Shalayeff
tested by jason@ on sparc64; deraadt@ ok
2002-09-26Add a few supposedly useful xrefs, some from mickey@Miod Vallat
ok deraadt@ mickey@
2002-09-26autoconf(4) cleanup:Miod Vallat
- remove blatant lies (missing diagnostics, unconfigured devices never detected even on pci or such busses...) - .Tn UNIX -> .Ox - xref boot_`arch`(8) rather than boot(8) when boot(8) does not exist - vague attempt to harmonize common texts ok deraadt@
2002-09-26Second part of the man4 mi cleanup.Miod Vallat
- more/better xrefs - sync .Cd lines with actual configuration files - intro(4) reference police - huge usb(4) update - follow mdoc.samples suggested man page section ordering when necessary - add netintro(4) and hostname.if(5) xrefs to all ethernet drivers ok deraadt@ mickey@
2002-09-26renable sppp and lmc, now freeTheo de Raadt
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2002-09-26syncTheo de Raadt
2002-09-26pcvt is gone, mention wscons instead; miod@ okFederico G. Schwindt
2002-09-26do not install mdc2 man pages; markus okTheo de Raadt
2002-09-26remove MDC2; patentsMarkus Friedl
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-26activate the two key sequences for undo again; ok art henningTheo de Raadt
2002-09-26syncTheo de Raadt
2002-09-26document extended antispoofHenning Brauer
some help nick@ and frantzen@ ok theo
2002-09-26Incomplete section 4 mi manual page cleanup.Miod Vallat
- make configuration lines match GENERIC files - more Xr (hopefully usefule Xr) - never mention intro(4) on non-physical devices (i.e. protocols), always mention it for physical devices - random text style and quoting fixes - drivers ported from FreeBSD did mention rc.conf instead of hostname.if as the place to put mediaopt - some .Tn UNIX -> .Ox replacements - etc, etc... reviewd in part by deraadt@ (until he got bored of this)
2002-09-26Attempt to make these match the current state of the code.Miod Vallat
2002-09-26Install boca(4)Miod Vallat
2002-09-26Point to <sys/mtio.h> rather than contain an old version of it.Miod Vallat
2002-09-26show nodev,nosuid lines; openbsd@davidkrause.comTheo de Raadt
2002-09-25Document the flags option for usb. ok miod@ deraadt@Dale Rahn