aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync with Mark M's latest suggestions.releng/2.0.5Jordan K. Hubbard1995-07-121-2/+3
| | | | | | | Submitted by: markm Notes: svn path=/releng/2.0.5/; revision=9492
* Bring in revision 1.8 from the head.Jordan K. Hubbard1995-07-111-1/+0
| | | | | | | | BRANCH: RELENG_2_0_5 Submitted by: bde Notes: svn path=/releng/2.0.5/; revision=9487
* Bring in John Fieber's changes from the head.Jordan K. Hubbard1995-07-1126-529/+438
| | | | | | | | Submitted by: jfieber BRANCH: RELENG_2_0_5 Notes: svn path=/releng/2.0.5/; revision=9479
* Bring in Doug'd changes from the head.Jordan K. Hubbard1995-07-113-18/+42
| | | | | | | | Submitted by: dlr BRANCH: RELENG_2_0_5 Notes: svn path=/releng/2.0.5/; revision=9476
* Bring in Doug's changes from the head.Jordan K. Hubbard1995-07-113-15/+46
| | | | | | | | Submitted by: dlr BRANCH: RELENG_2_0_5 Notes: svn path=/releng/2.0.5/; revision=9475
* Bring in Doug Rabson's changes from the head (1.25).Jordan K. Hubbard1995-07-091-66/+234
| | | | | | | Submitted by: dfr Notes: svn path=/releng/2.0.5/; revision=9465
* Bring in ldconfig changes so that old and new packages will work in either case.Jordan K. Hubbard1995-07-092-41/+75
| | | | | | | Submitted by: pk@NetBSD.org Notes: svn path=/releng/2.0.5/; revision=9464
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-07-0918-0/+6330
| | | | Notes: svn path=/releng/2.0.5/; revision=9463
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-1/+1
| | | | | | | cvs update -j 1.2 calendar.music Notes: svn path=/releng/2.0.5/; revision=9426
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-1/+2
| | | | | | | cvs diff -c -r1.48 -r1.48.2.1 vm_object.c | patch Notes: svn path=/releng/2.0.5/; revision=9425
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-2/+21
| | | | | | | cvs update -j 1.15.4.1 nfs_subs.c Notes: svn path=/releng/2.0.5/; revision=9424
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-2/+7
| | | | | | | | | | | | | | | | | | | | | cvs diff -c -r1.9 -r1.11 | patch: ---------------------------- revision 1.11 date: 1995/06/26 02:24:02; author: torstenb; state: Exp; lines: +4 -2 - change contact address for nic.funet.fi to count@nic.funet.fi - add nic.funet.fi to the eBones/secure mirror list Submitted by: Bror Heinola <count@nic.funet.fi> ---------------------------- revision 1.10 date: 1995/06/14 17:09:23; author: davidg; state: Exp; lines: +4 -1 Added ftp.ctr.vt.edu. Submitted by: Mathew Mead ---------------------------- Notes: svn path=/releng/2.0.5/; revision=9422
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-2/+4
| | | | | | | | | | | | | | | | | | | cvs update -j 1.3 traverse.c: ---------------------------- revision 1.3 date: 1995/06/24 17:07:21; author: joerg; state: Exp; lines: +4 -2 When using dump/rdump on large filesytems (my case 3 GB), the lseek claims multiple times to have failed. The problem is a off_t is converted into a int and checked for a negative. A true lseek check should be checking if the off_t is equal to -1 for failure. (Suggested fix from PR #bin/461) Submitted by: mark tinguely <tinguely@opus.cs.ndsu.NoDak.edu> ---------------------------- Notes: svn path=/releng/2.0.5/; revision=9421
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-9/+10
| | | | | | | | | | | | | | | | | | | | cvs update -j 1.3 kvm_getprocs.3 ---------------------------- revision 1.3 date: 1995/06/25 03:35:49; author: bde; state: Exp; lines: +2 -1 41 headers must be implicitly included and one more (<sys/param.h>) must be explicitly included before kvm_getprocs() can be used. ---------------------------- revision 1.2 date: 1995/06/24 18:53:09; author: joerg; state: Exp; lines: +9 -9 Update the man page for kvm_getprocs.3 to reflect our sysctl-based kvm mechanism. Submitted by: (Vic Abell) <abe@cc.purdue.edu> ---------------------------- Notes: svn path=/releng/2.0.5/; revision=9419
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-1/+1
| | | | | | | | | | | | | | | | | | cvs update -j 1.4 dir: aka RELENG_2_1_0 1.3.4.1, but something is funny here still, I will resolve that once I am done with the rest of this. ---------------------------- revision 1.4 date: 1995/06/24 17:11:56; author: joerg; state: Exp; lines: +1 -1 Convert the colon after (send-pr) into a period, so the info file can be actually found. Suggested by: someone on the bugs (or -hackers) list, whose name i forgot ---------------------------- Notes: svn path=/releng/2.0.5/; revision=9417
* Branch: RELENG_2_0_5Rodney W. Grimes1995-07-071-3/+7
| | | | | | | | | | | | | | | | cvs update -j 1.27.4.1 ld.c: ---------------------------- revision 1.27.4.1 date: 1995/06/28 05:54:50; author: davidg; state: Exp; lines: +7 -3 (2.1.0 branch) Bring in changes from 1.28 - don't ignore umask when setting 'x'. Submitted by: Jeorg Wunsch ---------------------------- Notes: svn path=/releng/2.0.5/; revision=9416
* 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