summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* This commit was generated by cvs2svn to compensate for changes in r15423,wpaul1996-04-283-0/+465
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the new yp_mkdb. This one does what the old one does, but iswpaul1996-04-283-0/+465
| | | | | | | | | | | | | | | | | | | | | | | | hopefully less grotty. Differences include: - An extra flag, -c, for sending a YPPROC_CLEAR to ypserv(8) (which will become useful once I merge in the DB handle caching mods I've been working on). - Checks for and signals duplicate keys. - Handles line continuations. As of now, there is no more GNU YP code in the tree.
* | Toss the GNU yp_mkdb into the attic.wpaul1996-04-283-385/+0
| |
* | Remove yp_mkdb; it's going away.wpaul1996-04-281-2/+2
| | | | | | | | | | Uhm, guys? This Makefile doesn't build anything anymore. The isdn stuff under here isn't compiled. Is this normal?
* | Small tweak to yp_put_record(): call the DB put routine with thewpaul1996-04-281-6/+15
| | | | | | | | | | | | R_NOOVERWRITE flag and process return codes so that we can tell the difference between a failure due to a duplicate database entry and failure due to some other error.
* | Fix an ancient index list bug.jkh1996-04-2843-320/+391
| | | | | | | | | | Make FTP re-initializion work. Fix fix fix.
* | Fix the OK/Cancel accellerator bogon I introduced a few days back.jkh1996-04-283-3/+3
| |
* | Move some of functions around in order to make this stuff easierjkh1996-04-2821-130/+231
| | | | | | | | to work on.
* | Bump snapshot release date - looks like I was off by a couplejkh1996-04-2827-213/+256
| | | | | | | | | | | | of days! More display fixes to sysinstall and assorted tweaking.
* | Fix a minor grammatical error (reselled -> resold) I just noticed.jkh1996-04-271-2/+2
| |
* | inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-273-9/+21
| | | | | | | | Thanx to: jdp
* | Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-273-6/+6
| | | | | | | | non-built kernel and complained in Usenet... :-)
* | Add a missing helpfile for fixit.jkh1996-04-272-0/+18
| |
* | Fix what I just broke with DITEM_LEAVE_MENUjkh1996-04-271-1/+1
| |
* | More misc menu hackery.jkh1996-04-273-123/+303
| |
* | Fix a minor typo.jkh1996-04-271-1/+1
| |
* | Fix a bogon with ok/cancel callback usage.jkh1996-04-272-26/+24
| |
* | Update more docs to match -current reality.jkh1996-04-279-47/+55
| |
* | Make default /etc/motd (which I will include in the installation) a littlejkh1996-04-271-0/+5
| | | | | | | | | | more helpful and explanatory to new users. Experienced users always blow away their default motd's on the first day anyway. :-)
* | Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-263-9/+9
| | | | | | | | | | | | | | mapped to semi-random place(s) depending on the content(s) of physical address 0xA0000. This was fatal at least on my system with a some memory-mapped devices. Console syscons somehow wasn't affected. It bogusly hardcodes the address. Sigh.
* | Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canjoerg1996-04-264-16/+46
| | | | | | | | | | | | | | be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst
* | /etc/skeykeys was basically suffering from the same vulnerabilityjoerg1996-04-261-1/+3
| | | | | | | | | | | | | | | | as any non-shadowed /etc/passwd. Ironically, all programs using S/Key have already been setuid root except keyinfo(1). This modification creates /etc/skeykeys with mode 0600 to prevent it from being examined by ordinary users.
* | Remove the comments that suggest people not turnmpp1996-04-261-5/+3
| | | | | | | | | | | | on accounting and quotas because they don't work. They seem to work just fine, and the comments generate too many questions.
* | Remove libdisk from the old location.jkh1996-04-2611-2464/+0
| |
* | changed a strchr to a strrchr so that modules with a `.' in the patherich1996-04-261-2/+2
| | | | | | | | can be loaded (e.g. ./mymod.o)
* | Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-263-114/+3
| | | | | | | | Requested by: davidg
* | Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
| | | | | | | | initialization.
* | Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
| | | | | | | | and HYPERchannel link layers.
* | Fix display refresh bug in displayHelp()jkh1996-04-268-130/+63
| | | | | | | | | | | | | | Go back to Normal menus for Media and FTP menus rather than radio menus - the difference in behavior is confusing and sort of detracts from the added (small) advantage of seeing what you last picked.
* | A significant debogofication of locore.s. I havn't found any actualyphk1996-04-265-1046/+898
| | | | | | | | bugs, but it is a lot easier to navigate this twisted code now.
* | Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.asami1996-04-261-2/+2
| |
* | Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-268-52/+8
| | | | | | | | (and havn't been for long, sigh)
* | All hail Mike Pritchard - the new Docmaster!jkh1996-04-251-2/+2
| | | | | | | | | | | | Nominated by: jfieber Dragooned by: jkh Foolishly Accepted by: mpp
* | Might as well update the release notes while I'm here!jkh1996-04-252-53/+153
| |
* | These docs were in fair need of updating.jkh1996-04-254-17/+37
| |
* | Oops, restore missing piece of previous commit.ache1996-04-251-1/+1
| |
* | Add a place-holder message for the CDROM fixit feature (which I'm not goingjkh1996-04-253-3/+12
| | | | | | | | to add in time for the next SNAP).
* | Quite a few changes:jkh1996-04-2534-432/+558
| | | | | | | | | | | | | | | | | | | | 1. Fix the last display bugs (I hope) by use of dialog rebuilds at stategic points. 2. Clean up the distributions menus so that everybody (that's reasonable) has All and Clear options for setting/clearing things en-masse. 3. Various attempts at display optimization. 4. Change the wording of the `Don't use Write!' dialogs to make them more explicitly define when and when not to use the option.
* | More custom hackery to deal with issues discovered in sysinstall.jkh1996-04-253-17/+14
| |
* | Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)ache1996-04-251-1/+1
| | | | | | | | produce such things.
* | Allow some post-fire actions to be combined in ways that weren'tjkh1996-04-253-16/+9
| | | | | | | | possible before.
* | Fix cpu_fork for real.phk1996-04-259-36/+26
| | | | | | | | Suggested by: bde
* | Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-252-4/+4
| | | | | | | | | | | | | | | | should be <= than subordinate, not the other way around. They are both true if the bridge is not cascaded (i.e., twin-channel scsi/e-net adapters won't be affected by this bug), which is probably why it was unnoticed until today.
* | Regardless of whether or not the check for IPv4 is useful, we certainlydg1996-04-251-3/+3
| | | | | | | | don't need to assign the "ip" pointer twice.
* | alloca() was being called with highly bogus arguments due to brainjkh1996-04-252-2/+2
| | | | | | | | fade. Fixed.
* | The traceon and traceoff directives aren't in this version ncurses.jkh1996-04-252-3/+3
| | | | | | | | Guess nobody's built these tests for quite awhile!
* | When a local symbol that would normally be eliminated by "-x" orjdp1996-04-241-1/+12
| | | | | | | | | | | | | | | | "-X" must survive, because of references from relocations, don't qualify the symbol name with the name of the input file. This saves some string space. It makes libc_pic.a about 2.4% smaller. Adapted from a suggestion by Bruce Evans.
* | Change "Found end of tape. Load next tape ..." messages to sayjkh1996-04-241-2/+2
| | | | | | | | | | "volume" instead of tape. Running cpio off of /dev/fd0 and having it say "give me the next tape" is kind of ludicrous.. :-)
* | Close a security hole in sliplogin.pst1996-04-241-0/+9
| | | | | | | | | | | | | | If you use sliplogin as a user shell (in /etc/passwd) upgrade to this version. Reviewed by: bde, peter Submitted by: AUS CERT Obtained from: Linux sliplogin-2.02
* | Reject all IP versions but 4.phk1996-04-241-2/+3
| |
OpenPOWER on IntegriCloud