| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__unused, and change local variables named `sin' (struct
sockaddr_in) to `sin4'. (`sin' conflicts with the definition of
sin(3), which gcc assumes to be defined even if math.h isn't
included (it's a builtin). This is probably a bug in gcc.)
- Apply WARNS=1. WARNS=2 was not used because this program assigns
string literals to (struct iovec).iov_base for writing, and the only
clean way to silence -Wwrite-strings in that case would be to
strdup() and consequently free() those literals, which I considered
too disruptive.
Reviewed by: bde (partially)
|
|
|
|
| |
Reviewed by: chris
|
|
|
|
| |
Requested by: knu
|
|
|
|
|
| |
Also, the script was too position dependant. We now have make(1) pass in
the file to grub around in to get our settings from.
|
|
|
|
| |
Submitted by: Brian Poole <raj@cerias.purdue.edu>
|
|
|
|
|
|
|
|
|
|
| |
for each option in the DHCP lease file. The DHCP lease parsing code
specifically ignores more than the first nameserver, but it didn't
previously deal with the case of more than one router. This caused
segfaults and a painful death when installing on a network with
multiple routers.
PR: misc/16003
|
|
|
|
|
|
|
| |
is useless, we should set _ftpPath=blah.
PR: misc/29587
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
| |
PR: bin/14729
Submitted by: jhb
|
| |
|
|
|
|
|
|
|
|
|
| |
COPTS towards the end of final CFLAGS so that it can be used to
override Makefile and other defaults. Using it in Makefiles risks
having options set using it clobbered when somebody uses it on the
command line.
Approved by: bde
|
|
|
|
|
|
|
|
|
| |
doesn't talk about these files elsewhere, doesn't use the files by
default, and the names are dependent on site-specific newsyslog
configuration.
PR: 30348
Submitted by: Giorgos Keramidas <charon@labs.gr>
|
|
|
|
|
| |
PR: 30347
Submitted by: Giorgos Keramidas <charon@labs.gr>
|
|
|
|
|
| |
PR: 30342
Submitted by: Giorgos Keramidas <charon@labs.gr>
|
| |
|
|
|
|
|
|
| |
vs. the building machine.
PR: 14040
|
|
|
|
|
| |
ports/INDEX creation script to update #defines in header files and
entities in the doc/ tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
interactive case. This already works for non-interactive installs,
but at least one user thinks it would be useful and it certainly seems
more correct to allow it here as well.
So, this will now work :
# sysinstall netDev=fxp0 tcpMenuSelect
PR: bin/30229
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
|
|
|
| |
PR: misc/21536
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
|
|
|
|
|
| |
PR: bin/17430
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
|
| |
|
|
|
|
|
|
|
|
|
| |
This will now allow sysinstall to work properly if a FreeBSD CD/DVD is
already mounted as /cdrom, instead of just crapping out when it tries
to mount as /dist and gets EBUSY.
PR: conf/28081
Tested by: jhb
|
|
|
|
|
|
|
|
|
|
| |
useful for post install configuration or other cases that might not be
handled by usb.c. (usb.c already sets usbd_enable iff sysinstall
detects usb during install).
PR: bin/18946
Submitted by: Peter van Heusden <pvh@egenetics.com>
Reviewed by: jhb
|
|
|
|
|
| |
Submitted by: chern
Committed from: "Make sysinstall suck less party", D1031 WRS campus, Alameda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and RTSOL in sysinstall. If the respective TRY_FOO variable is set to
"YES" then it will be tried without prompting the user.
However, if the TRY_FOO variable is set to "NO" then the user will not
be prompted for a choice. This is the correct behavior, since we want
people to be able to script sysinstall in either case.
However, the default TRY_FOO variable has been "NO" since 1999. This
is incorrect, and when the logic was corrected in tcpip.c this has the
effect of never giving the user a choice to use DHCP or IPv6. The
value should be undefined until it is set by a script or by the user.
Submitted by: Randy Pratt, Chern Lee, many others.
|
|
|
|
| |
Submitted by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
UPGRADE.TXT along with a YesNo dialog requesting confirmation of
the upgrade. During the transition to RELNOTESng, UPGRADE.TXT got
folded into a file that eventually renders as INSTALL.TXT, which
makes sysinstall complain about a non-existent file. As a
solution/workaround, point the user at INSTALL.TXT, and then request
confirmation.
Noticed by: rpratt (on 4.4-RC3)
Approved by: jkh
|
|
|
|
| |
run that version, rather than the copy in /stand.
|
| |
|
|
|
|
|
| |
admins needing to pay attention when configuring the system. This
improves readability of this message.
|
|
|
|
| |
often lives in /usr/sbin. Instead, just name it "sysinstall Main Menu".
|
| |
|
|
|
|
|
|
|
|
|
| |
1) Removed the low-level (unneeded in this context) details on
escape sequences that are already documented in screen(4).
2) Removed whitespace at EOL.
3) Removed the garbage from previous revision.
|
| |
|
|
|
|
|
|
|
|
| |
16 bits access is required by nsp driver to work in SMIT mode.
Since previously (1.65 and before in current, and 1.46.28 and before
in stable branch) 16 bits access was default, I hope it will break nothing.
Okayed-by: imp
|
|
|
|
|
| |
PR: docs/29506
Submitted by: Gary W. Swearingen <swear@aa.net>
|
|
|
|
|
| |
PR: docs/28000
Submitted by: Robert Drehmel <robert@zoot.quizbot.org>
|
| |
|
|
|
|
|
|
| |
about {vid,kbd}map, which is probably what the author meant.
Submitted by: Gary W. Swearingen <swear@aa.net>
|
|
|
|
| |
PR: 29505
|
| |
|
|
|
|
|
|
|
|
| |
mail, if configured to do so. Some sites have setups where the user's
mail is delivered to their home directory, so sending mail before is
exists didn't work.
PR: 29892
|
|
|
|
| |
Also generate nfs_prot_x.c in ANSI-C mode.
|
| |
|
| |
|
|
|
|
|
|
|
| |
bind to. This is useful for hosts running jails that need syslog to
maintain an open socket to log to a remote host.
Reviewed by: sheldonh
|
|
|
|
|
|
|
|
| |
Fix some string buffer operations.
Based on: OpenBSD
Reviewed by: audit
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
Noted by: Tim Zingelman <zingelman@fnal.gov>
|
|
|
|
| |
AND DHCP handling.
|