summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.0.5release/2.0.5cvs2svn1995-06-1065-0/+6649
| | | | | | | | 'RELENG_2_0_5_RELEASE'. Notes: svn path=/releng/2.0.5/; revision=9200 svn path=/release/2.0.5/; revision=9201; tag=release/2.0.5
* Fix a bug where selecting no radio buttons resulted in an error.Jordan K. Hubbard1995-06-101-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9200
* Set the screen savers properly (this is a post 2.0.5 fix).Jordan K. Hubbard1995-06-101-3/+3
| | | | Notes: svn path=/releng/2.0.5/; revision=9199
* Move the info files to the right place for secure dists.Jordan K. Hubbard1995-06-102-3/+7
| | | | | | | Don't die a terrible death if we can't find an info file. Notes: svn path=/releng/2.0.5/; revision=9198
* Name the DES distribution correctly.Jordan K. Hubbard1995-06-101-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9196
* Remove the now-unnecessary crc checking code (for now).Jordan K. Hubbard1995-06-103-4/+5
| | | | Notes: svn path=/releng/2.0.5/; revision=9195
* Fix a stupid bug in dependency checking that prevented anyJordan K. Hubbard1995-06-101-2/+2
| | | | | | | | | of the "depended" packages from extracting. Whoops! Thanks, Satoshi! Submitted by: asami Notes: svn path=/releng/2.0.5/; revision=9194
* Move krb stuff to DES distribution, but this time inJordan K. Hubbard1995-06-101-2/+4
| | | | | | | a different way from before. Notes: svn path=/releng/2.0.5/; revision=9193
* Make DES stuff a separate distribution.Jordan K. Hubbard1995-06-104-21/+66
| | | | Notes: svn path=/releng/2.0.5/; revision=9192
* Add a warning about pkg_manage misbehaving. Not even pkg_manage'sJordan K. Hubbard1995-06-101-1/+2
| | | | | | | | fault, really. Pkg_add is still broken from the dependency file hacks inflicted upon it.. :( Notes: svn path=/releng/2.0.5/; revision=9191
* Don't have this blow up if it can't record itself.Jordan K. Hubbard1995-06-101-8/+7
| | | | Notes: svn path=/releng/2.0.5/; revision=9190
* Change cpio -v to cpio -V to make Poul happy.Jordan K. Hubbard1995-06-101-3/+3
| | | | Notes: svn path=/releng/2.0.5/; revision=9189
* Fix a bug that resulted in my optimization of the single-piece case.Jordan K. Hubbard1995-06-101-21/+10
| | | | Notes: svn path=/releng/2.0.5/; revision=9188
* Yikes! Missing '{'.Jordan K. Hubbard1995-06-101-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9185
* Take the WNOHANGs back out again. I think there are pathologicalJordan K. Hubbard1995-06-101-3/+3
| | | | | | | | side-effects, and I fixed the problem I'd meant to fix with this change in another way anyway. Notes: svn path=/releng/2.0.5/; revision=9184
* Fix the long-standing "/nfs device busy" at reboot error.Jordan K. Hubbard1995-06-101-4/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9182
* Fix this correctly.Jordan K. Hubbard1995-06-102-2/+2
| | | | | | | Submitted by: gpalmer Notes: svn path=/releng/2.0.5/; revision=9181
* Added a missing break which caused interface flag changes to panic theDavid Greenman1995-06-091-1/+2
| | | | | | | | | machine. Submitted by: Stefan Petri Notes: svn path=/releng/2.0.5/; revision=9180
* 1) SCSI_RESID_VALID was not getting set in xs->flags so even though theDavid Greenman1995-06-092-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | aic7xxx driver was doing the right thing, it was getting ignored by the upper level scsi code. This may affect tape drives, so I consider this a critical fix. 2) xs->status was not set to zero during the initialization of a command. Although I don't think this should be the client's (ie the driver's) responsibility, it seems that it currently is, so it needs to be cleared. Without this change, the upper level scsi code will attempt to interpret the sense information on every command complete (since xs->status is usually left at 2, "check sense"). This gives a slight performance increase, as well as stops fooling /sbin/scsi into thinking there was an error on the command. 3) Document that we support the aic7850 controllers in the aic7870.c header. Aic7870.c should probably become aic78xx.c sometime down the road. Submitted by: Justin Gibbs Notes: svn path=/releng/2.0.5/; revision=9179
* Try to remove a few things that resulted in incorrect pkg installationJordan K. Hubbard1995-06-091-3/+8
| | | | | | | | output, plus a confusing message at startup which should technically be impossible but somehow happens anyway! Notes: svn path=/releng/2.0.5/; revision=9178
* Hmmm. Mark's manipulation of the krb dist made no sense! :(Jordan K. Hubbard1995-06-091-3/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9177
* Sanitize this just a tad more.Jordan K. Hubbard1995-06-091-4/+6
| | | | Notes: svn path=/releng/2.0.5/; revision=9176
* Make a message a bit more explanatory. Correct permissions on /etc.Jordan K. Hubbard1995-06-092-3/+6
| | | | Notes: svn path=/releng/2.0.5/; revision=9174
* 1. Fix a bogon in my dist-retry code.Jordan K. Hubbard1995-06-092-6/+6
| | | | | | | 2. Don't wait around for subprocess death. Notes: svn path=/releng/2.0.5/; revision=9173
* Fix a minor bug in the help file decompressor.Jordan K. Hubbard1995-06-091-4/+10
| | | | Notes: svn path=/releng/2.0.5/; revision=9172
* Some fixes to install.hlpJordan K. Hubbard1995-06-091-4/+9
| | | | | | | Submitted by: joerg Notes: svn path=/releng/2.0.5/; revision=9169
* Norwegian updates.Jordan K. Hubbard1995-06-091-2/+2
| | | | | | | Submitted by: lars Notes: svn path=/releng/2.0.5/; revision=9168
* sync release and rerelease rules.Jordan K. Hubbard1995-06-091-4/+7
| | | | Notes: svn path=/releng/2.0.5/; revision=9166
* Look only at the appropriate rtc clock/ram valid bit. The others areDavid Greenman1995-06-091-2/+2
| | | | | | | | | undefined and if they weren't 0, resulted in the sytem clock not being set. Submitted by: Akira SAWADA Notes: svn path=/releng/2.0.5/; revision=9165
* Return error if in_pcbladdr() fails. Not doing so could result in a panicDavid Greenman1995-06-091-1/+3
| | | | | | | | | or unusual behavior under certain cicumstances. Submitted by: Matt Dillon Notes: svn path=/releng/2.0.5/; revision=9164
* Simplify the release target a little and stop messing with theJordan K. Hubbard1995-06-081-2/+5
| | | | | | | user's /etc/make.conf file; that's bad! Notes: svn path=/releng/2.0.5/; revision=9163
* Bump this to 2.0.5-RELEASE; BETA is cancelled.Jordan K. Hubbard1995-06-081-33/+33
| | | | Notes: svn path=/releng/2.0.5/; revision=9162
* Moved initialization of fdblk down a few lines so that tape is checked forDavid Greenman1995-06-081-3/+3
| | | | | | | | | | (and rejected) first. Fixes panic that results from fd->ft not being initialized. Submitted by: Joerg Wunsch Notes: svn path=/releng/2.0.5/; revision=9161
* Minor tweak: Change name of "Master partition editor" to "FDISK partitionJordan K. Hubbard1995-06-081-2/+2
| | | | | | | | | | editor" here and in the docs. People have come to understand "FDISK" as a more understandable term and have been complaining that they didn't equate the "master" partition editor with the old fdisk stage and were confused. Notes: svn path=/releng/2.0.5/; revision=9159
* The cvs export line was bogus.Jordan K. Hubbard1995-06-081-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9158
* Add /usr/X11R6/bin to the end of the default path so that XF86configJordan K. Hubbard1995-06-081-2/+2
| | | | | | | works (it really should set the path internally, but oh well!). Notes: svn path=/releng/2.0.5/; revision=9157
* Add entry for ESDI.FAQ.Jordan K. Hubbard1995-06-081-0/+3
| | | | Notes: svn path=/releng/2.0.5/; revision=9155
* #ifdef out Gary's floppy crc checking code; I'm not sure it works.Jordan K. Hubbard1995-06-081-2/+6
| | | | Notes: svn path=/releng/2.0.5/; revision=9153
* Make the floppy prompt a little more explanatory.Jordan K. Hubbard1995-06-081-2/+10
| | | | Notes: svn path=/releng/2.0.5/; revision=9151
* Apply patch that accidently was overlooked when NFS over TCP was fixedDavid Greenman1995-06-081-5/+8
| | | | | | | | | | to do the mount operation via TCP. The result of this patch missing was that it wasn't possible to mount a TCP NFS. This fixes PR 494. Notes: svn path=/releng/2.0.5/; revision=9150
* Add support for "dummy dists".Jordan K. Hubbard1995-06-071-1/+8
| | | | Notes: svn path=/releng/2.0.5/; revision=9149
* Mark release type.Jordan K. Hubbard1995-06-071-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9148
* ALPHA->BETAJordan K. Hubbard1995-06-071-32/+32
| | | | Notes: svn path=/releng/2.0.5/; revision=9147
* "bootstrap" for eBones target!Jordan K. Hubbard1995-06-071-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9146
* Added:Jordan K. Hubbard1995-06-071-1/+4
| | | | | | | | | | | | | | if ((!d->bios_cyl || d->bios_cyl > 65536) || (!d->bios_hd || d->bios_hd > 2\ 56) || (!d->bios_sect || d->bios_sect >= 64)) msgConfirm("WARNING: The detected geometry is incorrect! Please adjus\ t it to\nthe correct values manually with the (G)eometry command. If you are\n\ unsure about the correct geometry (which may be \"translated\"), please\nconsul\ t the Hardware Guide in the Documentation submenu."); This look right, Bruce & Poul? Anything to save us a few questions.. Notes: svn path=/releng/2.0.5/; revision=9145
* Small optimization of previous change.Jordan K. Hubbard1995-06-071-2/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=9144
* Allow "removal" of ftp user/pass by deleting the field contents.Jordan K. Hubbard1995-06-071-5/+8
| | | | Notes: svn path=/releng/2.0.5/; revision=9143
* Tune the userpass check field.Jordan K. Hubbard1995-06-071-2/+4
| | | | Notes: svn path=/releng/2.0.5/; revision=9142
* Fix fix.Jordan K. Hubbard1995-06-072-4/+4
| | | | Notes: svn path=/releng/2.0.5/; revision=9141
* 3rd try with PPP - NOW we think it will properlyJordan K. Hubbard1995-06-071-24/+30
| | | | | | | add a default route! :-) Notes: svn path=/releng/2.0.5/; revision=9140