summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* argh!! I thought I stomped these two lines already.. :(jkh1996-12-301-3/+1
|
* More properly call objlink target than use `obj OBJLINK=yes'; the latterjkh1996-12-301-2/+2
| | | | form seems broken these days anyway.
* Support the use of the 2nd CDROM as a fixit aid. Also put the EHSjkh1996-12-295-20/+146
| | | | | | | into a submenu in case you need to start it again (or at some other point in the installation). Submitted-By: joerg
* Add a "catpages" distribution for the catman stuff.jkh1996-12-294-7/+20
| | | | Submitted-By: joerg
* Make sure sysinstall gets its obj directory made. This should closejkh1996-12-291-4/+4
| | | | PR#2308, but I need to test it.
* Fix some spelling errors.mpp1996-12-2615-43/+43
| | | | | Jordan, I'll let you merge this into 2.2o that I don't stomp on you.
* Documentation update.joerg1996-12-262-9/+70
| | | | | | | | | | | | | Remove a duplicate entry for ahc0 in hardware.hlp (closes PR # docs/2282), a few additions all over the place while i was at it. Tried to add as much of the important highlights for the new features in 2.2 into the release notes. I still think that many things are missing here, so folks, if you imported something great that's in 2.2 but not in 2.1.X, please review this section and send us your additions! Submitted by: seki@sysrap.cs.fujitsu.co.jp (for the ahc0 dup)
* Clean up some calls to close().jkh1996-12-261-6/+4
|
* Fix fixit floppy.jkh1996-12-261-9/+21
|
* Bring these up-to-date with Peter's compat distribution changes.jkh1996-12-243-3/+3
|
* Build the compat dists via the standard build with the rest of the treepeter1996-12-231-14/+4
| | | | | | rather than as a special case. Reviewed by: jkh
* Added comments on how to setup syscons to work on older ThinkPads.nate1996-12-171-1/+11
|
* 1. Engage brain. 2. Write macro. Previous commit attempted to performjkh1996-12-172-4/+4
| | | | 2 before 1.
* make note of which /etc files need upgrading in installUpgrade ratherjkh1996-12-157-80/+84
| | | | than asking the user to keep track of the list himself.
* Increase the size of the vector that is allocated for execv(). Jordanjoerg1996-12-151-3/+3
| | | | apparently forgot this when adding the password feature.
* Merge from 2.2jkh1996-12-141-3/+5
|
* Now that I've got my source tree sorted out, bring all the thingsjkh1996-12-148-61/+149
| | | | I've been committing into 2.2 directly all this time.
* Give this file a home also. No, I don't like it here either butjkh1996-12-141-0/+83
| | | | | | I don't want it in sysinstall/help, since that'll get it stuck on the actual floppy, and I didn't fell like creating a doc/ subdirectory for one file either. Bah.
* Bring this file in from the cold and update it to match new realities.jkh1996-12-141-0/+11
|
* To use the dosio library fully, I also (duh!) have to retain fulljkh1996-12-141-1/+1
| | | | | | | | | | use of stdio, I can't just go handing fileno(fp) around and expect that to work. Since this means I need to have sysinstall play pipeline on single file distributions now, that means I can also finally add a progress indicator for them. Change installation instructions to note that there's no dists directory anymore on CDROMs.
* Document the required procedure to install on an HP Netserver withjoerg1996-12-141-1/+25
| | | | | on-board EISA AIC7xxx controller, including a pointer to the respective FAQ entry.
* Fix some very minor cosmetic cruft I couldn't help tweaking whenjkh1996-12-141-0/+2
| | | | | | | | | I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work.
* 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
OpenPOWER on IntegriCloud