Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various minor improvements. | jkh | 1996-09-08 | 4 | -11/+36 |
| | |||||
* | Add support for CVSROOT/INTCVSROOT as simple makefile variables. | pst | 1996-09-07 | 1 | -3/+8 |
| | | | | Reviewed by: jkh | ||||
* | Close a security hole in anonymous ftp setup. | jkh | 1996-09-06 | 1 | -2/+2 |
| | | | | Submitted-By: Jason Garman <garman@phs.k12.ar.us> | ||||
* | Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog. | jkh | 1996-09-01 | 3 | -94/+25 |
| | | | | Also update copyright notices. | ||||
* | Conditionalize some annoying debug statements, update the docs. | jkh | 1996-08-23 | 7 | -21/+24 |
| | |||||
* | slight cleanup of the floppy building stuff to take into account | julian | 1996-08-22 | 7 | -26/+29 |
| | | | | | | | | | | the new OBJdir system. quite a bit to go yet. cd /usr/src; make world cd release cd sysinstall;make obj; cd .. cd floppies; make obj; make | ||||
* | Try to make screen update more efficient (less flickering) by more | jkh | 1996-08-03 | 17 | -66/+60 |
| | | | | judicious use of dialog_clear_norefresh(). | ||||
* | Don't stick CD distributions under dists/ directory. | jkh | 1996-08-03 | 1 | -2/+3 |
| | |||||
* | Make the same fix to the disk partition editor screen. | jkh | 1996-08-03 | 1 | -6/+4 |
| | |||||
* | Fix an embarassing bogon in the key input code. I'll roll another snap | jkh | 1996-08-03 | 1 | -6/+4 |
| | | | | boot floppy for this one.. | ||||
* | Add optional support for separate international CVS repository | pst | 1996-08-02 | 1 | -3/+11 |
| | |||||
* | Whoops! VTYs return zero values for TIOCGSIZE! Work around this. | jkh | 1996-08-01 | 1 | -2/+2 |
| | |||||
* | Don't query DNS if we haven't got it configured. | jkh | 1996-08-01 | 1 | -12/+16 |
| | |||||
* | Handle SIGPIPE in a couple of crucial places. | jkh | 1996-08-01 | 2 | -8/+26 |
| | |||||
* | Purely cosmetic tweaks. | jkh | 1996-08-01 | 2 | -5/+5 |
| | |||||
* | Clean up the results from getch(). | jkh | 1996-08-01 | 2 | -4/+4 |
| | |||||
* | Close PR#1542. Don't just assume 24 lines, get the tty size. | jkh | 1996-08-01 | 6 | -16/+28 |
| | | | | | | | Some things may still display text on the 24th line, but that's because they've always been screens designed to fit into a minimal real-estate and have hardwired assumptions about the dimensions. They'll be a little harder to make dynamic. | ||||
* | Add a required save/restore | jkh | 1996-07-31 | 1 | -1/+3 |
| | |||||
* | Try again. | jkh | 1996-07-31 | 1 | -2/+2 |
| | |||||
* | Don't munge keystrokes. | jkh | 1996-07-31 | 4 | -20/+27 |
| | |||||
* | Prevent Geometry warning messages when the disk is already "dedicated" | jkh | 1996-07-31 | 1 | -11/+6 |
| | |||||
* | More minor tweaks (that I'm trying to get into the SNAP). | jkh | 1996-07-31 | 1 | -15/+15 |
| | |||||
* | Detect which partitions have already been created with `auto' so as not to ↵ | jkh | 1996-07-31 | 5 | -98/+122 |
| | | | | | | | | create them twice. Various cosmetic tweaks. | ||||
* | link chgrp to chown, don't list it as a binary | jkh | 1996-07-31 | 2 | -4/+6 |
| | |||||
* | Add chgrp to fixit, closes PR#1342 | jkh | 1996-07-29 | 2 | -4/+4 |
| | |||||
* | Update samba install to agree with new port. | jkh | 1996-07-26 | 1 | -3/+3 |
| | |||||
* | Fix some bogus argument handling - whups! James was right.. | jkh | 1996-07-22 | 1 | -2/+3 |
| | |||||
* | 1. Fix the CD installation bogon for Novice install I mentioned. | jkh | 1996-07-16 | 5 | -69/+95 |
| | | | | 2. Add some code for dealing with a ports collection on the second CD now. | ||||
* | Damn - looks like upgrade got broken along the way and it's not something | jkh | 1996-07-14 | 2 | -30/+47 |
| | | | | | | | I usually test, so... :-( Guess we'll have to slide the tag forward on these two files - Peter, could you do the honors? I've been up for the last 30 hours or so and I just *know* that any attempt on my part to do this would probably end up deleting the entire repository somehow. :-) | ||||
* | Upgrade Apache to 1.1.1. | jkh | 1996-07-13 | 1 | -2/+2 |
| | |||||
* | Make CD version clash non-fatal. | jkh | 1996-07-13 | 1 | -5/+3 |
| | |||||
* | Back out my change for Peter which did transfer timings based on current | jkh | 1996-07-13 | 1 | -7/+7 |
| | | | | | chunk rather than distribution - it's just caused the numbers to fluctuate too wildly, sorry Peter! ;-( | ||||
* | Fix a bogon in the Novice mode CD auto-selection. | jkh | 1996-07-13 | 1 | -4/+6 |
| | |||||
* | Fix EBUSY checking in devices.c - DTRT when it's detected on a CD. | jkh | 1996-07-13 | 2 | -8/+7 |
| | |||||
* | Remove some suspect sector size calculations which are also the source | jkh | 1996-07-12 | 1 | -10/+1 |
| | | | | | of some confusing messages from newfs (just judging by the number of people who point them out, anyway). | ||||
* | Fix something I broke with CDROM installation (well, I knew my first | jkh | 1996-07-12 | 4 | -20/+25 |
| | | | | test CD would turn at least one bug up :-). | ||||
* | Make the menu height calculation actually work. | jkh | 1996-07-11 | 3 | -9/+9 |
| | | | | Make a menu more self-explanatory at user request. | ||||
* | Better error checking in helpfile expander. | jkh | 1996-07-10 | 4 | -11/+7 |
| | | | | Tart up some of the output a little. | ||||
* | Document new GENERIC | jkh | 1996-07-10 | 2 | -8/+3 |
| | |||||
* | libgcc.so.261.0 is moving to the compat20 dist. | markm | 1996-07-10 | 2 | -597/+1 |
| | | | | OKed by: jkh | ||||
* | Put samba configuration in the right place. | jkh | 1996-07-10 | 1 | -2/+4 |
| | |||||
* | Try to prevent the status line from jumping around quite so much. | jkh | 1996-07-09 | 1 | -2/+2 |
| | |||||
* | Some release changes I've had to make in dealing with the floppy space | jkh | 1996-07-09 | 3 | -67/+74 |
| | | | | crisis. | ||||
* | Take compat dists out of the canned set - they seem to do more harm | jkh | 1996-07-09 | 2 | -3/+3 |
| | | | | than good, actually, and those who actually need them can select them. | ||||
* | Update docs to match. | jkh | 1996-07-09 | 1 | -0/+14 |
| | |||||
* | A number of improvements in the way statistics are printed, add a "chroot" | jkh | 1996-07-09 | 7 | -33/+52 |
| | | | | | | | option for installing distributions and/or packages to somewhere other than /, say for a case where you're installing to an external disk on some other machine's behalf. More miscellaneous fixes to various problems I stumbled across while adding this stuff. | ||||
* | Merge | jkh | 1996-07-09 | 1 | -2/+2 |
| | |||||
* | Don't freak out at the lack of root/swap/usr if we're running multiuser | jkh | 1996-07-09 | 1 | -60/+79 |
| | | | | and simply adding another disk. | ||||
* | Eradicate more lurking bogons. | jkh | 1996-07-09 | 2 | -6/+5 |
| | |||||
* | Update the documentation here and there. | jkh | 1996-07-08 | 3 | -23/+5 |
| |