| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
Submitted by: Andreas Tobler <andreast list fgznet ch>
Notes:
svn path=/head/; revision=209123
|
| |
|
|
|
|
|
| |
Approved by: randi (maintainer)
Notes:
svn path=/head/; revision=209072
|
| |
|
|
|
|
|
|
| |
Approved by: cperciva (mentor)
MFC after: 1 month
Notes:
svn path=/head/; revision=209069
|
| |
|
|
|
|
|
|
|
|
|
| |
initialized and sysinstall is not running as init.
Submitted by: Nick Mills
Approved by: cperciva (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=209004
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sysinstall to cleanly re-initialize the network.
PR: bin/145553
Submitted by: gcooper
Approved by: cperciva (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=208407
|
| |
|
|
|
|
|
|
|
|
|
| |
application. Reword the boot manager screen to try and avoid confusion.
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=207005
|
| |
|
|
|
|
|
|
|
|
| |
for network devices.
Approved by: cperciva (mentor)
MFC after: 1 week (original commit + bugfix)
Notes:
svn path=/head/; revision=206995
|
| |
|
|
| |
Notes:
svn path=/head/; revision=206628
|
| |
|
|
| |
Notes:
svn path=/head/; revision=206368
|
| |
|
|
|
|
|
|
|
| |
PR: docs/145030
Submitted by: olgeni
MFC after: 1 week
Notes:
svn path=/head/; revision=205671
|
| |
|
|
| |
Notes:
svn path=/head/; revision=204328
|
| |
|
|
|
|
|
|
|
|
|
| |
configured when running ldconfig.
PR: bin/138945
Approved by: rrs (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=203690
|
| |
|
|
|
|
|
|
|
| |
installs. Default to not installing any documentation in that case.
MFC after: 1 week
Notes:
svn path=/head/; revision=203032
|
| |
|
|
|
|
|
| |
MFC after: 2 week.
Notes:
svn path=/head/; revision=201392
|
| |
|
|
| |
Notes:
svn path=/head/; revision=201390
|
| |
|
|
| |
Notes:
svn path=/head/; revision=201389
|
| |
|
|
|
|
|
|
| |
Looking at the other entries, I suspect we must also reserve one
terminating byte, so I'm using UNAME_FIELD_LEN - 1, not UNAME_FIELD_LEN.
Notes:
svn path=/head/; revision=200302
|
| |
|
|
|
|
|
|
| |
TEKEN_XTERM is now gone. Because we always use xterm mode now, we only
need a TEKEN_CONS25 switch to go back to cons25.
Notes:
svn path=/head/; revision=199250
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now syscons(4) uses a cons25-style terminal emulator. The
disadvantages of that are:
- Little compatibility with embedded devices with serial interfaces.
- Bad bandwidth efficiency, mainly because of the lack of scrolling
regions.
- A very hard transition path to support for modern character sets like
UTF-8.
Our terminal emulation library, libteken, has been supporting
xterm-style terminal emulation for months, so flip the switch and make
everyone use an xterm-style console driver.
I still have to enable this on i386. Right now pc98 and i386 share the
same /etc/ttys file. I'm not going to switch pc98, because it uses its
own Kanji-capable cons25 emulator.
IMPORTANT: What to do if things go wrong (i.e. graphical artifacts):
- Run the application inside script(1), try to reduce the problem and
send me the log file.
- In the mean time, you can run `vidcontrol -T cons25' and `export
TERM=cons25' so you can run applications the same way you did before.
You can also build your kernel with `options TEKEN_CONS25' to make all
virtual terminals use the cons25 emulator by default.
Discussed on: current@
Notes:
svn path=/head/; revision=199243
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
offer to install an SMP kernel. The way this worked was: on supported
platforms, code to read ACPI tables and BIOS MP tables was compiled into
sysinstall, and if an SMP kernel config was present in the source tree when
sysinstall was built, code that called it was also compiled. Since we
haven't had SMP kernel configs in years, the latter was never compiled and
the former never ran.
This only removes dead and unreachable code; it does *not* remove the NCpus
variable, nor the code that sets it to 1, nor the code that asks the user to
select a kernel from a list.
Discussed with: re@, randi@ and others
Notes:
svn path=/head/; revision=199133
|
| |
|
|
|
|
|
|
| |
Submitted by: Ronald Klop, trhodes
Note to self: don't do commits while half-asleep
Notes:
svn path=/head/; revision=198503
|
| |
|
|
|
|
|
|
| |
Submitted by: randi
MFC after: 1 month
Notes:
svn path=/head/; revision=198477
|
| |
|
|
|
|
|
|
|
|
|
| |
results in the first ethernet interface with physical link being selected.
While here, fix a minor typo causing an 'if' to be missed.
Submitted by: randi
Notes:
svn path=/head/; revision=198317
|
| |
|
|
|
|
|
|
| |
Submitted by: Alexey Savartsov <asavartsov gmail com>
PR: bin/138580
Notes:
svn path=/head/; revision=197308
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
device in non-interactive mode.
If there are no USB devices, sysinstall gives an error messages, and if there
is >1, it'll ask which one is to be used. This change allows a non-interactive
install from USB media to succeed without any user interaction if there is
exactly one USB disk device in the system it can use.
Submitted by: Daniel O'Connor < doconnorat gsoft dot com dot au >
Reviewed by: randi
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=196272
|
| |
|
|
|
|
|
|
|
|
|
|
| |
"SATA disk device" reflects the current state of /dev/ada*; this may be
changed in the future if other drive types start appearing as /dev/ada*.
Submitted by: randi
Details about what disks can appear as /dev/ada* supplied by: scottl
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=196213
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(uppercase).
PR: docs/137415
Submitted by: Yuri Gorchakov
Approved by: re (rwatson, kib)
MFC after: 3 days
Notes:
svn path=/head/; revision=196147
|
| |
|
|
|
|
|
|
|
|
| |
to 'Expert Mode', to make it less confusing to new users, to whom
a 'wizard' is a set of simple dialogs with the 'next >>>' button.
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=195863
|
| |
|
|
|
|
|
|
|
|
| |
IDs larger than 16-bits has been updated so adjust sysinstall to allow
IDs up to the current system-wide size of 32-bits.
Approved by: re (kib)
Notes:
svn path=/head/; revision=195828
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
both the disk partitioning screen (the 'F' key) and via install.cfg (the
VAR_DEDICATED_DISK option). This functionality is currently broken in 8.x
due to libdisk and geom generating different partition names; this commit
merely acts to help steer users away from the breakage.
Submitted by: randi
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=195817
|
| |
|
|
|
|
|
| |
Approved by: re (kib)
Notes:
svn path=/head/; revision=195725
|
| |
|
|
|
|
|
|
| |
Submitted by: randi
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=195442
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
While doing so, improve style and reword some comments.
This should not result in any functional changes, but the fixit_livefs_common
function will be used by future code.
Submitted by: randi
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=195441
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD docset during 'make release' this will speed up release
builds;
- sysinstall(8) has also been updated to use these packages with a new
menu allowing people to choose what localized doc to install;
- mention in UPDATING that docs from the FreeBSD Documentation project
are now installed in /usr/local/share/doc/freebsd instead of
/usr/share/doc.
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=195132
|
| |
|
|
|
|
|
|
|
|
|
| |
to).
PR: bin/136040
Submitted by: "Vikentii L. Karabin" <kvl tomsksoft com>
MFC after: 1 weeks
Notes:
svn path=/head/; revision=195012
|
| |
|
|
|
|
|
|
|
|
|
| |
A fresh install of a current 8.0 snapshot uses 156MB with a single kernel
and having the filesystem too small prevented the system from booting.
Reviewed by: marcel
MFC after: 1 week
Notes:
svn path=/head/; revision=194953
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This covers the common case of unsliced USB drives, and makes it possible to
select them as installation source media.
PR: 61152, 115197, 135016
Submitted by: randi
MFC after: 1 month
Notes:
svn path=/head/; revision=194931
|
| |
|
|
|
|
|
|
|
|
| |
PR: bin/135565
Submitted by: Daniel O'Connor
Reviewed by: randi
MFC after: 1 month
Notes:
svn path=/head/; revision=194807
|
| |
|
|
|
|
|
|
| |
Approved by: re (kib)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=194249
|
| |
|
|
| |
Notes:
svn path=/head/; revision=193883
|
| |
|
|
| |
Notes:
svn path=/head/; revision=193881
|
| |
|
|
|
|
|
|
|
|
| |
netDev option in install.cfg.
Submitted by: randi
MFC after: 1 week
Notes:
svn path=/head/; revision=192130
|
| |
|
|
| |
Notes:
svn path=/head/; revision=191392
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=191265
|
| |
|
|
| |
Notes:
svn path=/head/; revision=191200
|
| |
|
|
| |
Notes:
svn path=/head/; revision=190790
|
| |
|
|
|
|
|
|
|
| |
PR: i386/132580
Reported by: ilgiz <ilgiz at reid.ru>
Approved by: kensmith
Notes:
svn path=/head/; revision=189955
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(eg USB key, CD) rather than just floppy.
Handle \r\n line termination in a cfg file.
Add keeprcconf variable.
Submitted by: Daniel O'Connor
Notes:
svn path=/head/; revision=189754
|
| |
|
|
|
|
|
| |
this since 5.x.
Notes:
svn path=/head/; revision=188631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=187615
|