| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix that too.
Notes:
svn path=/head/; revision=21938
|
|
|
|
|
|
|
|
|
|
|
| |
section was a good thing, since it made it possible to detect media problems
*before* the installation started, but it also caused various things to
be mounted BEFORE the chroot() call, which definitely messes things up.
Fix this by detecting the pre-chroot() case and mounting into a subdir.
Notes:
svn path=/head/; revision=21937
|
|
|
|
|
|
|
| |
to a device.
Notes:
svn path=/head/; revision=21935
|
|
|
|
| |
Notes:
svn path=/head/; revision=21921
|
|
|
|
|
|
|
|
|
|
|
| |
This will probably need to go away again someday when distributions get
folded into packages and there are no more dist files to check, but knowing
how long we've been waiting on THAT, this will be a welcome tool for the
interim.
Submitted by: Robert Nordier <rnordier@iafrica.com>
Notes:
svn path=/cvs2svn/branches/RNORDIER/; revision=21918
|
|
|
|
|
|
|
|
|
|
|
|
| |
We could also make this stuff only come out when getpid() != 1
and thus avoid the install case (where it really is just too verbose,
and people have complained), but this seems less messy and no one
complained when tzsetup didn't print the final "things went fine!"
messages (which sort of contravene the UNIX spirit of only yelling
when you need to anyway).
Notes:
svn path=/head/; revision=21915
|
|
|
|
| |
Notes:
svn path=/head/; revision=21908
|
|
|
|
|
|
|
| |
Submitted-By: Flemming Jacobsen <fj@schizo.dk.tfs.com>
Notes:
svn path=/head/; revision=21902
|
|
|
|
|
|
|
| |
file opens, not just during file reads.
Notes:
svn path=/head/; revision=21901
|
|
|
|
|
|
|
|
|
| |
the lynx browser.
Submitted-By: David O'Brien <obrien@cs.ucdavis.edu>
Notes:
svn path=/head/; revision=21897
|
|
|
|
|
|
|
|
|
| |
Use setusercontext() rather than setuid()/setgid()/setlogin()/initgroups()
which is all handled. Login environment is NOT set by this call as crontab
provides its own means of doing so.
Notes:
svn path=/head/; revision=21895
|
|
|
|
|
|
|
|
| |
the PS/2 mouse (psm device).
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Notes:
svn path=/head/; revision=21885
|
|
|
|
|
|
|
|
|
|
|
|
| |
yp_next_record() is called without a key (from xdr_my_ypresp_all()),
in which case it returns the first key in the map. When doing this,
it also needs to update the key index in the map queue entry. Without
this, ypproc_all_2_svc() (and hence ypcat) don't work correctly.
Noticed by: Michael L. Hench <hench@watt.cae.uwm.edu>
Notes:
svn path=/head/; revision=21882
|
|
|
|
| |
Notes:
svn path=/head/; revision=21880
|
|
|
|
|
|
|
| |
Don't recreate parent menus just for submenus - it's irritating.
Notes:
svn path=/head/; revision=21861
|
|
|
|
|
|
|
| |
an icky global around.
Notes:
svn path=/head/; revision=21859
|
|
|
|
|
|
|
|
| |
configurable (you can now set the timeout interval), fix a crash-bug
when no network device was attached.
Notes:
svn path=/head/; revision=21855
|
|
|
|
|
|
|
|
| |
that there's no filesystem on the boot.flp image we need to prompt
for the configuration floppy.
Notes:
svn path=/head/; revision=21853
|
|
|
|
| |
Notes:
svn path=/head/; revision=21840
|
|
|
|
| |
Notes:
svn path=/head/; revision=21815
|
|
|
|
|
|
|
| |
allow SIGINT to stand for "time out now!" in certain cases.
Notes:
svn path=/head/; revision=21806
|
|
|
|
| |
Notes:
svn path=/head/; revision=21800
|
|
|
|
|
|
|
| |
with a previous commit.
Notes:
svn path=/head/; revision=21799
|
|
|
|
|
|
|
|
| |
easier). Only run install.cfg if running as init. It's something of
a security hole otherwise. :)
Notes:
svn path=/head/; revision=21795
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
Notes:
svn path=/head/; revision=21786
|
|
|
|
| |
Notes:
svn path=/head/; revision=21775
|
|
|
|
| |
Notes:
svn path=/head/; revision=21772
|
|
|
|
|
|
|
|
|
|
|
|
| |
going into SLIP mode, useful for scripts that can automatically
grok IP addresses ala Trumpet Winsock.
Closes PR#2293
Submitted-By: andrew@fortress.org
Notes:
svn path=/head/; revision=21768
|
|
|
|
| |
Notes:
svn path=/head/; revision=21766
|
|
|
|
| |
Notes:
svn path=/head/; revision=21765
|
|
|
|
|
|
|
|
| |
but you couldn't call functions! Now you can do both.
Guard against whitespace pollution in variable names.
Notes:
svn path=/head/; revision=21764
|
|
|
|
|
|
|
| |
Pointed-Out-By: msmith
Notes:
svn path=/head/; revision=21762
|
|
|
|
|
|
|
|
|
| |
all (closes PR#2296).
Print better FTP failure diagnostics
Do better media failure checking in install.
Notes:
svn path=/head/; revision=21730
|
|
|
|
| |
Notes:
svn path=/head/; revision=21728
|
|
|
|
|
|
|
|
| |
Make the /etc resurrection more sensible for upgrade. No longer
quite so annoying.
Notes:
svn path=/head/; revision=21726
|
|
|
|
|
|
|
| |
noted in PR#2454
Notes:
svn path=/head/; revision=21720
|
|
|
|
|
|
|
|
| |
is closed. The FTP library doesn't expect to be called recursively from
an interrupt. :)
Notes:
svn path=/head/; revision=21717
|
|
|
|
| |
Notes:
svn path=/head/; revision=21713
|
|
|
|
|
|
|
|
|
| |
Add code which theoretically should let you get a disk up from
start to finish while running multiuser, using your existing /dev
entries.
Notes:
svn path=/head/; revision=21711
|
|
|
|
|
|
|
|
|
| |
bogus path and FTP I/O errors much earlier, offer retry possibilities
at steps along the way so you don't have to resume from the very beginning
again on a hard error.
Notes:
svn path=/head/; revision=21710
|
|
|
|
|
|
|
|
|
|
| |
1. Bus mouse selection didn't show up properly in mouse menu.
2. U&G management screen didn't respect cancel properly.
3. Novice not prompted to add users or set root password during installation.
4. Username length changes screw up user management form.
Notes:
svn path=/head/; revision=21701
|
|
|
|
| |
Notes:
svn path=/head/; revision=21699
|
|
|
|
| |
Notes:
svn path=/head/; revision=21698
|
|
|
|
|
|
|
| |
the loop. This usually caused most of the output to be skipped.
Notes:
svn path=/head/; revision=21678
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=21650
|
|
|
|
|
|
|
| |
Enabled by defining LOGIN_CAP in Makefile, on by default.
Notes:
svn path=/head/; revision=21640
|
|
|
|
|
|
|
|
| |
Fix looping in fixit cdrom selection by adding a missing break.
Move unmount of cdrom down to proper place.
Notes:
svn path=/head/; revision=21600
|
|
|
|
|
|
|
| |
that initialize the getsockopt() args (type and len) too.
Notes:
svn path=/head/; revision=21596
|