summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* 700 now. :)jkh1996-12-121-2/+2
|
* Fix trunctation of domainname.jkh1996-12-121-2/+2
|
* Add some additional smarts for XFree86 configuration.jkh1996-12-123-7/+10
| | | | Fix a bogon I thought I fixed in the last commit.
* Update these docs to more closely reflect reality.jkh1996-12-123-28/+7
|
* Allocate more inodes for general use now that we have the room.jkh1996-12-121-2/+2
|
* smart-alec error checking.jkh1996-12-121-2/+8
|
* Nuke extraneous section.jkh1996-12-121-40/+1
|
* Whups, remove relic from close method going away.jkh1996-12-121-2/+1
|
* Undo one of my memory optimization hacks - it actually made things morejkh1996-12-125-37/+18
| | | | complicated.
* Fix some bogons in my close() handling.jkh1996-12-123-7/+11
|
* Cosmetic tweaks, initialize a few variables, fix a reversed conditional.jkh1996-12-112-5/+14
|
* Stomp the 4MB boot floppy and punt on 1.2MB floppy images. It's a battlejkh1996-12-111-35/+5
| | | | | we're constantly losing and will concede for now. Brilliant ideas taken at the front desk.
* Be more efficient in how we use memory (stumbled across while looking forjkh1996-12-117-46/+63
| | | | | | something else) for attributes and variables. Remove stack-stomper in sstrncpy().
* Whoops, add -lftpiojkh1996-12-115-10/+10
|
* Do a few things I've been threatening to do for a long time:jkh1996-12-1122-875/+1147
| | | | | | | | | | | | | | | | 1. Don't use the MSDOSFS code for accessing FreeBSD distribution data. Use Robert Nordier's stand-alone DOS I/O library for the purpose. It this works as well as Robert says it does, it should drastically reduce (or even eliminate) our "I can't install from my DOS partition!" calls. 2. As a result of the above, go to stdio file descriptors for all media types. 3. Taking advantage of #2, start using libftpio for FTP transfers instead of maintaining our own parallel version of the FTP transfer code. Yay! I ripped something out for a change! #1 Submitted-By: Robert Nordier <rnordier@iafrica.com>
* Update to benefit from David's recent changes to pw(8). The mostjoerg1996-12-102-25/+208
| | | | | | | | obvious effects are that most of the automagically chosen defaults will now be displayed while going through the menu, and an improved error handling thanks to the more detailed error status reporting. 2.2 fodder, but i'll leave it to Jordan's review.
* Set timeout interval to 0 in ppp so connections don't hang up whilejkh1996-12-091-1/+2
| | | | we're doing something lengthy with the disk.
* Slightly improve the wording of a ``not yet there'' message.joerg1996-12-091-2/+3
|
* As Paul has just pointed out, much of my strncpy() usage was eitherjkh1996-12-0917-89/+98
| | | | | | | bogus or overly complex and really needed to be done more consistently and sanely throughout - no question about it. Done. Suggested-By: Paul Traina <pst@Shockwave.COM>
* Whups, missed two strcpy()s.jkh1996-12-091-3/+3
|
* Eliminate great evil in the networking code. That's all I'm gonna say.jkh1996-12-093-74/+20
|
* Add Joerg's user management screen for David Nugent's pw(8) program, somethingjkh1996-12-097-11/+875
| | | | | | | | | which will also need to be brought in before this screen will work. Add some commentary about how the slip startup code is bogus. Steal Joerg's loop for more properly closing all files and graft it into the EHS startup. My loop was functional but more bogus.
* Another fixit improvement: add a lame script that pretends to bejoerg1996-12-083-1/+243
| | | | | | | tar(1), but actually uses cpio(1). Many people are getting confused about the lack of a tar on the fixit floppy, and simply don't know that cpio can basically handle tar format fine (or they simply don't know how to invoke cpio).
* Several areas of improvement:jkh1996-12-086-36/+32
| | | | | | | | o Incorporate some of Tatsumi's bug fixes. o Remove the xperimnt and commerce distribution items; they haven't been actual distributions for awhile. o Try to sanitize the device checking code a little more. o Cosmetic work on the network code.
* Don't run routed by default.jkh1996-12-022-6/+6
| | | | Virtually-Demanded-At-Gunpoint-By: joerg
* Simplify the disklabel trickery, and thus avoid the dreadedjoerg1996-12-012-4/+4
| | | | | | ``Operation not supported by device''. Requested by: jkh
* Move configResolv() to *after* the chroot(). This is what was causingjkh1996-12-011-4/+2
| | | | NFS installation to fail the first time. This will go into 2.2.
* Change boolean nature of "router" variable since it's not a booleanjkh1996-11-291-2/+2
| | | | | anymore. Noticed-By: joerg
* More involved description for fe0 driver using cards. Closes PR#2099.jkh1996-11-291-2/+3
| | | | Submitted-By: seki@sysrap.cs.fujitsu.co.jp
* Add a new feature which Garrett pointed out.jkh1996-11-291-1/+5
|
* Few fixit improvements:joerg1996-11-281-1/+6
| | | | | . hint about the usability of the arrow keys, . export TAPE to an obscure dev node so mt(1) will work correctly.
* Try to impreve DD mode.phk1996-11-275-34/+51
| | | | Try to make 4Mb floppies work again.
* Correct some typos relating to PC98 server selection.jkh1996-11-271-4/+4
| | | | Submitted-By: HOSOKAWA Tatsumi <hosokawa@mt.cs.keio.ac.jp>
* o Update for upcoming BETA release of 2.2jkh1996-11-271-6/+6
| | | | | o Fix Adaptec controllers description error, spotted by Richard Wiwatowski <rjwiwat@adelaide.on.net>
* Open devices read-only to test whether they are available. Thisjoerg1996-11-271-3/+3
| | | | allows to use write-protected tapes...
* Provide a symlink for /bin/sh when the fixit floppy is mounted, sojoerg1996-11-161-1/+4
| | | | | | scripts using #!/bin/sh (like /mnt2/dev/MAKEDEV) will work. Observed by: andreas
* Comment out the setting of PATH in /dev/MAKEDEV on the fixit floppy.joerg1996-11-161-3/+4
| | | | | | | | | It's entirely useless there. Observed by: andreas Make the pre-existance of /R/stage/dists/compat* non-fatal, so `make rerelease' won't fall over.
* Fix a bogon in my new release.10 target.jkh1996-11-151-4/+4
| | | | Submitted-By: John Hay <jhay@mikom.csir.co.za>
* Add vx to list of devices.jkh1996-11-151-1/+2
|
* Bring in Rod's definitive information on BOCA boards.jkh1996-11-151-3/+5
|
* Mention supported AMD NICs and SCSI/NIC combos.jkh1996-11-151-13/+18
| | | | | | Elimiate tabs. Submitted-By: se
* List more info on supported NCR controllers.jkh1996-11-151-2/+9
| | | | Submitted-By: se
* Ammend the BOCA entry again to list multiple board types.jkh1996-11-151-2/+3
|
* Merge.jkh1996-11-141-1/+1
|
* Add notes on Stallion boards.jkh1996-11-141-1/+4
| | | | Submitted-By: sos
* Add a bunch more miscellaneous bits of hardware.jkh1996-11-141-6/+24
| | | | Submitted-By: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Add a note, that vn driver has to be compiled into the kernel.andreas1996-11-141-1/+4
|
* Add Sujal Patel to list of developers - whoops! I've no idea howjkh1996-11-141-1/+2
| | | | | | he slipped through the cracks; sorry, Sujal! This should go into 2.2.
* "over 600 packages" (geeze, this has been sitting uncommitted in myjkh1996-11-141-2/+2
| | | | source tree for 5 days! :-( ).
* I'm feeling charitable, so I'll save the bloatists some valuable wind:jkh1996-11-131-2/+13
| | | | | | | | | | | BLOAT! BLOAT! BLOAT! BLOAT! Yes, but where else to put these stinking compat distributions. I, for one, am bone tired of creating them by hand and then having everyone tell me I left something out/in. Now any commiter can adjust the list as necessary, and I forsee this as being so seldom necessary that I've simply committed the uuencoded tarballs - these are from the last SNAP, and nobody complained (for once) about that set.
OpenPOWER on IntegriCloud