summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix misspellingpst1997-09-171-2/+2
|
* variable_load.c is deadpst1997-09-171-1/+1
|
* Put all variables in VAR_ #define's to force a single location for allpst1997-09-176-14/+24
| | | | | of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems.
* Add a new netInteractive variable so that the interactiveness of the TCPjkh1997-09-172-6/+18
| | | | | | setup dialog from scripts is more controllable. No more biasing off of hostname (which is now non-optional in the non-netInteractive case). Requested by: pst
* Whoops, forgot a file!jkh1997-09-161-0/+60
| | | | Submitted by: pst
* Much better dispatch code and scripting support.jkh1997-09-166-219/+253
| | | | Submitted by: pst
* MF22: pst's changes.jkh1997-09-164-30/+39
| | | | Submitted by: pst
* Comment the UID games -> GID games change - mention the known problems witheivind1997-09-161-0/+3
| | | | it and ask for feedback on any unknown ones.
* What I did in my vacation.phk1997-09-141-0/+20
|
* Mention the multicast ping fix and changes to finger, fetch, and netstat.wollman1997-09-141-0/+19
|
* Talk a little bit about some of the networking changes in the kernel.wollman1997-09-141-0/+16
|
* Some updates for 3.0: mention changes for poll(2), issetugid(2),peter1997-09-141-3/+32
| | | | | async IO, getsid(2), setpgid(2), nanosleep(2), signanosleep(2), fixes to sleep(3) and usleep(3), the a.out in-kernel linker.
* XFree86 3.3.1 updatesjkh1997-09-144-587/+797
| | | | Document new media flag in lieu of links.
* Mention SA_NOCLDWAIT as a new feature.joerg1997-09-131-0/+4
|
* Fix offset bug in partition display that made partitions of typejkh1997-09-111-9/+42
| | | | | | `linux_swap' hose the output. Also add a (T)ype command for changing the type of a partition.
* Update # of ports.jkh1997-09-101-1/+1
|
* Update to XFree86 3.3.1jkh1997-09-102-97/+97
|
* Scrolling partition and label lists now make it possible to partitionjkh1997-09-091-10/+144
| | | | | | | | lots of disks from sysinstall. Yay! Please test this as much as possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap), especially those of you with larger disk farms. Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
* Eliminate an obviously redundant message title.jkh1997-09-091-3/+3
|
* Update for XFree86 3.3.1jkh1997-09-091-47/+47
|
* Be more cautious about leaving user with a workable kernel during thejkh1997-09-091-2/+7
| | | | | upgrade process. Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
* Do a make install in sysinstall so that its man page gets added to thejkh1997-09-081-2/+3
| | | | manpages dist.
* Make upgrade potentially a little less interactive.jkh1997-09-084-12/+190
| | | | | Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
* Add a hint to the FAQ regarding ``DD'' disks.joerg1997-09-071-2/+4
|
* Notes that WEBNFS is supported.jkh1997-09-051-0/+2
|
* Yikes! Whomever put the non-overridable setting of BUILDNAME injkh1997-09-041-2/+2
| | | | here, don't do that!
* Copy the boot.help file also into the MFS image so that the installerjkh1997-09-041-1/+2
| | | | can find it later and copy it over.
* Skip contrib-cryptojkh1997-09-031-2/+2
|
* Install boot.help a little more skillfully; now it works without a srcjkh1997-09-031-3/+3
| | | | dist installed. :)
* People have complained that this is overly chatty, andjkh1997-09-031-17/+1
| | | | | "dangerously dedicated" mode doesn't appear to have killed anyone in recent memory, so I agree.
* The CMD640 workaround is now enabled by default.helbig1997-08-301-11/+4
|
* Update for impending 3.0-SNAP CDROM.jkh1997-08-291-29/+41
|
* -I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys bybde1997-08-261-1/+2
| | | | a relative path.
* Fix fstab sequence number bug.jkh1997-08-183-6/+13
| | | | | Add a few more strategic screen clears. Fix registration form bug.
* Work around potential state machine bogon with FILL. This needsjkh1997-08-181-3/+3
| | | | to be scrapped, ultimately, and it will be.
* 2nd round doc cleanup.jkh1997-08-181-28/+28
|
* Sync with rc.conf change for weak_mountd_authenticationjkh1997-08-171-2/+2
|
* "addendum" -> "errata"jkh1997-08-141-3/+3
|
* Add a SEE ALSO for install.cfg sample script.jkh1997-08-111-1/+6
|
* Make some changes to the way the label editor reads script variablesjkh1997-08-116-62/+877
| | | | | | | | | | | | | | | so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
* Remove the notixe about top(1) since it's now also part of 2.2.x.joerg1997-08-091-3/+5
| | | | | Add the information that we've got VM86 support and dosemu(1) now, which John D. has apparently fogotten. :)
* Mention the fix for CA-97.17.joerg1997-08-081-0/+3
|
* Back out the changes to set the resolver timeout. All they seem to dojkh1997-08-011-25/+0
| | | | | | | is _break_ dns lookups entirely, and since reading the relevant docs and source code does not enlighten for now, I'll remove this until more basic research has been done into controlling the resolver's timeout values.
* Fiddle with DNS options so that queries are also controlled byjkh1997-07-311-1/+26
| | | | | | | the MEDIA_TIMEOUT variable. Just -current for now on this one as I'm still wanting to play with this a bit and see what the ramifications of doing this are. Requested by: pst
* Make serial console based installs actually work by:jkh1997-07-314-9/+81
| | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* Whups - use a slightly more up-to-date version.jkh1997-07-311-8/+30
|
* Make README.TXT for floppies reference work.jkh1997-07-312-2/+13
|
* Touch a default kernel.config file to shut the boot blocks up about itjkh1997-07-311-1/+2
| | | | when not present.
* Add -lm since "ping" now requires the math library for itsjkh1997-07-292-4/+4
| | | | furlong-per-fortnight calculations of ping time.
* YAMF22 - /boot.foo fixups.jkh1997-07-231-1/+10
| | | | | Also close PR#4151 by running newaliases (forgot to mention this in my RELENG_2_2 commit, but it's there).
OpenPOWER on IntegriCloud