summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-30959-12889/+13154
|
* Remove trailing whitespace.rgrimes1995-05-30443-2869/+2875
|
* Remove trailing whitespace.rgrimes1995-05-30101-521/+521
|
* Remove trailing whitespace.rgrimes1995-05-3066-320/+320
| | | | Reviewed by: phk
* Remove trailing whitespace.rgrimes1995-05-291-3/+3
|
* This is another bug fix that should have gone into my last commit. Iwpaul1995-05-291-10/+20
| | | | | | | | | | | | | | | | | | actually had this done at one point and lost it somewhere along the line. Again, this is an honest to gosh bug fix only: no functionality is changed. - After a child broadcaster process dies or is killed, set its dom_pipe_fds descriptors to -1 so that the 'READFD > 0' test in the select() loop does the right thing. Since descriptor values can be re-used, failure to do this can lead to a situation where a descriptor for an RPC socket can be mistaken for a pipe. If this happens, RPC sockets could be incorrectly handed off to handle_children(), which would then clear the descriptor from the select() descriptor mask and prevent svc_getreqset() from handling them. The end result would be that some RPC events would go unserviced. Curiously, the failures only happen intermittently.
* Some floating-point trickery to make the gauge come out right. Alsojkh1995-05-292-8/+26
| | | | make it a little longer.
* Remove comment about not being able to undefine a variable, as we *can*asami1995-05-291-3/+2
| | | | do that.
* 1. Fix a looping bogon in configFstab().jkh1995-05-298-22/+19
| | | | | | 2. Fix the gauge. 3. Don't shut down the media device gratuitously after getting the root floppy - it saves work later.
* style police.jkh1995-05-292-52/+52
|
* French README.jkh1995-05-292-0/+210
| | | | | | | | BTW, if somebody would like to take a look at the German README I notice that the special characters got totally stripped somehow and I'm not entirely sure how to put them back! [-jkh] :( Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* tweak tweakjkh1995-05-292-10/+12
|
* My first attempt at a TCP/IP help screen. The label and partitionjkh1995-05-292-0/+54
| | | | | help screens aren't even started yet.. If someone's feeling like they have some extra time there.. ahem.. :-)
* A small tweak to layout.jkh1995-05-292-4/+4
|
* The FreeBSD README file auf Deutsch.jkh1995-05-292-0/+218
| | | | Submitted by: Michael Giegerich <migieger@si.bosch.de>
* My first round at all the help files needed explicitly by various menus.jkh1995-05-298-0/+238
| | | | | | | | Folks - please review these! I'm quite sleepy at the moment, and I'm sure that some of this could be worded better. I'd like to have at least a reasonable syntax pass over this before handing it off to the translation folks! Thanks! Feel free to commit any changes directly if it's any time in the next 8 hours, BTW. I won't mind since I'll be asleep!
* Add a bunch of missing help files.jkh1995-05-293-45/+45
|
* Bring the XFree86 3.1.1u1 README in so that it can be easily viewed.jkh1995-05-292-0/+1324
| | | | Submitted by: Rich Murphy <rich> & David Dawes <dawes>
* The FreeBSD README file - in Cyrillic!jkh1995-05-291-0/+106
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
* Add my humble beginnings of an installation guide. Put in a one-pagerjkh1995-05-294-0/+514
| | | | for the language menu help file.
* Sync up my work for the night. This should implement ALL possiblejkh1995-05-2950-464/+1005
| | | | | | installation methods and provide a fairly robust set of menu options. This should also fix a few more bugs on Poul-Henning's latest gripe list.
* Nuke kernel out of root.flp; it's not necessary since there's already onejkh1995-05-291-2/+1
| | | | in the bindist. This brings root.flp down to 392K!
* Fix 2 spelling bogons.jkh1995-05-291-2/+2
|
* Fix setdumpdev():dg1995-05-292-32/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the major number wasn't checked, so accesses beyond the end of bdevsw[] were possible. Bogus major numbers are easy to get because `sysctl -w' doesn't handle dev_t's reasonably - it doesn't convert names to dev_t's and it converts the number 1025 to the dev_t 0x35323031. - Driver d_psize() functions return -1 to indicate error ENXIO or ENODEV (the interface is too braindamaged to say which). -1 was interpreted as a size and resulted in the bogus error ENOSPC. - it was possible to set the dumpdev for devices without a d_psize() function. This is equivalent to setting the dumpdev to NODEV except it confuses sysctl. - change a 512 to DEV_BSIZE. There is an official macro dtoc() for converting "pages" to disk blocks but it is never used in /usr/src/sys. There is much confusion between PAGE_SIZE sized pages and NBPG sized pages. Maxmem consists of both. Not fixed: - there is nothing to invalidate the dumpdev if the media goes away. This reduces the benefits of the early calculation of dumplo. Bounds checking in the dump routines is relied on to reduce the risk of damage and little would be lost by relying on the dump routines to calculate dumplo. - no attempt is made to stay away from the start of the device to avoid clobbering labels. Fix wrong && anachronistic comment about the type of bootdev. Reviewed by: davidg Submitted by: Bruce Evans
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-296-12/+80
| | | | | | | | handled correctly. This would manifest itself as "object deallocated too many times" panics and perhaps other strange inconsistencies on NFS servers. Reviewed by: me, of course Submitted by: John Dyson
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
| | | | Reviewed by: davidg
* Actually put something in help.tgz :-)phk1995-05-291-2/+2
|
* Get help files form /stand/help.tgzphk1995-05-294-70/+54
|
* Make the emergency holographic shell (on VTY4) actually work with jobjkh1995-05-2911-32/+57
| | | | | | control and signals and such. Thanks, Gary! Clean up some miscellaneous bogons for Poul.
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
| | | | the first Mb of memory. Makes 4Mb machines more happy.
* Increase size of MFS filesystem. (You need to remake release.3)phk1995-05-291-4/+5
| | | | | | | | | Remove unused devices (*[sw]d*[bdefgh]). Dont gzip boot_crunch. (This SAVES space on a 4 MB machine, since the file can be segment can be paged from now. This (with the kzip patch) makes a 4M machine boot and run again. Margin in my build is 22 blocks and 9 inodes. I will look at tgz'ing the help files, we need that.
* Shrink the boot floppy by removing all extraneous stuff. Also increasejkh1995-05-2921-78/+77
| | | | | | number of inodes. Fix various bugs reported by Poul. Implement VTY switching.
* Add various missing seat belts.jkh1995-05-2811-55/+121
|
* Added a NOMAN= macro as this subdir doesn't have a manpage yet.ats1995-05-282-0/+2
|
* Replaced the whole former Makefile with a more BSD conformant Makefile.ats1995-05-281-17/+4
|
* Reviewed by: with the allowance of Rod :-).ats1995-05-281-0/+1
| | | | | | | Add a NOMAN= . It doesn't have a manual page yet. Please don't cry :-). I ask Rod first. the whole isdn subdir is not used in the moment and is only dead source code in the tree.
* Fix bogon I introduced into dist extraction code last night.jkh1995-05-2814-200/+163
| | | | Update to Poul's latest gripe list fixes.
* Add some last attributions and clean up some of the recent additions.jkh1995-05-281-10/+19
|
* Add link to sperl4.036, needed for suid scripts and pgmsache1995-05-281-0/+1
| | | | which use sperl$]
* Make link to tperl4.036, needed for suid scripts and other stuffache1995-05-281-0/+1
| | | | which use tperl$]
* Fix $] variable value (version number), close PR 449ache1995-05-281-2/+8
| | | | Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Added name cache optimization, Ontrack, bad144, 3c505, and removed pas.cphk1995-05-281-21/+48
|
* Add a missing "supports" to a sentence.gibbs1995-05-281-5/+5
| | | | | | | | | Add Bt956 as being supported. Include 2940 in the 2742/2842 section. Anyone with a new feature or driver in 2.0.5 should think about adding "blurbs" to this file. Some features say exactly what they do, others say nothing... this document needs some rounding out.
* Submitted by: dufaultrgrimes1995-05-283-15/+30
| | | | | | | | LINT talks about about 2.1. I changed that to 2.0.5, and clarified why certain devices need "at scbus?". There is still a crazy "PCVT=210" which shouldn't be there, but corrected comment as it is needed for 2.0.5.
* Remove a needless complication - parent directory already has a trailing /.jkh1995-05-282-8/+6
|
* Try again to redirect the console back before rebooting.jkh1995-05-283-9/+15
|
* Sync up with Poul.jkh1995-05-2825-351/+850
|
* Nuke out all the TAB characters so that this stuff looks right injkh1995-05-282-140/+140
| | | | a dialog text box.
* My changes to these files.. Update things for 2.0.5.jkh1995-05-282-394/+448
|
* cdrom.c: try "cdrom/%s" then "cdrom/dists/%s"phk1995-05-284-6/+12
| | | | dist.c: fix an error message to make more sense.
OpenPOWER on IntegriCloud