sort by:
Revision Author Date Message Commit Date
4cb20d1 This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_RELEASE'. 10 June 1995, 19:44:55 UTC
1bacecc Fix a bug where selecting no radio buttons resulted in an error. 10 June 1995, 19:44:54 UTC
cdabc8c Set the screen savers properly (this is a post 2.0.5 fix). 10 June 1995, 19:38:27 UTC
2a4d26b Move the info files to the right place for secure dists. Don't die a terrible death if we can't find an info file. 10 June 1995, 14:20:10 UTC
7fa260d Name the DES distribution correctly. 10 June 1995, 09:35:19 UTC
efc0639 Remove the now-unnecessary crc checking code (for now). 10 June 1995, 09:14:53 UTC
e0c2825 Fix a stupid bug in dependency checking that prevented any of the "depended" packages from extracting. Whoops! Thanks, Satoshi! Submitted by: asami 10 June 1995, 09:04:13 UTC
68ba035 Move krb stuff to DES distribution, but this time in a different way from before. 10 June 1995, 09:00:35 UTC
0c772d2 Make DES stuff a separate distribution. 10 June 1995, 08:59:27 UTC
e9e49e7 Add a warning about pkg_manage misbehaving. Not even pkg_manage's fault, really. Pkg_add is still broken from the dependency file hacks inflicted upon it.. :( 10 June 1995, 08:24:28 UTC
38d7bba Don't have this blow up if it can't record itself. 10 June 1995, 08:14:08 UTC
bf1f90e Change cpio -v to cpio -V to make Poul happy. 10 June 1995, 07:58:37 UTC
7199304 Fix a bug that resulted in my optimization of the single-piece case. 10 June 1995, 07:54:04 UTC
4cd57b9 Yikes! Missing '{'. 10 June 1995, 02:21:40 UTC
2838e14 Take the WNOHANGs back out again. I think there are pathological side-effects, and I fixed the problem I'd meant to fix with this change in another way anyway. 10 June 1995, 01:42:19 UTC
a35dbef Fix the long-standing "/nfs device busy" at reboot error. 10 June 1995, 00:49:17 UTC
efc72d5 Fix this correctly. Submitted by: gpalmer 10 June 1995, 00:42:28 UTC
8f7f9dd Added a missing break which caused interface flag changes to panic the machine. Submitted by: Stefan Petri 09 June 1995, 18:12:09 UTC
664d005 1) SCSI_RESID_VALID was not getting set in xs->flags so even though the 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 09 June 1995, 18:06:53 UTC
971b734 Try to remove a few things that resulted in incorrect pkg installation output, plus a confusing message at startup which should technically be impossible but somehow happens anyway! 09 June 1995, 15:36:03 UTC
b91e8e6 Hmmm. Mark's manipulation of the krb dist made no sense! :( 09 June 1995, 14:50:24 UTC
06644cc Sanitize this just a tad more. 09 June 1995, 14:33:36 UTC
5809dd2 Make a message a bit more explanatory. Correct permissions on /etc. 09 June 1995, 12:19:16 UTC
131906f 1. Fix a bogon in my dist-retry code. 2. Don't wait around for subprocess death. 09 June 1995, 11:51:23 UTC
0ebf9f1 Fix a minor bug in the help file decompressor. 09 June 1995, 11:00:52 UTC
9173cb9 Some fixes to install.hlp Submitted by: joerg 09 June 1995, 08:26:05 UTC
6d08f35 Norwegian updates. Submitted by: lars 09 June 1995, 07:34:33 UTC
8ef50c4 sync release and rerelease rules. 09 June 1995, 06:52:44 UTC
afcb317 Look only at the appropriate rtc clock/ram valid bit. The others are undefined and if they weren't 0, resulted in the sytem clock not being set. Submitted by: Akira SAWADA 09 June 1995, 03:29:17 UTC
7a9e9d0 Return error if in_pcbladdr() fails. Not doing so could result in a panic or unusual behavior under certain cicumstances. Submitted by: Matt Dillon 09 June 1995, 03:21:13 UTC
a1acdfe Simplify the release target a little and stop messing with the user's /etc/make.conf file; that's bad! 08 June 1995, 23:32:09 UTC
594a9d1 Bump this to 2.0.5-RELEASE; BETA is cancelled. 08 June 1995, 23:25:03 UTC
8f948f2 Moved initialization of fdblk down a few lines so that tape is checked for (and rejected) first. Fixes panic that results from fd->ft not being initialized. Submitted by: Joerg Wunsch 08 June 1995, 10:26:23 UTC
262eec8 Minor tweak: Change name of "Master partition editor" to "FDISK partition 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. 08 June 1995, 09:48:31 UTC
148c720 The cvs export line was bogus. 08 June 1995, 09:43:02 UTC
029428b Add /usr/X11R6/bin to the end of the default path so that XF86config works (it really should set the path internally, but oh well!). 08 June 1995, 09:40:43 UTC
062b589 Add entry for ESDI.FAQ. 08 June 1995, 09:09:51 UTC
334eae8 #ifdef out Gary's floppy crc checking code; I'm not sure it works. 08 June 1995, 08:16:42 UTC
ae2be83 Make the floppy prompt a little more explanatory. 08 June 1995, 04:59:16 UTC
16e207e Apply patch that accidently was overlooked when NFS over TCP was fixed 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. 08 June 1995, 04:34:11 UTC
345cb78 Add support for "dummy dists". 07 June 1995, 20:50:13 UTC
6df40fc Mark release type. 07 June 1995, 20:37:14 UTC
05e60dd ALPHA->BETA 07 June 1995, 20:35:28 UTC
8e8eac7 "bootstrap" for eBones target! 07 June 1995, 20:03:09 UTC
8907548 Added: 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.. 07 June 1995, 10:08:22 UTC
d35af09 Small optimization of previous change. 07 June 1995, 09:54:19 UTC
4489694 Allow "removal" of ftp user/pass by deleting the field contents. 07 June 1995, 09:53:14 UTC
1eac9d1 Tune the userpass check field. 07 June 1995, 09:48:39 UTC
5eb9b83 Fix fix. 07 June 1995, 09:44:26 UTC
c1602c9 3rd try with PPP - NOW we think it will properly add a default route! :-) 07 June 1995, 09:26:29 UTC
3af01f9 Nits. 07 June 1995, 08:19:52 UTC
45c7d6d Hmm, i should do such things later in the night, i'm afraid. The first paragraph silently went into some other language; to the best of my knowledge, this cannot be referred to as ``Deutsch''. :-( So here's a fix. Since i don't have got a CVS update via CTM yet (nor the commit message), it's still against rev. 1.1.2.2 of the german README. [And with CVS, it was trivial to deal with! CVS sometimes has its good moments.. :-) -jkh] Submitted by: joerg 07 June 1995, 08:04:52 UTC
af17538 Argument type to check function not correct. 07 June 1995, 07:54:42 UTC
4c8a45d Fix ppp botch for real - the gateway line needed to be in /etc/ppp/ppp.linkup, not /etc/ppp/ppp.conf (thanks Gary!). Make the menus more user-friendly. Submitted by: gpalmer & jkh 07 June 1995, 07:51:06 UTC
1de99c6 Backed out one part of rev 1.13. In this one case, two references to the vnode are gained, but only one reference to the object is gained. The object reference is (correctly) lost by the nfsrv_vrele() at the exit point of the nfsrv_link function. The bug is easily seen by doing a standard "link" operation to a 2.0.5 server (ln foo bar). The system will immediately panic with "object deallocated too many times". This fixes the panic reported today by ohki@gssm.otsuka.tsukuba.ac.jp. (will be) Reviewed by: John Dyson 07 June 1995, 07:25:09 UTC
5ec2a78 Menu that set variables now have check-marks next to items that are set. 07 June 1995, 07:21:50 UTC
044ac3c 1. Print proper "check" in Options menu if ftp user/pass set. 2. Re-ask for ftp user/pass on site-reselection if user/pass initially set. 07 June 1995, 06:50:07 UTC
5a0ecd1 Don't toggle newfs state to N every time with each mount, only the first one. 07 June 1995, 06:38:11 UTC
7c8e7fa Always add a default route. Looks like ppp isn't doing this automatically, even though what's written into its configuration file *should* make it do so.. Sigh! 07 June 1995, 06:15:44 UTC
b98bd0b A large collection of patches committed from the top to make it easier on me: 1. Mark Murray's eBones patches. 2. Joerg's German docs + fixes. 3. Various sysinstall bug fixes from me + Mark's eBones menu changes. 4. Steven G. Kargl's doc fixes. Submitted by: markm, joerg, jkh, kargl@troutmask.apl.washington.edu 07 June 1995, 05:52:05 UTC
7023373 Always run MAKEDEVs if the user re-extracts the bin distribution. 06 June 1995, 23:51:48 UTC
fb868fc Remove /etc/wall_cmos_clock and /etc/localtime before calling tzsetup. If you select this, you'd better go through with it! :-) 06 June 1995, 23:45:07 UTC
22c589d What was I thinking? That umask() was totally bogus! 06 June 1995, 09:27:10 UTC
1de929f kernel -> kernels 06 June 1995, 08:03:17 UTC
17882f0 Add experimental and commercial distributions. 06 June 1995, 07:57:39 UTC
62bf9a2 late night typos. 06 June 1995, 06:16:31 UTC
48cb619 Give up on trying to run pkg_manage with clever hint flags. It actually looks better when you don't! 06 June 1995, 06:14:53 UTC
a2b9aa3 Write out /etc/hosts entries a little more intelligently. 06 June 1995, 06:08:29 UTC
053bada Don't install kzip'd kernel on CDROM, there's no point. 06 June 1995, 06:08:00 UTC
9e3bfd8 /usr/X11R6 has the wrong modes, for some reason. Add a kludge section for whapping things like this in the head. 06 June 1995, 05:18:31 UTC
dab76d7 UTC/LOCAL menu choices were backwards. Reported by: Many Submitted by: bde 06 June 1995, 04:51:22 UTC
82c456f Delete all references in all languages (except Russian, which I can't read well enough to edit! :-) to the "ESC to start a shell" feature. It's been removed for days now, replaced by the emergency holographic shell on VTY4. 06 June 1995, 04:27:08 UTC
a170cdc Uniform use of "Clear" to reset flags. 06 June 1995, 04:26:00 UTC
cbfc6fe Try not to dereference a pointer before it's been checked for sanity Submitted by: gpalmer 06 June 1995, 00:44:51 UTC
335b455 fix gary's typo. Submitted by: gpalmer 06 June 1995, 00:14:03 UTC
f519c86 New checksum code is hanging - see what's going on by adding more debugging. 06 June 1995, 00:11:51 UTC
82389be Untabify. Amazing how those TABs just keep creeping in! 05 June 1995, 23:57:38 UTC
23f89cf We don't want to endorse pointer abuse. Remove it from here. 05 June 1995, 23:23:51 UTC
4e37d50 cast cast. 05 June 1995, 23:18:13 UTC
cf852b1 Typos. 05 June 1995, 23:15:38 UTC
2bcd651 Try to bail out more gracefully in FTPInit(). 05 June 1995, 23:13:53 UTC
aea0ead Add configurations.hlp to the menu structure. 05 June 1995, 22:18:16 UTC
7f56700 Take ppp out of the GENERIC kernel to save space. We don't use it from GENERIC. 05 June 1995, 21:50:41 UTC
e560eb4 Be more verbose, based on user feedback. 05 June 1995, 21:45:49 UTC
ab78372 Make /dev/tun0 before starting ppp. 05 June 1995, 21:19:17 UTC
5a011ae add missing parameter to msgDebug() Submitted by: gpalmer 05 June 1995, 20:22:49 UTC
d7bd6d5 Various stylistic changes. Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com> 05 June 1995, 19:45:48 UTC
e3791c8 Clean up attr_match a little; add some debugging. 05 June 1995, 18:53:54 UTC
41717ef Syntax changes. Submitted by: Frank Durda IV <uhclem@fw.ast.com> 05 June 1995, 18:36:07 UTC
806246b Allow user to specify port # in URL. 05 June 1995, 18:34:16 UTC
131d54f Made headers consistent with other FreeBSD .hlp and README files, fixed spacing one typo. Diff is huge because I eliminated the two-column indent that was present throughout this file. This makes it match the other .hlp files. Submitted by: Frank Durda IV <uhclem@fw.ast.com> 05 June 1995, 17:36:55 UTC
6ac2e9b Also make the tun0 device! I forgot that it's not taken care of by `MAKEDEV all'. 05 June 1995, 17:29:58 UTC
bc90b5a Removed eg driver, speaker, and vn devices to help reduce the size of the GENERIC kernel. Reviewed by: Jordan Hubbard, Poul-Henning Kamp 05 June 1995, 17:15:42 UTC
806d273 I can't type! 05 June 1995, 17:11:19 UTC
1be2244 Store deviceFind() values properly! 05 June 1995, 17:10:04 UTC
99ab0ff Add MAKEDEV to the root.flp 05 June 1995, 17:04:53 UTC
b766e22 Make strategy for dealing with "dists" subdirectories more reasonable. 05 June 1995, 16:59:08 UTC
44fd0a2 Make tape extract use larger buffer sizes (for streaming) and also fix bodge in TapeGet(). 05 June 1995, 15:33:09 UTC
ed278d1 My style and doc changes. 05 June 1995, 15:26:38 UTC
fd4b86b Various user feedback bogons. 05 June 1995, 15:17:18 UTC
back to top