aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More misc menu hackery.Jordan K. Hubbard1996-04-273-123/+303
* Fix a minor typo.Jordan K. Hubbard1996-04-271-1/+1
* Fix a bogon with ok/cancel callback usage.Jordan K. Hubbard1996-04-272-26/+24
* Update more docs to match -current reality.Jordan K. Hubbard1996-04-279-47/+55
* Make default /etc/motd (which I will include in the installation) a littleJordan K. Hubbard1996-04-271-0/+5
* Fixed a bug introoduced in the previous change. ISA device memory wasBruce Evans1996-04-263-9/+9
* Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canJoerg Wunsch1996-04-264-16/+46
* /etc/skeykeys was basically suffering from the same vulnerabilityJoerg Wunsch1996-04-261-1/+3
* Remove the comments that suggest people not turnMike Pritchard1996-04-261-5/+3
* Remove libdisk from the old location.Jordan K. Hubbard1996-04-2611-2464/+0
* changed a strchr to a strrchr so that modules with a `.' in the pathEric L. Hernes1996-04-261-2/+2
* Delete #ifdef notdef blocks containing old method of srtt calculation.Garrett Wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuGarrett Wollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPGarrett Wollman1996-04-261-47/+1
* Fix display refresh bug in displayHelp()Jordan K. Hubbard1996-04-268-130/+63
* A significant debogofication of locore.s. I havn't found any actualyPoul-Henning Kamp1996-04-265-1034/+886
* Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.Satoshi Asami1996-04-261-2/+2
* Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt1996-04-268-52/+8
* All hail Mike Pritchard - the new Docmaster!Jordan K. Hubbard1996-04-251-2/+2
* Might as well update the release notes while I'm here!Jordan K. Hubbard1996-04-252-53/+153
* These docs were in fair need of updating.Jordan K. Hubbard1996-04-254-17/+37
* Oops, restore missing piece of previous commit.Andrey A. Chernov1996-04-251-1/+1
* Add a place-holder message for the CDROM fixit feature (which I'm not goingJordan K. Hubbard1996-04-253-3/+12
* Quite a few changes:Jordan K. Hubbard1996-04-2534-432/+558
* More custom hackery to deal with issues discovered in sysinstall.Jordan K. Hubbard1996-04-253-17/+14
* Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)Andrey A. Chernov1996-04-251-1/+1
* Allow some post-fire actions to be combined in ways that weren'tJordan K. Hubbard1996-04-253-16/+9
* Fix cpu_fork for real.Poul-Henning Kamp1996-04-259-36/+26
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-252-4/+4
* Regardless of whether or not the check for IPv4 is useful, we certainlyDavid Greenman1996-04-251-3/+3
* alloca() was being called with highly bogus arguments due to brainJordan K. Hubbard1996-04-252-2/+2
* The traceon and traceoff directives aren't in this version ncurses.Jordan K. Hubbard1996-04-252-3/+3
* When a local symbol that would normally be eliminated by "-x" orJohn Polstra1996-04-241-1/+12
* Change "Found end of tape. Load next tape ..." messages to sayJordan K. Hubbard1996-04-241-2/+2
* Close a security hole in sliplogin.Paul Traina1996-04-241-0/+9
* Reject all IP versions but 4.Poul-Henning Kamp1996-04-241-2/+3
* Add missing "int" to static var.Satoshi Asami1996-04-242-4/+4
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).John Dyson1996-04-242-8/+11
* Fix reverse logic bug which caused the ethernet configuration to never work.Nate Williams1996-04-241-1/+1
* - This code adds some backwards compatability hacks for buggy APM BIOSNate Williams1996-04-232-2/+50
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-237-366/+340
* - Make pccardd release it's allocated io space and sets the mem.cardaddrNate Williams1996-04-231-5/+23
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-236-16/+121
* Add support for SOCKS if enabled.Paul Traina1996-04-232-4/+11
* Add support for socksPaul Traina1996-04-238-3/+47
* Fix second instance of the inb type when getting the current sequencer address.Justin T. Gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedJustin T. Gibbs1996-04-231-2/+2
* Bring this into sync.Jordan K. Hubbard1996-04-2370-1255/+972
* Cosmetic tweaks.Jordan K. Hubbard1996-04-232-4/+13
* New variable NOOBJLINKWolfram Schneider1996-04-221-9/+46