| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Write to slice name instead of directly to the disk device.
This fixes writing boot code upon upgrade.
PR: bin/61587
Submitted by: Nobuyuki Koganemaru <n-kogane syd.odn.ne.jp>
Approved by: re (blackend)
Notes:
svn path=/stable/6/; revision=183457
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=166163
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1.90: Fix typos in comments.
1.91: Add /lib and /libexec to the list of directories that have the
schg flag removed prior to an upgrade.
1.93: Fix a pair of user-visible typos.
Approved by: ru
Notes:
svn path=/stable/6/; revision=165700
|
| |
|
|
|
|
|
| |
Bring the "just copy" hit list closer to date.
Notes:
svn path=/stable/6/; revision=160458
|
| |
|
|
|
|
|
|
|
|
|
| |
Update the location of the kernel for upgrades.
I considered leaving /boot/kernel out of the chflags noschg line, but
I seem to remember that there was a period where /boot/kernel was schg,
so have left it in for safety's sake.
Notes:
svn path=/stable/6/; revision=160457
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix binary upgrades by accounting for the schg flag on /var/empty.
PR: 96711, 96780
Submitted by: Nobuyuki Koganemaru, Martin Jackson
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=158318
|
| |
|
|
|
|
|
|
|
| |
Preserve /etc/sysctl.conf when doing a binary update. This prevents, for
instance, the dreaded shared memory problem in PostgreSQL coming back to
haunt you after a binary update.
Notes:
svn path=/stable/6/; revision=153053
|
| |
|
|
|
|
|
|
| |
not 100% sure that I've done this in the right way. If folks want to
revisit this, please be my guest.
Notes:
svn path=/head/; revision=111991
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107318
|
| |
|
|
|
|
|
|
|
| |
following the lead of The XFree86 Project's default.
Approved by: Murray
Notes:
svn path=/head/; revision=98079
|
| |
|
|
|
|
|
|
|
|
| |
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
Notes:
svn path=/head/; revision=95327
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93595
|
| |
|
|
|
|
|
|
| |
Submitted by: olgeni
Approved by: re
Notes:
svn path=/head/; revision=88515
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=83020
|
| |
|
|
|
|
|
| |
Noted by: Tim Zingelman <zingelman@fnal.gov>
Notes:
svn path=/head/; revision=82680
|
| |
|
|
|
|
|
|
|
|
|
|
| |
names suggest, they perform methods on Device's. In addition, they
check that the pointer passed to them is valid; if it isn't, they
pretend that the action failed. This fixes some crashes due to NULL
dereferences (e.g., PR 26509).
Approved by: jkh (some time ago)
Notes:
svn path=/head/; revision=79065
|
| |
|
|
|
|
|
|
| |
Submitted by: Edwin Groothuis <edwin@mavetju.org>
PR: conf/25633
Notes:
svn path=/head/; revision=74730
|
| |
|
|
|
|
|
|
| |
PR: misc/23048
Submitted by: jack@germanium.xtalwind.net
Notes:
svn path=/head/; revision=72787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68730
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=65532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57509
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57236
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.
This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately). At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
Notes:
svn path=/head/; revision=54587
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
| |
PR: 6559
Notes:
svn path=/head/; revision=46994
|
| |
|
|
|
|
|
| |
that kind of overlay smashing.
Notes:
svn path=/head/; revision=45402
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44890
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44036
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43949
|
| |
|
|
|
|
|
|
|
|
|
| |
Now we know which variables are internal and which need to be
backed to /etc/rc.conf.site. rc.conf is not touched now.
Also kget kernel change information back properly and set up a loader.rc
file to use it.
Notes:
svn path=/head/; revision=43685
|
| |
|
|
|
|
|
|
|
|
|
| |
o Move fixups into extraction routine so all consumers don't have to duplicate
the right behavior.
o Make some things more orthogonal (just for asthetics sake)
o Add option to go back and do it again if XF86Setup fails (possibly with
a different setup - this one has always annoyed me).
Notes:
svn path=/head/; revision=41162
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40841
|
| |
|
|
|
|
|
| |
Noticed by: Blaz Zupan <blaz@gold.amis.net>
Notes:
svn path=/head/; revision=38594
|
| |
|
|
|
|
|
|
|
| |
during the upgrade process.
PR: 6629
Notes:
svn path=/head/; revision=36320
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34867
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34811
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34733
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30832
|
| |
|
|
|
|
|
|
|
| |
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.
Notes:
svn path=/head/; revision=30345
|
| |
|
|
|
|
|
|
| |
PR: 4636
Submitted by: Jack <jack@zeus.xtalwind.net>
Notes:
svn path=/head/; revision=30018
|
| |
|
|
|
|
|
|
| |
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
Notes:
svn path=/head/; revision=29236
|
| |
|
|
|
|
|
|
| |
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
Notes:
svn path=/head/; revision=29222
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25601
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25251
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24548
|
| |
|
|
|
|
|
| |
I just have this feeling... :)
Notes:
svn path=/head/; revision=23647
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23500
|
| |
|
|
|
|
|
|
| |
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.
Notes:
svn path=/head/; revision=22388
|
| |
|
|
|
|
|
| |
Update /stand.
Notes:
svn path=/head/; revision=22072
|
| |
|
|
|
|
|
|
| |
there's no menu display bug to work around now), be far more selective
in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
Notes:
svn path=/head/; revision=21792
|